summaryrefslogtreecommitdiff
path: root/.changeset
diff options
context:
space:
mode:
authorGravatar Erika <3019731+Princesseuh@users.noreply.github.com> 2022-07-20 17:32:46 -0400
committerGravatar GitHub <noreply@github.com> 2022-07-20 17:32:46 -0400
commit40a45e3ef6284c024d442cf7cb8e36d8354a35d1 (patch)
tree2bdc5eef13e09c422292d075c081aba3d67ec723 /.changeset
parent31142411b0966518eadfa12dfcec903dbdae7351 (diff)
downloadastro-40a45e3ef6284c024d442cf7cb8e36d8354a35d1.tar.gz
astro-40a45e3ef6284c024d442cf7cb8e36d8354a35d1.tar.zst
astro-40a45e3ef6284c024d442cf7cb8e36d8354a35d1.zip
Properly support and type optional props in Svelte components (#3993)
* Properly support and type optional props in Svelte components * Change output to support documentating components * Add changeset
Diffstat (limited to '.changeset')
-rw-r--r--.changeset/lovely-lions-attend.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/.changeset/lovely-lions-attend.md b/.changeset/lovely-lions-attend.md
new file mode 100644
index 000000000..e81a2b6dc
--- /dev/null
+++ b/.changeset/lovely-lions-attend.md
@@ -0,0 +1,5 @@
+---
+'@astrojs/svelte': patch
+---
+
+Fix optional props not being recognized properly in the editor