Skip to content

Releases: respond-framework/rudy

@respond-framework/rudy@0.1.1-test.4

Pre-release

Choose a tag to compare

0.1.1-test.4 (2019-09-10)

Bug Fixes

  • history: pushing/replacing a route sometimes resulted in a back/next action (#56) (f6e06ad)

BREAKING CHANGES

  • history: dispatching a route that matches the previous/next route in the history stack is no longer reinterpreted as a back/next action
  • history: history functions set/setParams/setState/setQuery/setHash/setBasename no longer accept a function as an argument
  • history: history functions set/setParams/setState/setQuery no longer merge their arguments with the existing params/state/query
  • history: history functions back/next/jump no longer accept a state argument

Fixes #48

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

Pre-release

Choose a tag to compare

0.1.1-test.3 (2019-09-10)

Bug Fixes

  • update dependencies with security vulnerabilities (#47) (3c18480)

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

Choose a tag to compare

0.1.1-test.4 (2019-09-10)

Bug Fixes

  • update dependencies with security vulnerabilities (#47) (3c18480)

integration-tests@1.0.1-test.3

Pre-release

Choose a tag to compare

1.0.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.

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

Pre-release

Choose a tag to compare

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

Build System

  • add ability to publish to git instead of NPM (#34) (95e59e0)

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.
  • Remove UMD builds

@respond-framework/react@0.1.1-test.2

Pre-release

Choose a tag to compare

0.1.1-test.2 (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.

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

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.

integration-tests@1.0.1-test.1

Pre-release

Choose a tag to compare

1.0.1-test.1 (2019-04-15)

Features

  • transformations: Various changes, documentation (#24) (c7c2320)

BREAKING CHANGES

  • transformations: fromPath and toPath Have changed type signatures, and the defaults behave differently.

@respond-framework/utils@0.1.1-test.1

Pre-release

Choose a tag to compare

0.1.1-test.1 (2019-04-15)

Note: Version bump only for package @respond-framework/utils

@respond-framework/rudy@0.1.1-test.1

Pre-release

Choose a tag to compare

0.1.1-test.1 (2019-04-15)

Features

  • add options to the call middleware (#17) (4ee0198)
  • transformations: Various changes, documentation (#24) (c7c2320)

BREAKING CHANGES

  • transformations: fromPath and toPath Have changed type signatures, and the defaults behave differently.