Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@ladle/react@3.0.0
Major Changes
#481
8050652
Thanks @tajo! - Switch Ladle to SWC compiler by using react-plugin-swc as the default. The babel based one (react-plugin) can still be used by adding setting it up through vite.config.js.#479
657329a
Thanks @tajo! - Convert StoryDefault type into interface, add hotkeys into Meta type, relax type of Meta.width#485
fcf448f
Thanks @tajo! - Update to Node v20Patch Changes
#495
7cc65f8
Thanks @tajo! - Don't use CSS transform for sidebar chevrons so it doesn't create layering (stacking context) issues#442
da95b96
Thanks @hiddenist! - Changes Meta from a type to an interface so it can be extended by declaring a module#441
1b048c4
Thanks @calloc134! - Fixed the type of the "ArgType" object so that options are properly loaded into the type#482
cf1a4a9
Thanks @tajo! - Inline react-frame-component#486
0c3c5ff
Thanks @tajo! - Add meta.mockDate feature so stories can mock/fix Date() values, great for testing and snapshots#483
b1983a4
Thanks @tajo! - Add better styling for both markdown and MDX elements everywhere.#478
7650d11
Thanks @tajo! - Preserve number type for controls (includes select, radio...). Previously, we incorrectly turned these values into strings on change.#484
35eaece
Thanks @tajo! - Set tab-size to 2 for the source code addon#480
e22508e
Thanks @tajo! - Bump vite-react-plugin to v4test-addons@0.2.62
Patch Changes
7cc65f8
,da95b96
,8050652
,1b048c4
,cf1a4a9
,657329a
,0c3c5ff
,b1983a4
,7650d11
,35eaece
,e22508e
,fcf448f
]:test-babel@0.3.34
Patch Changes
7cc65f8
,da95b96
,8050652
,1b048c4
,cf1a4a9
,657329a
,0c3c5ff
,b1983a4
,7650d11
,35eaece
,e22508e
,fcf448f
]:test-baseweb@0.0.77
Patch Changes
7cc65f8
,da95b96
,8050652
,1b048c4
,cf1a4a9
,657329a
,0c3c5ff
,b1983a4
,7650d11
,35eaece
,e22508e
,fcf448f
]:test-config@0.3.41
Patch Changes
7cc65f8
,da95b96
,8050652
,1b048c4
,cf1a4a9
,657329a
,0c3c5ff
,b1983a4
,7650d11
,35eaece
,e22508e
,fcf448f
]:test-config-ts@1.0.55
Patch Changes
7cc65f8
,da95b96
,8050652
,1b048c4
,cf1a4a9
,657329a
,0c3c5ff
,b1983a4
,7650d11
,35eaece
,e22508e
,fcf448f
]:test-css@0.0.77
Patch Changes
7cc65f8
,da95b96
,8050652
,1b048c4
,cf1a4a9
,657329a
,0c3c5ff
,b1983a4
,7650d11
,35eaece
,e22508e
,fcf448f
]:test-decorators@0.2.86
Patch Changes
7cc65f8
,da95b96
,8050652
,1b048c4
,cf1a4a9
,657329a
,0c3c5ff
,b1983a4
,7650d11
,35eaece
,e22508e
,fcf448f
]:test-playwright@0.0.48
Patch Changes
7cc65f8
,da95b96
,8050652
,1b048c4
,cf1a4a9
,657329a
,0c3c5ff
,b1983a4
,7650d11
,35eaece
,e22508e
,fcf448f
]:test-programmatic@0.2.86
Patch Changes
7cc65f8
,da95b96
,8050652
,1b048c4
,cf1a4a9
,657329a
,0c3c5ff
,b1983a4
,7650d11
,35eaece
,e22508e
,fcf448f
]:test-provider@0.2.86
Patch Changes
7cc65f8
,da95b96
,8050652
,1b048c4
,cf1a4a9
,657329a
,0c3c5ff
,b1983a4
,7650d11
,35eaece
,e22508e
,fcf448f
]:example@0.3.62
Patch Changes
7cc65f8
,da95b96
,8050652
,1b048c4
,cf1a4a9
,657329a
,0c3c5ff
,b1983a4
,7650d11
,35eaece
,e22508e
,fcf448f
]:website@0.3.7
Patch Changes
ba388db
Thanks @tajo! - Document MDX and mock date.