Closed yannbf closed 1 year ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
msw-storybook-addon | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | May 8, 2023 6:48am |
:rocket: PR was released in v2.0.0-next.0
:rocket:
This PR starts the process to upgrade the addon and prepare it for breaking changes.
initialize
now becomes asyncAdds default handlers to ignore calls coming from /hot-update/ and /node_modules/
📦 Published PR as canary version:
2.0.0--canary.111.abecab5.0
:sparkles: Test out this PR locally via: ```bash npm install msw-storybook-addon@2.0.0--canary.111.abecab5.0 # or yarn add msw-storybook-addon@2.0.0--canary.111.abecab5.0 ```
Version
Published prerelease version:
v2.0.0-next.0
Changelog
#### 💥 Breaking Change - use tsup for building, migrate to vite, add default handlers [#111](https://github.com/mswjs/msw-storybook-addon/pull/111) ([@yannbf](https://github.com/yannbf)) #### Authors: 1 - Yann Braga ([@yannbf](https://github.com/yannbf))