Skip to content

integration-tests@1.0.1-test.5

Pre-release
Pre-release
Compare
Choose a tag to compare
@hedgepigdaniel hedgepigdaniel released this 16 Oct 03:42
· 38 commits to master since this release

1.0.1-test.5 (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