Skip to content

@ladle/react@4.0.0

Compare
Choose a tag to compare
@tajo tajo released this 20 Nov 09:07
· 22 commits to main since this release
ff434ef

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.