Skip to content

Releases: cmudig/data-navigator

v2.4.1

19 Mar 17:31

Choose a tag to compare

What's Changed

Fixed 4 bugs:

  1. 2 related to how "bridgedCousins" API works in structure: one, linking across empty divisions to valid cousins [c92b900]
  2. and one using proper keys [cbb0907]
  3. another bug was fixed because we weren't clearing a temp division in numerical structures [32cb9ee]
  4. and another issue was fixed where we explicitly used the string literal "id" accidentally (oops)[2c2ca21]

Full Changelog: v2.4.0...v2.4.1

v2.4.0

27 Feb 00:11

Choose a tag to compare

What's Changed

NEW! We have released our first minor, working version of our bokeh wrapper!
NEW! We are exporting all of our types by default now.
A few fixes to structure and types, but nothing breaking.
A bug has been fixed where empty divisions caused issues, now we correctly generate empty divisions.

PRs:

Full Changelog: v2.3.1...v2.4.0

v2.3.0

19 Feb 22:21

Choose a tag to compare

What's Changed

Full Changelog: v2.2.4...v2.3.0

v2.2.4

17 Feb 22:15

Choose a tag to compare

What's Changed

Note: structure had a minor bug where divisions with a single child could not be navigated to from their child. This has been fixed. The inspector had cosmetic/accessibility fixes.

Full Changelog: v2.2.3...v2.2.4

v2.2.3

17 Feb 19:44

Choose a tag to compare

What's Changed

(Minor changes, primarily just updated our readme on NPM and contributing.md here on github)

Full Changelog: v2.2.2...v2.2.3

v2.2.2

17 Feb 18:17

Choose a tag to compare

What's Changed

Full Changelog: v2.2.1...v2.2.2

v2.2.1

17 Feb 18:17

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.2.0...v2.2.1

v2.2.0

02 Mar 00:15

Choose a tag to compare

New feature: moving across divisions

feature: add ability to move across divisions instead of only within

Compare the navigational patterns between the graph representations of two stacked bar charts using the same data in our testing environment.

Default/previous behavior, or using new "within" dimension.behavior option:

                           dimension
                               |
            division <- - [left/right] - -> division
                |
    a <- - [left/right] - -> b

Using new "across" dimension.behavior option:

                           dimension
                               |
            division <- - [left/right] - -> division
               |                                |
               a <- - - - [left/right] - - - -> a

Full Changelog: v2.1.0...v2.2.0

v2.1.0

17 Dec 19:46

Choose a tag to compare

What's Changed

API:

Demo app/test environment:

Full Changelog: v2.0.2...v2.1.0

v2.0.2

09 Dec 23:56

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.1...v2.0.2