Releases: fredericoo/react-router-typesafe
Releases · fredericoo/react-router-typesafe
v1.5.0
03 Apr 11:12
Compare
Sorry, something went wrong.
No results found
Minor Changes
a001404 : typesafeBrowserRouter now infers correct paths for relative paths
Patch Changes
a001404 : Fixed an issue where mixed paths with children and without would lead to flaky inference of paths
v1.4.4
18 Nov 17:49
Compare
Sorry, something went wrong.
No results found
Patch Changes
1093a48 : typesafeBrowserRouter: cache union of all paths in router scope
v1.4.3
18 Nov 17:25
Compare
Sorry, something went wrong.
No results found
Patch Changes
1c5a838 : Pathless routes with children now correctly infer their path
v1.4.2
18 Nov 13:15
Compare
Sorry, something went wrong.
No results found
Patch Changes
41af0d5 : Improve compiler performance for the href function returned by typesafeBrowserRouter by lazily calculating route params
v1.4.1
17 Nov 17:20
Compare
Sorry, something went wrong.
No results found
Patch Changes
8917a9d : typesafeBrowserRouter: no longer requires pathParams to be passed as an empty object when route does not have dynamic segments
v1.4.0
17 Nov 13:16
Compare
Sorry, something went wrong.
No results found
Minor Changes
ce9bf9d : Added new utility typesafeBrowserRouter
v1.3.4
28 Oct 22:33
Compare
Sorry, something went wrong.
No results found
Patch Changes
useActionData now ignores Response objects as expected
v1.3.3
09 Oct 13:25
Compare
Sorry, something went wrong.
No results found
Patch Changes
a85b1a7 : Add link to github repo to npm
v1.3.2
28 Sep 12:19
Compare
Sorry, something went wrong.
No results found
Patch Changes
Fixed re-export of useRouteLoaderData from mistakenly exporting useLoaderData to the right module
v1.3.1
21 Sep 19:22
Compare
Sorry, something went wrong.
No results found
Patch Changes
Export useRouteLoaderData