Skip to content

Releases: kirillzyusko/react-native-bundle-splitter

Release 3.0.1

22 Jul 10:46
739d960
Compare
Choose a tag to compare

Fixed an issue with loosing map context 🙈

🐛 Bug fixes

Release 3.0.0

19 Jul 11:54
c1fb504
Compare
Choose a tag to compare

A new release that improves performance, uses new React features and brings new opportunities for further optimizations 👀

👍 Improvements

🔢 Miscellaneous

Caution

This release drops minimal supported RN version to 0.60.

Release 2.2.3

28 Oct 15:52
980250b
Compare
Choose a tag to compare

🔢 Miscellaneous

  • reduced npm published package size (980250b)

Release 2.2.2

28 Oct 15:45
76a8f93
Compare
Choose a tag to compare

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

20 May 15:20
Compare
Choose a tag to compare

Release 2.2.0

07 Feb 12:15
Compare
Choose a tag to compare
  • strictly typed optimized component (#34) - closes #33
  • show warning instead of throwing error (b0e3ee6) - closes #29

Release 2.1.0

20 Apr 16:26
Compare
Choose a tag to compare
  • Ref Forwarding to OptimizedComponent #27

Release 2.0.0

20 Mar 13:13
d3cfcfb
Compare
Choose a tag to compare

Breaking changes

This release contains no breaking changes, but it does include some important changes, including:

  • proposed to use loader instead of require (however you can still use require - this version has backward compatibility);
  • investigate returns only initially loaded modules;
  • screen gets mounted in async way;

Added

  • support for web platform (with react-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

07 Jul 08:51
Compare
Choose a tag to compare
  • extending types for register method (PR)
  • reduced published npm package size (removed CHANGELOG.MD)

Release 1.0.8

11 May 15:53
Compare
Choose a tag to compare
  • types compatibility improved
  • performance tuning (using PureComponent instead of Component)