Releases: cmudig/data-navigator
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
v1.1.0
What's Changed
- node that receives focus should have tabindex=0 #35 by @frankelavsky in #36
- add role=application to renderer wrapper #34 by @frankelavsky in #37
- add handling for
aria-activedescendant
on 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: v1.0.2...v1.1.0
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 #21
- update teaser image by @frankelavsky in #22
- fix npm readme, remove relative image links by @frankelavsky in #23
- improve demo app by @frankelavsky in #24
- demo walkthrough, bugs, meta tags by @frankelavsky in #25
- Update copyright owner to CMU in license by @domoritz in #26
- fix typo in touch command table by @frankelavsky in #29
- check for web speech api, fix #30 by @frankelavsky in #31
- fix typo where innerText was a function by @frankelavsky in #32
- window timeout and svg element/path coordinates fix by @frankelavsky in #33
New Contributors
Full Changelog: v1.0.1...v1.0.2
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 #1
- Working early prototype and basic scaffolding by @frankelavsky in #2
- add touch, update api to separate navigation rules for edges from graph by @frankelavsky in #3
- fix touch direction bias by @frankelavsky in #4
- remove console logs by @frankelavsky in #5
- overhaul and finish first case study by @frankelavsky in #6
- remove pointer events on image by @frankelavsky in #7
- build vega lite case study by @frankelavsky in #8
- move navigation rules out of VL structure generator by @frankelavsky in #9
- fix group enter instructions by @frankelavsky in #10
- remove tabindex attribute from presentational svg by @frankelavsky in #11
- add all working input modality examples by @frankelavsky in #12
- add instructions to run basic demo by @frankelavsky in #13
- fix bad link by @frankelavsky in #14
- refactor into separately composable modules by @frankelavsky in #15
- transition structure builder and vega-lite demo to new api by @frankelavsky in #16
- convert repo to typescript by @frankelavsky in #17
- consolidate types, prep for release by @frankelavsky in #18
- prepare for 0.9.0 publish by @frankelavsky in #19
- update to default exports, simplify to devdependencies by @frankelavsky in #20
- fix lingering bugs, prepare readme for release, bump to v1 by @frankelavsky in #21
New Contributors
- @frankelavsky made their first contribution in #1
Full Changelog: https://github.com/cmudig/data-navigator/commits/v1.0.0