Skip to content

Releases: guidepup/virtual-screen-reader

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

0.23.0

12 Mar 22:43
Compare
Choose a tag to compare

What's Changed

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

0.22.1

10 Mar 20:17
Compare
Choose a tag to compare

Full Changelog: 0.22.0...0.22.1