Releases: guidepup/virtual-screen-reader
Releases · guidepup/virtual-screen-reader
0.29.0
What's Changed
- chore(deps): bump micromatch from 4.0.5 to 4.0.8 in /examples/vue by @dependabot in #88
- chore(deps): bump serve-static and express in /examples/storybook by @dependabot in #89
- chore(deps): bump send and express in /examples/storybook by @dependabot in #90
- chore(deps): bump body-parser and express in /examples/storybook by @dependabot in #92
- chore(deps-dev): bump vite from 4.5.3 to 4.5.5 in /examples/storybook by @dependabot in #94
- chore(deps-dev): bump vite from 5.3.5 to 5.3.6 in /examples/vue by @dependabot in #93
- chore(deps): bump micromatch from 4.0.7 to 4.0.8 in /examples/web-test-runner by @dependabot in #95
- chore(deps): bump micromatch from 4.0.7 to 4.0.8 in /examples/typescript-legacy by @dependabot in #96
- chore(deps): bump rollup from 4.19.0 to 4.22.4 in /examples/vue by @dependabot in #97
- chore(deps-dev): bump rollup from 3.29.4 to 3.29.5 in /examples/storybook by @dependabot in #98
- chore(deps): bump cookie and express in /examples/storybook by @dependabot in #99
- chore(deps): bump rollup from 4.19.0 to 4.24.0 in /examples/web-test-runner by @dependabot in #102
- chore(deps): bump rollup from 4.21.3 to 4.24.0 by @dependabot in #103
- chore(deps): bump micromatch from 4.0.7 to 4.0.8 in /examples/typescript-nodenext by @dependabot in #101
- chore(deps): bump micromatch from 4.0.7 to 4.0.8 in /examples/commonjs by @dependabot in #100
- chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 by @dependabot in #104
- chore(deps): bump micromatch from 4.0.5 to 4.0.8 in /examples/puppeteer by @dependabot in #105
- chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 in /examples/typescript-bundler by @dependabot in #106
- chore(deps): bump nanoid from 3.3.7 to 3.3.8 in /examples/vue by @dependabot in #107
- chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 in /examples/cypress by @dependabot in #108
- chore(deps): bump nanoid from 3.3.7 to 3.3.8 in /examples/web-test-runner by @dependabot in #109
- chore(deps-dev): bump vite from 5.3.6 to 5.4.12 in /examples/vue by @dependabot in #110
- chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 in /examples/commonjs by @dependabot in #111
- chore(deps-dev): bump vite from 4.5.5 to 4.5.9 in /examples/storybook by @dependabot in #112
- feat: swap to
html-aria
for implicit role algorithm by @cmorten in #113 - chore(deps): bump store2 from 2.14.3 to 2.14.4 in /examples/storybook by @dependabot in #115
- chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 in /examples/web-test-runner by @dependabot in #114
- chore: BREAKING: update dependencies, including new minumum Node version of 20 by @jlp-craigmorten in #116
- refactor: remove use of TS enums by @jlp-craigmorten in #118
- test: update WPT suite by @jlp-craigmorten in #119
Full Changelog: 0.28.0...0.29.0
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