We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This issue is a high-level roadmap for all work on the 5.x branch. The goal is to provide:
The goal is not to discuss specific release dates, though some of that may happen.
This list is by no means exhaustive and will change from time to time as new issues are opened and PRs are merged.
<StrictMode>
componentWill*
react-router-dom/Link
<Link to>
<NavLink to>
<Link component>
ref
matchPath
<Link ref>
push
<Link>
build
__DEV__
react-router-dom
react-router/dom
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This issue is a high-level roadmap for all work on the 5.x branch. The goal is to provide:
The goal is not to discuss specific release dates, though some of that may happen.
This list is by no means exhaustive and will change from time to time as new issues are opened and PRs are merged.
4.45.0<StrictMode>
componentWill*
methodsreact-router-dom/Link
-style imports (5bde02b)5.1
<Link to>
and<NavLink to>
(Feature request: 'to' property as a function in Link component #5331, Make Link and NavLink components accept "to" property as a function #5368)<Link component>
API (Feature Request: <Link component> #5437)5.1.1
ref
to functional components in React <= 16.2 (Breaking change between version 5.0.1 and 5.1.0 #6934)matchPath
(Regression: empty string paths no longer match #6941)5.1.2
<Link ref>
error on React 15 (React Router v5.1.1 Link Breaks with React v15.6.2 #6954)5.2
push
ing to the history stack on link clicks when location is the same (Use replace instead of push on <Link> click when location is the same #5362)Backlog
<Link>
and the first one is still fetching- [ ] Add focus management APIs (SPA Accessibility - focus not reset when route changed #5210, Add <Focus> component to react-router-dom #6449, Add useFocus() hook to react-router-dom #6454)build
directory__DEV__
code like we do in other package buildsreact-router-dom
toreact-router/dom
to avoid context mismatch issues (react-router-dom -> react-router/dom #6755)The text was updated successfully, but these errors were encountered: