Skip to content

v6.0.0

Choose a tag to compare

@artalat artalat released this 26 Aug 11:08
· 119 commits to master since this release

6.0.0 (2020-08-26)

Bug Fixes

  • filter: resolved rerendering of filter hook (#306) (5b033e3)
  • VIew: Fixed an issue where RCTView was crashing app (3153910)

Features

  • 馃帹 Themes: New theme engine (#421) (dcfcc4f)
  • PluginRegistry: Routes are now evaluated on render, not on boot (6d1373c)

BREAKING CHANGES

  • PluginRegistry: Route config thunk no longer receive BB as a param. It receives RouteOptions param instead.
  • 馃帹 Themes: - Updated theme.name config to theme
  • Typings updated
  • Internal functions and API changed