Skip to content

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

Pre-release
Pre-release

Choose a tag to compare

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

Bug Fixes

  • history: store index of current history stack entry in the browser location state (#61) (3abd2b1)

BREAKING CHANGES

  • history: browsers that don't support the history API or session storage are no longer supported at all. In practice this means IE9 is no longer supported.
  • history: future entries in the history stack remain even if the user has since navigated from a previous entry to an external site (because they are no longer removed when they are potentially still the future entries in the browser stack)

Fixes #59