Skip to content

@respond-framework/boilerplate@0.1.1-test.3

Pre-release
Pre-release

Choose a tag to compare

0.1.1-test.3 (2019-06-07)

Features

  • add compatibility with react-redux 6+ (#33) (cb45152)

BREAKING CHANGES

  • The object returned from createRouter now contains a key api which contains routes, ctx and such things. Previously they were in the root object.
  • The link package has been renamed to react.
  • The Link component now must be rendered as a descendant of the new RudyProvider.
  • The core no longer monkey patches redux getState to have a key api with the rudy API.