- #2650
1fcf187ed
Thanks @Germanika! - Add #storybook-root selector to support Storybook v7
- #2389
03c1abc8c
Thanks @BPScott! - Add types field to package.json export maps to support typescript consumers that usemoduleResolution: "node16"
- No updates. Transitive dependency bump.
- Drop support for node 12 and Safari 10, 11 and 12. Remove wildcard export in exports field. [#2277]
- No updates. Transitive dependency bump.
- Now requires storybook >6.4.0. Add support for storyStoreV7 mode. Reuse open browser instances instead of opening new browsers every time, which reduces memory pressure and makes the tests faster. [#2194]
- Correct wildcard export to
./*
[#2209]
- Use
./*
instead of./
in package.json exports to fix deprecation warning. [#2184]
- Updated puppeteer to 13.2.0 (#2162)
- Rerelease after failed publish. No code changes.
- Updated puppeteer to 13.1.3 (#2149)
- Reorder exports map to prioritize the
esnext
condition. [#2148] - Update Loom build config. [#2150]
- Fixed a bug where animation wasn't getting totally cancelled out (#2124)
- Fixed case where the script would errors when story parameters were undefined. [#2119]
- Added
@axe-core/puppeteer
as a direct dependency, rather than relying on consumers having it installed. [#2116]
- Updated to use @axe-core/puppeteer for running tests to make it compatible with storybook 6.4.x. [#2106]
- Added ability to disable very specific rules to any single Story, using the same best practices as the ones described in https://storybook.js.org/addons/@storybook/addon-a11y/ [#2045]
- Migrate from
sewing-kit-next
toloom
for building - package build output remains identical. [#2039] - Improved documentation and code quality [#2045]
- Improved error messages to provide the ID of the violation [#2045]
- Updated puppeteer to the latest version [#2045]
- Updated build tooling, types are now compiled with TypeScript 4.3. [#1997]
- Added file exclusion for tests to package.json and enable type checking for tests. [#2005]
- Update to latest sewing-kit-next for build. Update
types
/typesVersions
fields to point directly into the build folder [#1980]
- Added the ability to disable transitions and animations #1910
- Update minimum supported node version to 12.14.0. Add engines field to help enforce usage of this version. #1906
- Added back the filtering of stories with
a11y: {disable: true}
parameter #1866
- Updated library to allow running axe test on specific story ids
- Added timeout option [#1859]
- Removed dependency on tslib, as we no-longer compile with
tsc
. #1829
Initial release