mirror of
https://github.com/withastro/astro.git
synced 2025-03-03 22:57:08 -05:00
* feat: improve set:html behavior for null/undefined * chore: add changeset * refactor: improve set:html and set:text documentation * test: improve set:html tests * refactor: better types for server API
5 lines
86 B
Markdown
5 lines
86 B
Markdown
---
|
|
'astro': patch
|
|
---
|
|
|
|
Improve `set:html` behavior for `null` and `undefined` values
|