Releases: loop-payments/react-router-relay
Releases · loop-payments/react-router-relay
v2.1.2
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
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
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
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
Fixed #8 EntryPoints now pass the options through to loadQuery.
v0.0.3
Fixed use of requestIdleCallback
v0.0.2
@XiNiHa Added the ability to lazy-load entry points
v0.0.1
missed some tabs to spaces