Skip to content

Releases: atlassian-labs/react-resource-router

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

0.24.2

16 Aug 05:43
Compare
Choose a tag to compare

Improvements

  • Make Route.component prop optional
  • Export isSameRouteMatch from react-resource-router/utils

v0.24.1

12 Jul 05:29
Compare
Choose a tag to compare

Improvements

  • Re-export resources from root for backward compatibility with 0.20.x