Releases: chanzuckerberg/axe-storybook-testing
Releases · chanzuckerberg/axe-storybook-testing
v3.0.1
v3.0.0
v2.0.1
v2.0.0
v1.3.0
v1.2.0
v1.1.2
v1.1.1
v1.1.0
v1.0.0
v1 release! 🎉
Breaking
- Rename
--build_dir
option to--build-dir
Features
- Improve performance by around 5x, by using Storybook's client API to render stories, instead of page navigations.
Bugfixes
- Disable the 'bypass' rule by default.
- Force one call to
axe.run
to finish before the next can start, preventing dequelabs/axe-core#1041 when things go wrong in a test.
Maintenance
- Update dependencies.
- Change the Mocha reporter to "spec".
- Add integration tests.
- Use types from @storybook/client-api, instead of writing our own, for story data.