Skip to content

Releases: 4Catalyzer/found

v0.0.8

01 Nov 20:09
v0.0.8
c258269
Compare
Choose a tag to compare
  • Breaking: Rename initialState to initialRenderArgs (#23)
  • Breaking: Change connected component factories to take getFound instead of getMatch (#23)
  • Breaking: Change matchReducer to foundReducer (#23)
  • Breaking: Pass renderArgs to renderError rather than just error (#25)
  • Feature: Track resolved match separately from match; add matchKey option to createWithRouter to connect to the potentially unresolved match (#23)
  • Feature: Add renderPending and renderReady hooks to createRender (#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

01 Nov 02:39
v0.0.7
e8a97c0
Compare
Choose a tag to compare
  • Breaking: Switch order of arguments in isActive (#19)
  • Feature: Add withRouter and createWithRouter 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)

v0.0.6

31 Oct 22:25
v0.0.6
8ac2f60
Compare
Choose a tag to compare
  • Breaking: Make render static on <BaseRouter> (#17)
  • Bugfix: Clean up React lifecycle hooks on <BaseRouter> (#17)

v0.0.5

31 Oct 02:26
v0.0.5
03a605e
Compare
Choose a tag to compare
  • Feature: Expose router methods on context.router (#16)
  • Bugfix: Remove history event listeners when unmounting <FarceRouter> (#16)

v0.0.4

29 Oct 06:54
v0.0.4
9b26597
Compare
Choose a tag to compare
  • Breaking: Rename PromiseUtils to ResolverUtils (#12)
  • Feature: Expose more utility methods from resolveElements in ResolverUtils (#12)
  • Bugfix: Correctly use per-route match objects where appropriate (#12)
  • Bugfix: Actually handle queries in createBrowserRouter (#15)

v0.0.3

27 Oct 02:12
v0.0.3
46ae92b
Compare
Choose a tag to compare
  • Breaking: Move no-match handling from resolver to router (#7)
  • Feature: Factor out PromiseUtils (#9)
  • Bugfix: Add index.js modules (#8)

v0.0.2

27 Oct 00:48
v0.0.2
e26e2eb
Compare
Choose a tag to compare

Initial release.