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
#4818050652 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.
#479657329a Thanks @tajo! - Convert StoryDefault type into interface, add hotkeys into Meta type, relax type of Meta.width
#4860c3c5ff Thanks @tajo! - Add meta.mockDate feature so stories can mock/fix Date() values, great for testing and snapshots
#483b1983a4 Thanks @tajo! - Add better styling for both markdown and MDX elements everywhere.
#4787650d11 Thanks @tajo! - Preserve number type for controls (includes select, radio...). Previously, we incorrectly turned these values into strings on change.
#48435eaece Thanks @tajo! - Set tab-size to 2 for the source code addon
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.