This repository has been archived by the owner on Jan 31, 2024. It is now read-only.
v0.0.22
🎉 This release contains work from a new contributor! 🎉
Thank you, null@payapula, for all your work!
Release Notes
Revert CSF3 support (#43)
Fixes
CSF3 support was added in a previous version, however conflicted with projects using Storybook 6.3. The correct typescript types come from Storybook 6.4, rendering this library incompatible with projects using Storybook 6.3.
This release reverts the CSF3 support, which will be brought to the next major release of @storybook/testing-react
.
🐛 Bug Fix
- Revert CSF3 support #43 (@yannbf)
- chore: update auto configuration #45 (@yannbf)
- (docs) README - Corrected a small typo #39 (@payapula)