Skip to content

Releases: 4Catalyzer/found

v0.4.0

14 Jun 15:47
v0.4.0
f98ccd6
Compare
Choose a tag to compare

This is the same code as v0.4.0-alpha.17. These release notes cover all changes since v0.3.21.

  • Breaking: Do not match stem routes (#217)
  • Breaking: Use React Redux v6.x (#218)
  • Breaking: Match withRouter props signature for route components by only passing in match and router (#230)
  • Breaking: Revamp <Link> API (#241)
    • Rename Component prop to as
    • Remove childProps prop
    • Support render function child
  • Breaking: Pass down router and match with our own context rather than with Redux store (#307)
  • Breaking: Remove no-longer-necessary createWithRouter and createConnectedLink (#307)
  • Breaking: Throw on nodes other than valid elements in JSX route configs (#326)
  • Feature: Allow render methods to return a function (#268, #269)
  • Feature: Add useRouter Hook (#307)
  • Feature: Add RouterContext Context object (#307)
  • Feature: Support empty children in JSX route configurations (#357)
  • Bugfix: Stop using instanceof checks for error types (#266)
  • Bugfix: Correctly handle _self target on <Link>s (#321)
  • Refactor: Migrate to new React lifecycle methods (#308)
  • Chore: Upgrade to Babel 7 (#274)

v0.4.0-alpha.17

30 Apr 15:26
v0.4.0-alpha.17
03d48ba
Compare
Choose a tag to compare
v0.4.0-alpha.17 Pre-release
Pre-release
  • Feature: Support empty children in JSX route configurations (#357)

v0.4.0-alpha.16

30 Apr 15:25
v0.4.0-alpha.16
b1ec64d
Compare
Choose a tag to compare
v0.4.0-alpha.16 Pre-release
Pre-release

This release reverted the changes in v0.4.0-alpha.15.

v0.4.0-alpha.15

30 Apr 15:25
v0.4.0-alpha.15
a159b42
Compare
Choose a tag to compare
v0.4.0-alpha.15 Pre-release
Pre-release

This release made an incorrect change that was reverted in v0.4.0-alpha.16.

v0.4.0-alpha.14

12 Apr 16:02
v0.4.0-alpha.14
02e5af2
Compare
Choose a tag to compare
v0.4.0-alpha.14 Pre-release
Pre-release
  • Bugfix: Declare Router type as interface (#335)

v0.4.0-alpha.13

12 Apr 15:57
v0.4.0-alpha.13
8b28181
Compare
Choose a tag to compare
v0.4.0-alpha.13 Pre-release
Pre-release
  • Bugfix: Define type for useRouter (#334)

v0.4.0-alpha.12

05 Apr 15:10
v0.4.0-alpha.12
df480ad
Compare
Choose a tag to compare
v0.4.0-alpha.12 Pre-release
Pre-release
  • Breaking: Pass down router and match with our own context rather than with Redux store (#307)
  • Breaking: Remove no-longer-necessary createWithRouter and createConnectedLink (#307)
  • Breaking: Require added <RouterProvider> for server rendering with custom Redux store (#307)
  • Breaking: Throw on nodes other than valid elements in JSX route configs (#326)
  • Feature: Add useRouter Hook (#307)
  • Feature: Add RouterContext Context object (#307)
  • Bugfix: Correctly handle _self target on <Link>s (#321)
  • Refactor: Migrate to new React lifecycle methods (#308)

v0.4.0-alpha.11

05 Apr 15:03
v0.4.0-alpha.11
e9d85fe
Compare
Choose a tag to compare
v0.4.0-alpha.11 Pre-release
Pre-release

This release was not published to npm.

v0.4.0-alpha.10

22 Mar 15:22
v0.4.0-alpha.10
8b532bd
Compare
Choose a tag to compare
v0.4.0-alpha.10 Pre-release
Pre-release
  • Breaking: Revamp <Link> API (#241)
    • Rename Component prop to as
    • Remove childProps prop
    • Support render function child

v0.4.0-alpha.9

20 Mar 16:37
v0.4.0-alpha.9
2a6d51a
Compare
Choose a tag to compare
v0.4.0-alpha.9 Pre-release
Pre-release
  • Chore: Upgrade to Babel 7 (#274)