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

[chore] Update queued changesets for next release #3719

Merged
merged 1 commit into from
Mar 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 5 additions & 2 deletions .changeset/soft-turtles-protect.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
'@lit-labs/ssr': patch
'lit-html': patch
'@lit-labs/ssr': minor
'lit-html': minor
'lit': minor
---

Improved how nodes with attribute/property/event/element bindings are rendered in SSR, to avoid adding comments inside of "raw text elements" like `<textarea>`. Fixes #3663.

Note: `@lit-labs/ssr` and `lit-html` must be updated together.
14 changes: 0 additions & 14 deletions .changeset/strange-brooms-search.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,2 @@
---
'@lit-internal/benchmarks': patch
'@lit-labs/analyzer': patch
'@lit-labs/cli': patch
'@lit-labs/context': patch
'@lit-labs/eleventy-plugin-lit': patch
'@lit-labs/gen-wrapper-vue': patch
'@lit-labs/react': patch
'@lit-labs/router': patch
'@lit-labs/ssr': patch
'@lit-labs/task': patch
'@lit-labs/testing': patch
'@lit-labs/virtualizer': patch
---

Fix spelling identified by the [check-spelling action](https://github.com/marketplace/actions/check-spelling).
5 changes: 5 additions & 0 deletions .changeset/thin-cups-happen.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@lit-labs/ssr': patch
---

Make FallbackRenderer not emit a shadow root
3 changes: 2 additions & 1 deletion .changeset/wicked-baboons-pull.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
'lit-html': patch
'lit': patch
---

Make FallbackRenderer not emit a shadow root
Add more detail to some hydration errors