v0.13.0
What's Changed
New Features 🎉
- feat(bridge-react): Add native support for React 19 in bridge-react with enhanced createRoot options by @danpeen in #3690
- feat(bridge-react): add error detection for react v19 under the default export createBaseBridgeComponent by @danpeen in #3709
- feat(manifest): initialize manifest with required properties from stats by @danpeen in #3718
Performance 🚀
- perf: remove live binding from cjs builds by @ScriptedAlchemy in #3701
Bug Fixes 🐞
- fix(error-codes): typo in docs url message by @sean-perkins in #3700
- fix: remove chunks from installedChunks on fail to enable retries by @nameofname in #3686
- fix(cli): improve path normalization of
readConfig
by @ScriptedAlchemy in #3708 - fix(enhanced): apply getPublicPath only if exposes is set by @2heal1 in #3717
Document 📖
Other Changes
- refactor(bridge-react): Refactor the bridge-react to better support multiple React versions from React 16 to React 19 by @danpeen in #3690
- chore(deps-dev): bump vite from 5.4.12 to 5.4.18 by @dependabot in #3696
- chore(deps-dev): bump @swc-node/register from 1.10.9 to 1.10.10 by @dependabot in #3659
- refactor(bridge-react): modify the default mode of the bridge to legacy mode to reduce redundant code by @danpeen in #3711
New Contributors
- @sean-perkins made their first contribution in #3700
Full Changelog: v0.12.0...v0.13.0