Skip to content

Releases: loop-payments/react-router-relay

v2.1.3

Choose a tag to compare

@kejistan kejistan released this 09 May 18:30
ffa9225

Fix file imports

v2.1.2

Choose a tag to compare

@kejistan kejistan released this 07 Apr 20:00
e90defc

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

Choose a tag to compare

@kejistan kejistan released this 07 Apr 15:56
6579335

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

Choose a tag to compare

@kejistan kejistan released this 02 Apr 20:45
e580754

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

Choose a tag to compare

@kejistan kejistan released this 05 Dec 23:39
b38bb2a

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

Choose a tag to compare

@kejistan kejistan released this 26 Jan 17:12
f3335c3

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

v0.0.3

Choose a tag to compare

@kejistan kejistan released this 21 Jul 17:56
5f40276

Fixed use of requestIdleCallback

v0.0.2

Choose a tag to compare

@kejistan kejistan released this 12 Jul 18:05
a293c84

@XiNiHa Added the ability to lazy-load entry points

v0.0.1

Choose a tag to compare

@kejistan kejistan released this 10 Jul 18:31
missed some tabs to spaces