- d7e4cfc Support forwarding url params with wildcard paths
1.3.2 was a failed publish
- 8b93694 Fix an encoding issue with browsers who do not encode urls
- d0962d7 Fix a bug on specific vendors that do not ship
location.pathname
- 244e2bf Improve compatibility for
createMemorySource
- f40ea53 Fix an accidental breaking change not exposing all location properties
- 56d4dca Added 4 new Hook APIs!
useLocation
useParams
useNavigate
useMatch
- 15298df Improved displayName for react context
- 11e9ed6 Fixed a bug that pushed to history when a user clicks the same path
- ccfc3c8 Added support for trailing wildcard names e.g.,
path="/files/*filePath"
- ad52cd3 Upgraded create-react-context to an MIT license compatible version
- 0a8af93 Fixed a bug with checking own property on locations
- 28a79e7 Fixed
search
not being prepended with a?
- 77fa233 Added displayName to Link
- 1f9f908 replace unstable_deferredUpdates with rAF
- a7a1c84 fixed focus being stolen from [autofocus] elements
- 8a56262 Added
hash
andsearch
to server location - 1c13f8a Added history "PUSH" and "POP" actions to listener callback
- 534f67c Added globalHistory to index exports
- 8cb6e83 allow falsey children in Router
- e0338b5c Removed vestigial dependencies from package.json
- fix/automated linting
- 53f06958 Added ref forwarding and
innerRef
fallback
- Added literally everything.