Skip to content

Commit

Permalink
Update changeset and add one for aria attr reflection
Browse files Browse the repository at this point in the history
  • Loading branch information
augustjk committed Mar 11, 2023
1 parent 88038e5 commit dcef2b4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .changeset/late-hairs-flash.md
@@ -1,5 +1,5 @@
---
'@lit-labs/ssr-dom-shim': patch
'@lit-labs/ssr-dom-shim': minor
---

Add rough support for HTMLElement.prototype.attachInternals
7 changes: 7 additions & 0 deletions .changeset/rich-toes-jam.md
@@ -0,0 +1,7 @@
---
'lit': minor
'lit-element': minor
'@lit-labs/ssr': minor
---

Reflect ARIA attributes onto server rendered Lit elements with attached internals during SSR and remove them upon hydration.

0 comments on commit dcef2b4

Please sign in to comment.