We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d04da6 commit 9cfa174Copy full SHA for 9cfa174
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Svelte changelog
2
3
+## 1.51.1
4
+
5
+* Only escape <, > and & characters ([#1082](https://github.com/sveltejs/svelte/issues/1082))
6
7
## 1.51.0
8
9
* Lock `scroll` bindings ([#1071](https://github.com/sveltejs/svelte/issues/1071))
package.json
@@ -1,6 +1,6 @@
{
"name": "svelte",
- "version": "1.51.0",
+ "version": "1.51.1",
"description": "The magical disappearing UI framework",
"main": "compiler/svelte.js",
"files": [
0 commit comments