Skip to content

Releases: atlassian-labs/react-resource-router

v0.29.1

07 Nov 00:20
f00a3fe
Compare
Choose a tag to compare

Patch Changes

  • a627bb6: Remove cyclic imports and add eslint rule to stop future issues
  • ea984a4: Bumped path-to-regexp

v0.29.0

23 Oct 22:43
8202bcd
Compare
Choose a tag to compare

Minor Changes

  • dfd9be0: Bump path-to-regexp to 6.3.0

v0.28.0

26 Mar 05:48
Compare
Choose a tag to compare

Minor Changes

  • 87ca96e: Updated the path regex matching method added test to make sure complex routing is not broken

v0.27.2

20 Mar 03:04
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.27.1...v0.27.2

v0.27.1

07 Mar 03:06
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.27.0...v0.27.1

v.0.27.0

06 Mar 02:49
Compare
Choose a tag to compare

What's Changed

  • Supported basePath for to prop when passed as a string. Resolving acces… by @tpuric in #227

New Contributors

Full Changelog: v0.26.2...v0.27.0

v0.26.2

29 Feb 06:03
Compare
Choose a tag to compare

Bumped version number due to issue with publishing v0.26.1

v0.26.1

29 Feb 05:08
a00d5b3
Compare
Choose a tag to compare

What's Changed

  • Fixed StrictMode rendering bug

Full Changelog: v0.25.0...v0.26.1

v0.26.0

07 Feb 02:44
Compare
Choose a tag to compare

What's Changed

  • React 18 upgrade #221

Full Changelog: v0.25.0...v0.26.0

v0.25.0

14 Sep 00:14
Compare
Choose a tag to compare

New features

  • Added state to .push, .replace, pushTo, replaceTo, and Link. #215