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

feat(nuxt): route announcer #25741

Merged
merged 86 commits into from Apr 17, 2024
Merged

Conversation

ivan-kalachikov
Copy link
Contributor

@ivan-kalachikov ivan-kalachikov commented Feb 11, 2024

πŸ”— Linked issue

14673

❓ Type of change

  • πŸ“– Documentation (updates to the documentation, readme or JSdoc annotations)
  • 🐞 Bug fix (a non-breaking change that fixes an issue)
  • πŸ‘Œ Enhancement (improving an existing functionality like performance)
  • ✨ New feature (a non-breaking change that adds functionality)
  • 🧹 Chore (updates to the build process or auxiliary tools and libraries)
  • ⚠️ Breaking change (fix or feature that would cause existing functionality to change)

πŸ“š Description

Resolves #14673

Adding Route Announcer to Nuxt js for better accessibility.

πŸ“ Checklist

  • I have linked an issue or discussion.
  • I have added tests (if possible).
  • I have updated the documentation accordingly.

Copy link

stackblitz bot commented Feb 11, 2024

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@ivan-kalachikov ivan-kalachikov marked this pull request as draft February 11, 2024 11:35
@ivan-kalachikov ivan-kalachikov changed the title feat(nuxt): route announcer - a11y feat(nuxt): route announcer Feb 12, 2024
Copy link

nuxt-studio bot commented Feb 18, 2024

βœ… Live Preview ready!

Name Edit Preview Latest Commit
Nuxt Docs Edit on Studio β†—οΈŽ View Live Preview d42cd0c

test/nuxt/composables.test.ts Fixed Show fixed Hide fixed
test/nuxt/composables.test.ts Fixed Show fixed Hide fixed
@danielroe
Copy link
Member

Sorry for breaking the tests! πŸ™ˆ

ivan-kalachikov and others added 21 commits April 12, 2024 22:14
…uxt#26793)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
This reverts commit 5a3dde1.
This reverts commit 262448a.
@danielroe
Copy link
Member

Looking into it, there seems to be an issue with having anything but a suspense node as root of app.vue when it comes to client-side components in current implementation. they are not being rendered by the time the server response is coming. it's not an issue introduced by this PR so I think we can go ahead and merge and investigate later.

cc: @huang-julien

@danielroe danielroe merged commit 4fea6da into nuxt:main Apr 17, 2024
37 of 38 checks passed
@danielroe
Copy link
Member

Thank you - this is fantastic! ❀️

@github-actions github-actions bot mentioned this pull request Apr 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Route accessibility announcer