Releases: guidepup/virtual-screen-reader
Releases · guidepup/virtual-screen-reader
0.28.0
What's Changed
- chore(deps): bump micromatch from 4.0.5 to 4.0.8 by @dependabot in #84
- chore(deps): bump axios from 1.6.7 to 1.7.7 in /examples/puppeteer by @dependabot in #85
- chore(deps): bump micromatch from 4.0.7 to 4.0.8 in /examples/typescript-bundler by @dependabot in #86
- chore(deps): bump @75lb/deep-merge from 1.1.1 to 1.1.2 in /examples/web-test-runner by @dependabot in #87
- chore(deps): misc dependency upgrades
- chore: remove dependency on @guidepup/guidepup package
Full Changelog: 0.27.1...0.28.0
0.27.1
- sec(deps): implement security advisories
Full Changelog: 0.27.0...0.27.1
0.27.0
What's Changed
- chore(deps): bump braces from 3.0.2 to 3.0.3 in /examples/vue by @dependabot in #83
- chore: update dependencies
- test: update wpt suite with latest tests
- fix: don't ignore non-trivial children
Nested elements with the same accessible name will now be added to the internal VSR accessibility tree so they are now exposed. E.g. previously navigating through the following would only announce "heading, Heading Level 1 Containing Link, level 1":
<h1><a href="/path">Heading Level 1 Containing Link</a></h1>
But now it will announce all of:
- "heading, Heading Level 1 Containing Link, level 1"
- "link, Heading Level 1 Containing Link"
- "end of heading, Heading Level 1 Containing Link, level 1"
Full Changelog: 0.26.1...0.27.0
0.26.1
What's Changed
- chore(deps): bump ws from 8.16.0 to 8.17.1 in /examples/vue by @dependabot in #82
- chore(deps): bump braces from 3.0.2 to 3.0.3 in /examples/web-test-runner by @dependabot in #81
- fix: TS node16 from CJS usage
- ci: added arethetypeswrong CLI tests
Full Changelog: 0.26.0...0.26.1
0.26.0
What's Changed
- feat: build tweaks to support legacy TS setups by @jlp-craigmorten in #80
Full Changelog: 0.25.0...0.26.0
0.25.0
What's Changed
- BREAKING CHANGE fix: remove
browser
export due to Jest issues when usingjsdom
as thetestEnvironment
value. Anyone relying on the previous browser export behaviour should move to using@guidepup/virtual-screen-reader/browser.js
for their imports. - chore(deps): bump braces from 3.0.2 to 3.0.3 by @dependabot in #78
- chore(deps): bump ws from 8.13.0 to 8.17.1 by @dependabot in #79
Full Changelog: 0.24.2...0.25.0
0.24.2
What's Changed
- fix: migrate
@guidepup/guidepup
to dependencies as it's types are consumed in packaged code - chore(deps-dev): bump ejs from 3.1.9 to 3.1.10 in /examples/storybook by @dependabot in #74
- chore(deps): bump ws from 8.13.0 to 8.17.1 by @dependabot in #76
- chore(deps): bump braces from 3.0.2 to 3.0.3 in /examples/puppeteer by @dependabot in #77
- chore(deps): multiple additional package upgrades
Full Changelog: 0.24.1...0.24.2
0.24.1
What's Changed
- chore(deps): bump follow-redirects from 1.15.5 to 1.15.6 in /examples/puppeteer by @dependabot in #66
- feat: add WPT coverage by @jlp-craigmorten in #68
- chore(deps-dev): bump express from 4.18.3 to 4.19.2 in /examples/storybook by @dependabot in #69
- fix: support aliased roles by @jlp-craigmorten in #70
- chore(deps-dev): bump vite from 5.0.12 to 5.0.13 in /examples/vue by @dependabot in #71
- chore(deps-dev): bump vite from 4.5.2 to 4.5.3 in /examples/storybook by @dependabot in #72
- fix: implement radio group logic by @jlp-craigmorten in #73
Full Changelog: 0.24.0...0.24.1
0.24.0
What's Changed
- feat: feature detect and use AOM if available by @jlp-craigmorten in #65
Full Changelog: 0.23.0...0.24.0
0.23.0
What's Changed
- feat: move to link commands by @jlp-craigmorten in #63
Introduces two new commands:
virtual.commands.moveToNextLink
virtual.commands.moveToPreviousLink
which can be used with the virtual.perform()
method to navigate between elements with the link
role.
Full Changelog: 0.22.1...0.23.0