Releases: kirillzyusko/react-native-bundle-splitter
Releases · kirillzyusko/react-native-bundle-splitter
Release 3.0.1
Release 3.0.0
A new release that improves performance, uses new React features and brings new opportunities for further optimizations 👀
👍 Improvements
- use
Suspense
forOptimizedComponent
(aa3f4d8) by @IvanIhnatsiuk - use
Map
instead of plain object (3edb9d8) by @IvanIhnatsiuk
🔢 Miscellaneous
Caution
This release drops minimal supported RN version to 0.60.
Release 2.2.3
🔢 Miscellaneous
- reduced
npm
published package size (980250b)
Release 2.2.2
Now docs lives in master
branch and synced with the code - for that I had to refactor file structure of the package and move gif from docs
folder into separate one. As a result gifs is not showing on npm
anymore - so I'm publishing a new release which should fix it.
No changes to the code of the package 🎉 😎
Release 2.2.1
Release 2.2.0
Release 2.1.0
- Ref Forwarding to OptimizedComponent #27
Release 2.0.0
Breaking changes
This release contains no breaking changes, but it does include some important changes, including:
- proposed to use
loader
instead ofrequire
(however you can still userequire
- this version has backward compatibility); investigate
returns only initially loaded modules;- screen gets mounted in
async
way;
Added
- support for
web
platform (withreact-native-web
usage); - support for
macOS
platform; - support for
windows
platform;
Improved
- types compatibility;
- internal naming convention;
Fixed
requires a peer of react-native@^0.59.1 but none is installed. You must install peer dependencies yourself.
warning;
Release 1.0.9
- extending types for
register
method (PR) - reduced published
npm package
size (removedCHANGELOG.MD
)
Release 1.0.8
- types compatibility improved
- performance tuning (using
PureComponent
instead ofComponent
)