Skip to content

Releases: tajo/ladle

@ladle/react@4.1.0

31 May 07:12
b4d67c1
Compare
Choose a tag to compare

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

@ladle/react@4.0.3

17 Mar 01:16
5aff4c3
Compare
Choose a tag to compare

Patch Changes

@ladle/react@4.0.2

03 Dec 04:45
a148d69
Compare
Choose a tag to compare

Patch Changes

  • #539 2212d01 Thanks @tajo! - Fix mockServiceWorker base url, reexport browser/node APIs

@ladle/react@4.0.1

28 Nov 18:13
7022d80
Compare
Choose a tag to compare

Patch Changes

  • #537 213cbc8 Thanks @nulladdict! - Scope @reach/dialog styles in ladle.css to prevent leaking on user stories

@ladle/react@4.0.0

20 Nov 09:07
ff434ef
Compare
Choose a tag to compare

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/react@3.3.1

31 Oct 17:58
1d9734d
Compare
Choose a tag to compare

Patch Changes

@ladle/react@3.3.0

24 Oct 22:38
4660f28
Compare
Choose a tag to compare

Minor Changes

@ladle/react@3.2.2

17 Oct 17:38
6ba03fc
Compare
Choose a tag to compare

Patch Changes

@ladle/react@3.2.1

03 Oct 02:08
bfcc611
Compare
Choose a tag to compare

Patch Changes

@ladle/react@3.2.0

03 Oct 01:45
1439d09
Compare
Choose a tag to compare

Minor Changes

  • #517 9727dc8 Thanks @tajo! - Make the side navigation resizeable and remember it
ladle-resizable.mov