Skip to content

Releases: chanzuckerberg/axe-storybook-testing

v8.2.0

25 Jul 13:17
Compare
Choose a tag to compare

8.2.0

  • [new] Add parameter for Axe context #98

v8.1.0

23 Jul 22:09
Compare
Choose a tag to compare

8.1.0

  • [new] Add --port option #97

v8.0.2

13 May 13:25
Compare
Choose a tag to compare

8.0.2

  • [fix] Ensure Storybook is ready before extract-ing stories #94

v8.0.1

20 Mar 14:05
Compare
Choose a tag to compare

8.0.1

  • [fix] Wait a random amount of time before selecting a port, to try to avoid port conflicts when multiple test runs start at the same time #92

v8.0.0

05 Mar 13:14
Compare
Choose a tag to compare

8.0.0 (2024-03-05)

  • [breaking] Support Node >= 18 #91
  • [new] Support Storybook v8 #90

v7.2.0

12 Feb 19:24
Compare
Choose a tag to compare

7.2.0 (2024-02-12)

  • [new] Add config parameter, which is passed to axe.configure #88

v7.1.4

09 Feb 14:18
Compare
Choose a tag to compare

7.1.4 (2024-02-09)

  • [fix] Update all deps

v7.1.3

08 Nov 17:29
Compare
Choose a tag to compare

7.1.3 (2023-11-08)

  • [fix] Automatically install Chromium and add note about installing other browsers #85

v7.1.2

07 Aug 11:55
Compare
Choose a tag to compare
  • [fix] Update most deps #82
  • [fix] Build for Node 12 / ES2017. Node 12 is the minimum supported version of Node for this project #78

v7.1.1

17 May 13:00
Compare
Choose a tag to compare
  • [fix] Replace @storybook/preview-web peer dependency with @storybook/preview-api (which is what @storybook/react actually uses)