Skip to content

Releases: kirillzyusko/react-native-bundle-splitter

Release 3.1.1

26 Dec 09:16
f42a190

Choose a tag to compare

Fixed npm publishing

🐛 Bug fixes

  • don't use token-based approach for publishing (36fc2f4)
  • include provenance for npm package (f42a190)

Release 3.1.0

08 Nov 17:44
9823f5c

Choose a tag to compare

Added compatibility with RN 0.76+

🐛 Bug fixes

  • investigate function compatibility with react-native@0.76+ (b97b942) by @byn9826
  • TypeScript compilation issues (9823f5c)

📚 Documentation

  • Hermes + RN 0.75 clarification (a1892a2)
  • re-phrase a note about Hermes engine integration (940ddbc)
  • fixed documentation links (2825082)

Release 3.0.1

22 Jul 10:46
739d960

Choose a tag to compare

Fixed an issue with loosing map context 🙈

🐛 Bug fixes

Release 3.0.0

19 Jul 11:54
c1fb504

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

Choose a tag to compare

🔢 Miscellaneous

  • reduced npm published package size (980250b)

Release 2.2.2

28 Oct 15:45
76a8f93

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

Choose a tag to compare

Release 2.2.0

07 Feb 12:15

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

Choose a tag to compare

  • Ref Forwarding to OptimizedComponent #27

Release 2.0.0

20 Mar 13:13
d3cfcfb

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;