Releases: kirillzyusko/react-native-bundle-splitter
Releases · kirillzyusko/react-native-bundle-splitter
Release 3.1.1
Release 3.1.0
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
SuspenseforOptimizedComponent(aa3f4d8) by @IvanIhnatsiuk - use
Mapinstead of plain object (3edb9d8) by @IvanIhnatsiuk
🔢 Miscellaneous
Caution
This release drops minimal supported RN version to 0.60.
Release 2.2.3
🔢 Miscellaneous
- reduced
npmpublished 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
loaderinstead ofrequire(however you can still userequire- this version has backward compatibility); investigatereturns only initially loaded modules;- screen gets mounted in
asyncway;
Added
- support for
webplatform (withreact-native-webusage); - support for
macOSplatform; - support for
windowsplatform;
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;