Releases: cmudig/data-navigator
v2.4.1
What's Changed
Fixed 4 bugs:
- 2 related to how "bridgedCousins" API works in structure: one, linking across empty divisions to valid cousins [c92b900]
- and one using proper keys [cbb0907]
- another bug was fixed because we weren't clearing a temp division in numerical structures [32cb9ee]
- and another issue was fixed where we explicitly used the string literal "id" accidentally (oops)[2c2ca21]
- Add interactivity example by @frankelavsky in #75
- Improve docs for interactive elements example by @frankelavsky in #76
- Improve wrapper build by @frankelavsky in #77
- Improved wrapper docs by @frankelavsky in #78
- Skeleton (draft 1) by @frankelavsky in #80
Full Changelog: v2.4.0...v2.4.1
v2.4.0
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:
- Bokeh wrapper + structure fixes by @frankelavsky in #72
- Export fixes by @frankelavsky in #74
Full Changelog: v2.3.1...v2.4.0
v2.3.0
What's Changed
- Add interactive inspector menu by @frankelavsky in #70
- Add text-based interfacing, including with language-model hookups by @frankelavsky in #71
Full Changelog: v2.2.4...v2.3.0
v2.2.4
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.
- improve docs and inspector, add arcs to tree view in inspector by @frankelavsky in #67
- fix structure and inspector tree view bugs by @frankelavsky in #68
- Fix bugs (structure, inspector), improve docs by @frankelavsky in #69
Full Changelog: v2.2.3...v2.2.4
v2.2.3
What's Changed
(Minor changes, primarily just updated our readme on NPM and contributing.md here on github)
- clarify release process by @frankelavsky in #64
- add publish/release process for inspector by @frankelavsky in #65
- update build, deploy, and readme for inspector by @frankelavsky in #66
Full Changelog: v2.2.2...v2.2.3
v2.2.2
What's Changed
- add better explanation to the location/pixel section by @frankelavsky in #56
- Add inspector workspace and project into repo by @frankelavsky in #57
- sync interaction between chart and inspector by @frankelavsky in #58
- Inspector: upgrades and examples by @frankelavsky in #59
- add code exports and assets in the repo for examples by @frankelavsky in #60
- publish 2.2.1 by @frankelavsky in #61
- add tree view to inspector by @frankelavsky in #62
- fix publish and prepublish process by @frankelavsky in #63
Full Changelog: v2.2.1...v2.2.2
v2.2.1
What's Changed
- New docs by @frankelavsky in #46
- add nojekyll for docs site by @frankelavsky in #47
- remove jekyll from build process by @frankelavsky in #48
- add lib build to site build process by @frankelavsky in #49
- prep docs site for first release by @frankelavsky in #50
- Fix css class default value by @GuillaumeMMM in #53
- New docs: "getting started" first draft done by @frankelavsky in #54
- Cleanup to fit new build process by @frankelavsky in #55
New Contributors
- @GuillaumeMMM made their first contribution in #53
Full Changelog: v2.2.0...v2.2.1
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