Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Releases: IQTLabs/CRviz

v0.2.6

28 Dec 11:55
Compare
Choose a tag to compare

Features

  • adds a button to reset display options (except dark theme and zoom) (b080567), closes #101

Bug Fixes

  • Closes #206 - corrects issue with field paths (a54efc9)
  • dependencies: removed react-app-rewired (6c77798), closes #209 #210 #211
  • package.json to reduce vulnerabilities (f619494)
  • package: update ramda to version 0.26.0 (b77e495)
  • package: update react-beautiful-dnd to version 10.0.0 (1207e7b)
  • package: update react-redux to version 6.0.0 (2abb684)
  • Closes #191 - corrected styling on Color By select element (ddfcd9e)
  • Closes #193 - sets App Canvas to 100% height of parent element (2e0e0f9)
  • closes #195 - refresh interval validation handles empty string correctly (00c337f)
  • css fix for darkTheme (2533ab7)

v0.2.5

14 Dec 04:52
Compare
Choose a tag to compare

Features

  • adds a button to reset display options (except dark theme and zoom) (b080567), closes #101

Bug Fixes

  • package: update ramda to version 0.26.0 (b77e495)
  • package: update react-beautiful-dnd to version 10.0.0 (1207e7b)
  • package: update react-redux to version 6.0.0 (2abb684)
  • Closes #191 - corrected styling on Color By select element (ddfcd9e)
  • Closes #193 - sets App Canvas to 100% height of parent element (2e0e0f9)
  • closes #195 - refresh interval validation handles empty string correctly (00c337f)
  • css fix for darkTheme (2533ab7)

v0.2.4

07 Nov 18:06
Compare
Choose a tag to compare

0.2.4 (2018-11-07)

Bug Fixes

  • Fixes #172 text notification of an empty dataset (406ee0d)
  • fixes #186 - added styling to make select tags look the same across browsers (a9f5de3)

Compiles fixes from all prior alpha builds

Bug Fixes

v0.2.4-alpha.2

01 Nov 20:30
Compare
Choose a tag to compare
v0.2.4-alpha.2 Pre-release
Pre-release

Alpha release to review look and feel

v0.2.4-alpha.0

20 Sep 13:41
Compare
Choose a tag to compare
v0.2.4-alpha.0 Pre-release
Pre-release

Features

  • Time Series:
    • [#108] - Augmented backend datastructures to handle multiple datasets
    • [#109] - Refactored the UI to allow for multiple dataset uploads
  • [#131] - added visual indicators of dataset update tiime and refresh status

Bug Fixes

  • Dependency updates
  • [#134] - Remove use of window.alert for error handling
  • [#151] - switch from conditional rendering to display: none to preserve component state
  • [#152] - added id disambiguation for html-for
  • [#49] - value counts preserved when dragged into the group by area

v0.2.3

23 Aug 18:40
Compare
Choose a tag to compare

Features

  • Supports Authorization for custom data sources using basic or bearer auth
  • Add functionality to automatically refresh on a user defined interval

Bug Fixes

  • package: update @fortawesome/react-fontawesome to version 0.1.1 (a238f56)
  • package: update react-beautiful-dnd to version 9.0.0 (7a84330)
  • dependency updates to remediate vulns flagged by Snyk (42fc97d)
  • Fixes #125 - refreshing dataset no longer resets group by and color by selections (276a238)
  • Fixes #126 - added null check on configuration and fields when building index (c1e86d7)

v0.2.2

13 Jul 02:51
Compare
Choose a tag to compare

Features

  • Remove default red coloring from unknown nodes

Bug Fixes

  • Fixes to search (case sensitivity and unknown fields)
  • bug with docker image not finding git

Engineering/Project Health

  • Added Issue and PR templates
  • Dependency updates
  • moved to mocha/chai/enzyme for unit testing

v0.2.1

23 Jun 19:54
Compare
Choose a tag to compare

Enhancements

  • Added search
  • Dataset download and refresh
  • Info tooltips
  • Updated all dependencies

See the changelog for a full list of bug fixes/improvements

v0.1.0

04 Apr 17:48
6219dac
Compare
Choose a tag to compare
  • Initial release
  • Demonstrates visualizing hierarchical datasets in JSON format, primarily intended for networks of up to 4k nodes