Releases: 4Catalyzer/found
Releases · 4Catalyzer/found
v0.3.17
- Bugfix: Fix TypeScript types (#223)
v0.4.0-alpha.2
- Bugfix: Fix
<Link>
and withRouter
(#221)
v0.4.0-alpha.1
- Breaking: Do not match stem routes (#217)
- Breaking: Use React Redux v6.x and remove
<RouterProvider>
(#218)
v0.3.16
There are no changes in this release. This release was published inadvertently.
v0.3.15
- Feature: Support
renderPending
, renderReady
, and renderError
in createFarceRouter
and createConnectedRouter
, in addition to just createBrowserRouter
(#213)
- Bugfix: Fix TypeScript definitions (#213)
v0.3.14
- Feature: Support
defer
on routes to defer data fetching until parent route data fetching is complete, when using the default resolver (#182)
- Bugfix: Improve TypeScript definitions (#196)
v0.3.13
- Feature: Support React fragments in JSX route configurations (#192)
v0.3.12
- Feature: Add
matchStemRoutes
as an option, to allow disabling matching stem routes (#188, #193)
- Bugfix: Set appropriate
displayName
on components (#185)
- Bugfix: Add
Matcher
as a class to TypeScript definitions (#189)
v0.3.11
- Chore: Publish TypeScript definitions to npm (#178)
v0.3.10
- Chore: Update dependencies, including updating Redux to v4 (#176)