Skip to content

v3.1.0

Compare
Choose a tag to compare
@bweissbart bweissbart released this 03 Jun 15:39

Version 3.1.0 contains a number of bug fixes and enhancements. View the Change Log for a full list of changes.

Highlights

  • Restored Storybook functionality
  • Added accessibility props to a number of components
  • Restored web functionality
  • Added IE 11 compatibility to web
  • Refactored the module initialization process to add preInit and postInit hooks
  • Updated Code Push initialization to use support for passing in keys via iOS and Android files instead of CLI, allowing us to remove node-suspect dependency which could cause init to hang

Breaking Changes

There should not be any breaking changes if using the public APIs provided by Flagship. However, if an app manually copies module scripts into the flagship package, the scripts will need to be updated to have separate android and ios versions that each have a preInit and/or postInit export.