Skip to content

Releases: guidepup/virtual-screen-reader

0.29.0

28 Jan 17:24
dc77e3b
Compare
Choose a tag to compare

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

14 Sep 10:22
06696af
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.27.1...0.28.0

0.27.1

26 Jul 11:59
1dcfbdb
Compare
Choose a tag to compare
  • sec(deps): implement security advisories

Full Changelog: 0.27.0...0.27.1

0.27.0

24 Jul 15:13
6e25e6d
Compare
Choose a tag to compare

What's Changed

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

27 Jun 21:04
4bf11fe
Compare
Choose a tag to compare

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

27 Jun 10:21
0192ecf
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.25.0...0.26.0

0.25.0

24 Jun 15:19
f9962a0
Compare
Choose a tag to compare

What's Changed

  • BREAKING CHANGE fix: remove browser export due to Jest issues when using jsdom as the testEnvironment 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

24 Jun 14:33
ebc389f
Compare
Choose a tag to compare

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

13 Apr 14:41
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.24.0...0.24.1

0.24.0

14 Mar 10:14
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.23.0...0.24.0