Skip to content

feat(nuxt): route announcer#25741

Merged
danielroe merged 86 commits intonuxt:mainfrom
ivan-kalachikov:feat/route-announcer
Apr 17, 2024
Merged

feat(nuxt): route announcer#25741
danielroe merged 86 commits intonuxt:mainfrom
ivan-kalachikov:feat/route-announcer

Conversation

@ivan-kalachikov
Copy link
Copy Markdown
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.

@bolt-new-by-stackblitz
Copy link
Copy Markdown

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
@nuxt-studio
Copy link
Copy Markdown
Contributor

nuxt-studio bot commented Feb 18, 2024

Live Preview ready!

Name Edit Preview Latest Commit
Nuxt Docs Edit on Studio ↗︎ View Live Preview d42cd0c

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
Copy Markdown
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
@danielroe
Copy link
Copy Markdown
Member

Thank you - this is fantastic! ❤️

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