v5.0.0-rc.0
版本发布时间: 2024-05-29 21:35:29
P5-wrapper/react最新发布版本:v5.0.0-rc.1(2024-06-04 17:50:20)
What's Changed
- Migrate to
vitest
1.x.x, update tests and coverage reporting for this. - Utilise lazy component loading strategies to create smaller bundle sizes.
- Move p5 to a peer dependency to allow users to install their preferred version while drastically reducing our bundle size even further in the process.
- Implement an error boundary and expose ways for the consumer to handle error, loading and success cases if they want to. Provide simple defaults if they don't.
- Adds the React v19 compiler for development use.
Version 4.4.0:
- 1 MB minified
- 237.8 KB minified + gzipped
Version 5.0.0-rc.0:
ES
- 9.88 KB minified (99.0352% decrease)
- 4.38 KB minified + gzipped (98.1581% decrease)
CJS
- 8.58 KB minified (99.1621% decrease)
- 4.36 KB minified + gzipped (98.1665% decrease)
Full Changelog: https://github.com/P5-wrapper/react/compare/v4.4.0...v5.0.0-rc.0