Skip to content

Releases: loop-payments/react-router-relay

v2.1.3

09 May 18:30
ffa9225

Choose a tag to compare

Fix file imports

v2.1.2

07 Apr 20:00
e90defc

Choose a tag to compare

Bugfix for an issue where entrypoints with no handle would set their route's handle to undefined, overwriting the handle defined in the route object.

v2.1.1

07 Apr 15:56
6579335

Choose a tag to compare

Re-release of the changes in 2.1.0. The original v2.1.0 released with the same build artifacts as 2.0.0.

v2.1.0

02 Apr 20:45
e580754

Choose a tag to compare

You can now specify a handler on entrypoints, preparePreloadableRoutes will propagate that to the corresponding route entry. useLinkResourceLoadHandler has been tweaked so that you can use one hook to preload multiple routes, rather than needing one hook for each target.

v2.0.0

05 Dec 23:39
b38bb2a

Choose a tag to compare

This changes the package over to ESM, from commonjs, for compatibility with the react-router v7. A future update will cut the react-router-dom peer dependency over to react-router.

v1.0.0

26 Jan 17:12
f3335c3

Choose a tag to compare

Fixed #8 EntryPoints now pass the options through to loadQuery.

v0.0.3

21 Jul 17:56
5f40276

Choose a tag to compare

Fixed use of requestIdleCallback

v0.0.2

12 Jul 18:05
a293c84

Choose a tag to compare

@XiNiHa Added the ability to lazy-load entry points

v0.0.1

10 Jul 18:31

Choose a tag to compare

missed some tabs to spaces