Skip to content

Releases: fredericoo/react-router-typesafe

v1.5.0

03 Apr 11:12
c05b11c
Compare
Choose a tag to compare

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
4a216a1
Compare
Choose a tag to compare

Patch Changes

  • 1093a48: typesafeBrowserRouter: cache union of all paths in router scope

v1.4.3

18 Nov 17:25
2aedbcd
Compare
Choose a tag to compare

Patch Changes

  • 1c5a838: Pathless routes with children now correctly infer their path

v1.4.2

18 Nov 13:15
c1a8355
Compare
Choose a tag to compare

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
1779bcf
Compare
Choose a tag to compare

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
ee6b915
Compare
Choose a tag to compare

Minor Changes

  • ce9bf9d: Added new utility typesafeBrowserRouter

v1.3.4

28 Oct 22:33
Compare
Choose a tag to compare

Patch Changes

  • useActionData now ignores Response objects as expected

v1.3.3

09 Oct 13:25
Compare
Choose a tag to compare

Patch Changes

  • a85b1a7: Add link to github repo to npm

v1.3.2

28 Sep 12:19
Compare
Choose a tag to compare

Patch Changes

  • Fixed re-export of useRouteLoaderData from mistakenly exporting useLoaderData to the right module

v1.3.1

21 Sep 19:22
Compare
Choose a tag to compare

Patch Changes

  • Export useRouteLoaderData