Skip to content

integration-tests@1.0.1-test.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@hedgepigdaniel hedgepigdaniel released this 10 Sep 02:07
· 44 commits to master since this release

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

Bug Fixes

  • update dependencies with security vulnerabilities (#47) (3c18480)
  • 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