diff options
Diffstat (limited to '.changeset/chatty-spies-wink.md')
-rw-r--r-- | .changeset/chatty-spies-wink.md | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/.changeset/chatty-spies-wink.md b/.changeset/chatty-spies-wink.md deleted file mode 100644 index 869a52972..000000000 --- a/.changeset/chatty-spies-wink.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'astro': minor ---- - -Add support for the `set:html` and `set:text` directives. - -With the introduction of these directives, unescaped HTML content in expressions is now deprecated. Please migrate to `set:html` in order to continue injecting unescaped HTML in future versions of Astro—you can use `<Fragment set:html={content}>` to avoid a wrapper element. `set:text` allows you to opt-in to escaping now, but it will soon become the default. - |