Change Log
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
0.1.1-test.9 (2020-03-27)
Features
0.1.1-test.8 (2019-12-20)
Note: Version bump only for package @respond-framework/rudy
0.1.1-test.7 (2019-11-13)
Features
BREAKING CHANGES
- scroll restoration is enabled by default
Fixes https://github.com/respond-framework/rudy/issues/62
0.1.1-test.6 (2019-10-23)
Bug Fixes
- rudy: export things used in tests (17bc948)
Code Refactoring
- remove flow from builds (332e730)
BREAKING CHANGES
- flow types are no longer available in published packages
0.1.1-test.5 (2019-10-16)
Bug Fixes
- history: delete console.log from BrowserHistory (#58) (4d1a4e4), closes #46
- 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 https://github.com/respond-framework/rudy/issues/59
0.1.1-test.4 (2019-09-10)
Bug Fixes
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/setBasenameno longer accept a function as an argument - history: history functions
set/setParams/setState/setQueryno longer merge their arguments with the existing params/state/query - history: history functions
back/next/jumpno longer accept a state argument
Fixes https://github.com/respond-framework/rudy/issues/48
0.1.1-test.3 (2019-06-07)
Build System
Features
BREAKING CHANGES
- The object returned from createRouter now contains a key
apiwhich containsroutes,ctxand such things. Previously they were in the root object. - The
linkpackage has been renamed toreact. - The
Linkcomponent now must be rendered as a descendant of the newRudyProvider. - The core no longer monkey patches redux
getStateto have a keyapiwith the rudy API. - Remove UMD builds
0.1.1-test.2 (2019-06-06)
Bug Fixes
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:
fromPathandtoPathHave changed type signatures, and the defaults behave differently.
0.1.1-test.0 (2018-11-05)
Note: Version bump only for package @respond-framework/rudy