Skip to content

v1.1.0

Compare
Choose a tag to compare
@donovanroubos donovanroubos released this 02 Sep 13:55
· 38 commits to main since this release

First implementation of react-flagpack based on the major change for flagpack-core 2.0.0, which will make the package treeshakable. This will update react-flagpack to version 1.1.0 🎉

Changes

  • react-flagpack now uses a dynamic import. This results in only using the files needed within your project.
  • More information on the treeshaking implementation can be on the PR on flagpack-core and in the discussion.