Releases: cmudig/data-navigator
v2.2.0
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
What's Changed
API:
- Dimension compression by @frankelavsky in #45
Demo app/test environment:
- show edges that test the limit of navrule generation by @frankelavsky in #43
- use svg for focus indicator by @frankelavsky in #44
Full Changelog: v2.0.2...v2.1.0
v2.0.2
What's Changed
- Bump braces from 3.0.2 to 3.0.3 by @dependabot in #39
New Contributors
- @dependabot made their first contribution in #39
Full Changelog: v2.0.1...v2.0.2
v2.0.1
What's Changed in Data Navigator:
- Fix invalid render id by @frankelavsky in #42
What's Changed in our Demo:
- fix focus management issues, deduped division ids by @frankelavsky in #41
Full Changelog: v2.0.0...v2.0.1
v2.0.0
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
Improve type exporting.
Full Changelog: v1.2.3...v1.2.4
v1.2.3
Just improved the README, showing different import patterns between ts and js.
Full Changelog: v1.2.2...v1.2.3
v1.2.2
Full Changelog: v1.2.1...v1.2.2
v1.2.1
Simplify types build process.
Full Changelog: v1.2.0...v1.2.1
v1.2.0
We include our types in the package export now!
Full Changelog: v1.1.0...v1.2.0