-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(devdeps): update dependency @storybook/testing-react to v1 #931
Conversation
size-limit report 📦
|
Codecov Report
@@ Coverage Diff @@
## main #931 +/- ##
=======================================
Coverage 92.94% 92.94%
=======================================
Files 118 118
Lines 3047 3047
Branches 469 469
=======================================
Hits 2832 2832
Misses 161 161
Partials 54 54 Continue to review full report at Codecov.
|
ebcf984
to
155e8a4
Compare
155e8a4
to
34895a9
Compare
### [0.126.3](v0.126.2...v0.126.3) (2021-12-06) ### ⚡ Refactor * **theme:** renamed colors into deprecatedColors ([#960](#960)) ([b881213](b881213)) ### 📦 Chore * **devdeps:** update dependency @storybook/testing-react to v1 ([#931](#931)) ([2f50f28](2f50f28)) * **devdeps:** update dependency @svgr/rollup to v6 ([#944](#944)) ([495c6f0](495c6f0)) * **devdeps:** update dependency date-fns to v2.27.0 ([#967](#967)) ([fd32df3](fd32df3)) * **devdeps:** update dependency jest to v27.4.3 ([#969](#969)) ([7dc5dc7](7dc5dc7)) * **devdeps:** update dependency postcss to v8.4.4 ([#964](#964)) ([0a9ebb4](0a9ebb4)) * **devdeps:** update dependency prettier to v2.5.1 ([#968](#968)) ([fc30b77](fc30b77)) * **devdeps:** update storybook monorepo to v6.4.5 ([#965](#965)) ([8692741](8692741)) * **devdeps:** update storybook monorepo to v6.4.7 ([#966](#966)) ([bc0f17f](bc0f17f)) ### 🐛 Bug Fixes * **Touchable:** correct invalid css class ([#963](#963)) ([faac4c4](faac4c4))
🎉 This PR is included in version 0.126.3 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This PR contains the following updates:
0.0.22
->1.0.0
Release Notes
storybookjs/testing-react
v1.0.0
Compare Source
🎉 This release contains work from new contributors! 🎉
Thanks for all your work!
❤️ Tom Coleman (@tmeasday)
❤️ null@jonniebigodes
Release Notes
Version 1.0.0 (#60)
💥 Breaking Change
Updates Storybook peer dependency to 6.4
Features
CSF3
Storybook 6.4 released a new version of CSF, where the story can also be an object. This is supported in
@storybook/testing-react
, but you have to match the requisites:1 - Either your story has a
render
method or your meta contains acomponent
property:Play function
Storybook 6.4 also brings a new function called
play
, where you can write automated interactions to the story.In
@storybook/testing-react
, theplay
function does not run automatically for you, but rather comes in the returned component, and you can execute it as you please.Consider the following example:
You can use the play function like this:
📝 Documentation
Authors: 3
Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.