We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 207d8ae commit 3bbfcccCopy full SHA for 3bbfccc
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Svelte changelog
2
3
+## 3.8.1
4
+
5
+* Set SVG namespace for slotted elements ([#3321](https://github.com/sveltejs/svelte/issues/3321))
6
7
## 3.8.0
8
9
* Add `self` event modifier ([#3372](https://github.com/sveltejs/svelte/issues/3372))
package.json
@@ -1,6 +1,6 @@
{
"name": "svelte",
- "version": "3.8.0",
+ "version": "3.8.1",
"description": "Cybernetically enhanced web apps",
"module": "index.mjs",
"main": "index",
0 commit comments