Releases: tajo/ladle
@ladle/[email protected]
@ladle/[email protected]
Major Changes
-
#591
7930e38
Thanks @tajo! - Major dependency updates - Vite v6, React v19, Node v22. It shouldn't impact most of Ladle users unless relying on unusal vite (outdated) settings and APIs. -
#581
a4859ce
Thanks @Oskii2311! - Toggling full-page preview preserves the search query.
Minor Changes
- #587
1178c37
Thanks @Wesleyzxc! - add expandStoryTree config option
Patch Changes
- #582
eaac9e9
Thanks @iambriansreed! - Adds App UI and Icons, and types to exports.
@ladle/[email protected]
@ladle/[email protected]
Patch Changes
-
#568
b6d0f10
Thanks @hiddenist! - Exports meta.json types from library -
#571
c98d1af
Thanks @wojtekmaj! - Automatically disable http2 when Vite proxy is used
@ladle/[email protected]
Minor Changes
-
#562
8165a95
Thanks @tajo! - Add option to disable http2 when using https. We observed that some bigger Ladle instances throw ERR_HTTP2_PROTOCOL_ERROR errors after upgrading from Node18 to Node20. This setting can be used as a workaround. -
#558
55de74a
Thanks @park-g! - Add option to set HMR host and port via the ladle config and update the docs with these options.
Patch Changes
- #556
755fd68
Thanks @i-am-the-slime! - Allow export of stories in export blocks
@ladle/[email protected]
@ladle/[email protected]
@ladle/[email protected]
Patch Changes
- #537
213cbc8
Thanks @nulladdict! - Scope @reach/dialog styles in ladle.css to prevent leaking on user stories
@ladle/[email protected]
Major Changes
-
#533
5b9f4ef
Thanks @tajo! - Upgrade to Vite5, MSW2, MDX3 and all other deps as well.BREAKING changes
- The biggest breaking change is upgrading MSW to v2. Ladle ships its own copy of msw. You will need to update your existing MSW handlers. There are codemods and migration gudie that should ease the transition. If you don't use this addon, you can ignore this.
- Ladle v3 has already dropped support for older Node versions. However, there are more Ladle v4 dependencies following the suit (including Vite) to support only Node v18+. So now it's really time to upgrade your Node.
- Vite v5 should not really break anything for you unless you were using some more exotic rollup plugins. Check Vite 4 to Vite 5 migration guide if you run into any issues.
@ladle/[email protected]
Patch Changes
- #528
c9be1d7
Thanks @LeelandClenista! - Export programmatic meta API