Releases: 4Catalyzer/found
Releases · 4Catalyzer/found
v0.0.8
- Breaking: Rename
initialState
toinitialRenderArgs
(#23) - Breaking: Change connected component factories to take
getFound
instead ofgetMatch
(#23) - Breaking: Change
matchReducer
tofoundReducer
(#23) - Breaking: Pass
renderArgs
torenderError
rather than justerror
(#25) - Feature: Track resolved match separately from match; add
matchKey
option tocreateWithRouter
to connect to the potentially unresolved match (#23) - Feature: Add
renderPending
andrenderReady
hooks tocreateRender
(#25) - Bugfix: Do not rerender links and
withRouter
components with the new match until that match is resolved (#23) - Bugfix: Rerun match resolution on changes to
resolveElements
(#24) - Docs: Add global pending example (#25)
v0.0.7
- Breaking: Switch order of arguments in
isActive
(#19) - Feature: Add
withRouter
andcreateWithRouter
to inject router props into user components (#19) - Feature: Add
childProps
to<BaseRouter>
to pass props to child element in case of prop name conflicts (#21) - Bugfix: Get store from context if needed in
<ConnectedRouter>
(#19) - Bugfix: Don't use pure containers when wrapping components (#22)