Skip to content
New issue

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

Add focus and scroll management for new router #38642

Merged
merged 3 commits into from Jul 14, 2022

Commits on Jul 14, 2022

  1. Add focus and scroll management for new router

    Follow-up to vercel#37551. Implements scrolling into view and moving focus to the changed part of the page. In order to achieve this we need to have a ref to a DOM node which currently means that the layout-router will wrap it's content into a `div`, this might be removed in the future when React has APIs for selecting elements similar to https://reactjs.org/docs/react-dom.html#finddomnode
    timneutkens committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    791baf3 View commit details
    Browse the repository at this point in the history
  2. Export type

    timneutkens committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    b465340 View commit details
    Browse the repository at this point in the history
  3. Fix failing test

    timneutkens committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    b7a73ef View commit details
    Browse the repository at this point in the history