Releases: jcoreio/react-router-drilldown
Releases · jcoreio/react-router-drilldown
v5.5.0
5.5.0 (2024-04-10)
Features
- convert to dual CJS/ESM package, add history to dependencies (61a3c35)
v5.4.0
5.4.0 (2024-03-05)
Features
v5.3.0
5.3.0 (2022-02-28)
Features
- support keepViewsMounted/keepPrecedingViewsMounted (ffb8633)
v5.2.3
5.2.3 (2019-12-05)
Bug Fixes
v5.2.2
5.2.2 (2019-12-05)
Bug Fixes
- dumb annoying flow errors (d6f000c)
- try to fix flow types again (2bcbbde)
v5.2.1
5.2.1 (2019-12-05)
Bug Fixes
v5.2.0
5.2.0 (2019-05-07)
Features
- add innerViewWrapperStyle prop (a56f5be)
v5.1.0
5.1.0 (2019-04-30)
Features
v5.0.0
5.0.0 (2019-04-16)
Bug Fixes
BREAKING CHANGES
- React ^16.8.0 is now required
- removed
withTransitionContext
(TransitionContext
is always applied now)
v4.0.0
4.0.0 (2019-04-10)
Bug Fixes
- flow: upgrade flow to 0.56.0 (cb07a45)
- flowconfig: fix flow errors (9f51008)
- package.json: support react 16 in peerDependencies (bec3036)
- support react-router 5, use @babel/runtime, upgrade build toolchain (5000997)
BREAKING CHANGES
- flow: flow types may have been affected and incompatible with
prior versions of flow.