Version Packages#487
Merged
Merged
Conversation
f579095 to
05be018
Compare
Deploying with
|
| Latest commit: |
e4f68f6
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://257ab8f2.ladle.pages.dev |
| Branch Preview URL: | https://changeset-release-main.ladle.pages.dev |
cb70da0 to
375add6
Compare
375add6 to
e4f68f6
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
8050652Thanks @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
657329aThanks @tajo! - Convert StoryDefault type into interface, add hotkeys into Meta type, relax type of Meta.width#485
fcf448fThanks @tajo! - Update to Node v20Patch Changes
#495
7cc65f8Thanks @tajo! - Don't use CSS transform for sidebar chevrons so it doesn't create layering (stacking context) issues#442
da95b96Thanks @hiddenist! - Changes Meta from a type to an interface so it can be extended by declaring a module#441
1b048c4Thanks @calloc134! - Fixed the type of the "ArgType" object so that options are properly loaded into the type#482
cf1a4a9Thanks @tajo! - Inline react-frame-component#486
0c3c5ffThanks @tajo! - Add meta.mockDate feature so stories can mock/fix Date() values, great for testing and snapshots#483
b1983a4Thanks @tajo! - Add better styling for both markdown and MDX elements everywhere.#478
7650d11Thanks @tajo! - Preserve number type for controls (includes select, radio...). Previously, we incorrectly turned these values into strings on change.#484
35eaeceThanks @tajo! - Set tab-size to 2 for the source code addon#480
e22508eThanks @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
ba388dbThanks @tajo! - Document MDX and mock date.