Recent Releases of https://github.com/cmudig/data-navigator
https://github.com/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: https://github.com/cmudig/data-navigator/compare/v2.1.0...v2.2.0
- TypeScript
Published by frankelavsky over 1 year ago
https://github.com/cmudig/data-navigator - v2.1.0
What's Changed
API:
- Dimension compression by @frankelavsky in https://github.com/cmudig/data-navigator/pull/45
Demo app/test environment:
- show edges that test the limit of navrule generation by @frankelavsky in https://github.com/cmudig/data-navigator/pull/43
- use svg for focus indicator by @frankelavsky in https://github.com/cmudig/data-navigator/pull/44
Full Changelog: https://github.com/cmudig/data-navigator/compare/v2.0.2...v2.1.0
- TypeScript
Published by frankelavsky over 1 year ago
https://github.com/cmudig/data-navigator - v2.0.2
What's Changed
- Bump braces from 3.0.2 to 3.0.3 by @dependabot in https://github.com/cmudig/data-navigator/pull/39
New Contributors
- @dependabot made their first contribution in https://github.com/cmudig/data-navigator/pull/39
Full Changelog: https://github.com/cmudig/data-navigator/compare/v2.0.1...v2.0.2
- TypeScript
Published by frankelavsky over 1 year ago
https://github.com/cmudig/data-navigator - v2.0.1
What's Changed in Data Navigator:
- Fix invalid render id by @frankelavsky in https://github.com/cmudig/data-navigator/pull/42
What's Changed in our Demo:
- fix focus management issues, deduped division ids by @frankelavsky in https://github.com/cmudig/data-navigator/pull/41
Full Changelog: https://github.com/cmudig/data-navigator/compare/v2.0.0...v2.0.1
- TypeScript
Published by frankelavsky over 1 year ago
https://github.com/cmudig/data-navigator - v2.0.0
What's Changed
- Structure (nodes, edges, dimensions, and navrules) generation by @frankelavsky in https://github.com/cmudig/data-navigator/pull/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: https://github.com/cmudig/data-navigator/compare/v1.2.4...v2.0.0
- TypeScript
Published by frankelavsky over 1 year ago
https://github.com/cmudig/data-navigator - v1.2.4
Improve type exporting.
Full Changelog: https://github.com/cmudig/data-navigator/compare/v1.2.3...v1.2.4
- TypeScript
Published by frankelavsky over 1 year ago
https://github.com/cmudig/data-navigator - v1.2.3
Just improved the README, showing different import patterns between ts and js.
Full Changelog: https://github.com/cmudig/data-navigator/compare/v1.2.2...v1.2.3
- TypeScript
Published by frankelavsky over 1 year ago
https://github.com/cmudig/data-navigator - v1.2.2
Full Changelog: https://github.com/cmudig/data-navigator/compare/v1.2.1...v1.2.2
- TypeScript
Published by frankelavsky over 1 year ago
https://github.com/cmudig/data-navigator - v1.2.1
Simplify types build process.
Full Changelog: https://github.com/cmudig/data-navigator/compare/v1.2.0...v1.2.1
- TypeScript
Published by frankelavsky almost 2 years ago
https://github.com/cmudig/data-navigator - v1.2.0
We include our types in the package export now!
Full Changelog: https://github.com/cmudig/data-navigator/compare/v1.1.0...v1.2.0
- TypeScript
Published by frankelavsky almost 2 years ago
https://github.com/cmudig/data-navigator - v1.1.0
What's Changed
- node that receives focus should have tabindex=0 #35 by @frankelavsky in https://github.com/cmudig/data-navigator/pull/36
- add role=application to renderer wrapper #34 by @frankelavsky in https://github.com/cmudig/data-navigator/pull/37
- add handling for
aria-activedescendanton application role - add new prop to specify label for root's wrapper application
- add CONTRIBUTING.md
Special thanks to @majornista for #34 and #35.
Full Changelog: https://github.com/cmudig/data-navigator/compare/v1.0.2...v1.1.0
- TypeScript
Published by frankelavsky almost 2 years ago
https://github.com/cmudig/data-navigator - v1.0.2
What's Changed
Primarily we adjusted things related to our promotion/release and made improvements to our demo application. We patched one minor bug in #33.
- fix lingering bugs, prepare readme for release, bump to v1 by @frankelavsky in https://github.com/cmudig/data-navigator/pull/21
- update teaser image by @frankelavsky in https://github.com/cmudig/data-navigator/pull/22
- fix npm readme, remove relative image links by @frankelavsky in https://github.com/cmudig/data-navigator/pull/23
- improve demo app by @frankelavsky in https://github.com/cmudig/data-navigator/pull/24
- demo walkthrough, bugs, meta tags by @frankelavsky in https://github.com/cmudig/data-navigator/pull/25
- Update copyright owner to CMU in license by @domoritz in https://github.com/cmudig/data-navigator/pull/26
- fix typo in touch command table by @frankelavsky in https://github.com/cmudig/data-navigator/pull/29
- check for web speech api, fix #30 by @frankelavsky in https://github.com/cmudig/data-navigator/pull/31
- fix typo where innerText was a function by @frankelavsky in https://github.com/cmudig/data-navigator/pull/32
- window timeout and svg element/path coordinates fix by @frankelavsky in https://github.com/cmudig/data-navigator/pull/33
New Contributors
- @domoritz made their first contribution in https://github.com/cmudig/data-navigator/pull/26
Full Changelog: https://github.com/cmudig/data-navigator/compare/v1.0.1...v1.0.2
- TypeScript
Published by frankelavsky over 2 years ago
https://github.com/cmudig/data-navigator - 1.0.0
Our first release
Thanks immensely to the peer reviewers of our paper, especially R1, for feedback on our system design. It helped immensely and prepared this project to release at v1.0.0 and not just a beta or alpha version.
More docs and demos to come.
Automatically generated release notes:
What's Changed
- commit initial files by @frankelavsky in https://github.com/cmudig/data-navigator/pull/1
- Working early prototype and basic scaffolding by @frankelavsky in https://github.com/cmudig/data-navigator/pull/2
- add touch, update api to separate navigation rules for edges from graph by @frankelavsky in https://github.com/cmudig/data-navigator/pull/3
- fix touch direction bias by @frankelavsky in https://github.com/cmudig/data-navigator/pull/4
- remove console logs by @frankelavsky in https://github.com/cmudig/data-navigator/pull/5
- overhaul and finish first case study by @frankelavsky in https://github.com/cmudig/data-navigator/pull/6
- remove pointer events on image by @frankelavsky in https://github.com/cmudig/data-navigator/pull/7
- build vega lite case study by @frankelavsky in https://github.com/cmudig/data-navigator/pull/8
- move navigation rules out of VL structure generator by @frankelavsky in https://github.com/cmudig/data-navigator/pull/9
- fix group enter instructions by @frankelavsky in https://github.com/cmudig/data-navigator/pull/10
- remove tabindex attribute from presentational svg by @frankelavsky in https://github.com/cmudig/data-navigator/pull/11
- add all working input modality examples by @frankelavsky in https://github.com/cmudig/data-navigator/pull/12
- add instructions to run basic demo by @frankelavsky in https://github.com/cmudig/data-navigator/pull/13
- fix bad link by @frankelavsky in https://github.com/cmudig/data-navigator/pull/14
- refactor into separately composable modules by @frankelavsky in https://github.com/cmudig/data-navigator/pull/15
- transition structure builder and vega-lite demo to new api by @frankelavsky in https://github.com/cmudig/data-navigator/pull/16
- convert repo to typescript by @frankelavsky in https://github.com/cmudig/data-navigator/pull/17
- consolidate types, prep for release by @frankelavsky in https://github.com/cmudig/data-navigator/pull/18
- prepare for 0.9.0 publish by @frankelavsky in https://github.com/cmudig/data-navigator/pull/19
- update to default exports, simplify to devdependencies by @frankelavsky in https://github.com/cmudig/data-navigator/pull/20
- fix lingering bugs, prepare readme for release, bump to v1 by @frankelavsky in https://github.com/cmudig/data-navigator/pull/21
New Contributors
- @frankelavsky made their first contribution in https://github.com/cmudig/data-navigator/pull/1
Full Changelog: https://github.com/cmudig/data-navigator/commits/v1.0.0
- TypeScript
Published by frankelavsky almost 3 years ago