Skip to content

Releases: cmudig/data-navigator

v2.2.0

02 Mar 00:15
Compare
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
Compare
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
Compare
Choose a tag to compare

What's Changed

New Contributors

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

v2.0.1

09 Dec 23:50
Compare
Choose a tag to compare

What's Changed in Data Navigator:

What's Changed in our Demo:

Full Changelog: v2.0.0...v2.0.1

v2.0.0

09 Dec 22:50
Compare
Choose a tag to compare

What's Changed

  • Structure (nodes, edges, dimensions, and navrules) generation by @frankelavsky in #40

You can now generate structure automatically given an input dataset. The API we came up with is for specifying "dimensions."

You can explore our new types and API for dimensions, our test cases (code) that use the dimensions API, as well as see a live-preview of the test case examples.

Full Changelog: v1.2.4...v2.0.0

v1.2.4

12 Sep 15:10
Compare
Choose a tag to compare

Improve type exporting.

Full Changelog: v1.2.3...v1.2.4

v1.2.3

12 Sep 14:35
Compare
Choose a tag to compare

Just improved the README, showing different import patterns between ts and js.

Full Changelog: v1.2.2...v1.2.3

v1.2.2

11 Sep 22:44
Compare
Choose a tag to compare

Full Changelog: v1.2.1...v1.2.2

v1.2.1

26 Aug 19:23
Compare
Choose a tag to compare

Simplify types build process.

Full Changelog: v1.2.0...v1.2.1

v1.2.0

26 Aug 19:04
Compare
Choose a tag to compare

We include our types in the package export now!

Full Changelog: v1.1.0...v1.2.0