We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 135ba93 commit dbe8105Copy full SHA for dbe8105
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Svelte changelog
2
3
+## 1.51.0
4
+
5
+* Lock `scroll` bindings ([#1071](https://github.com/sveltejs/svelte/issues/1071))
6
+* Escape HTML entities when compiling to static HTML ([#1066](https://github.com/sveltejs/svelte/issues/1066))
7
+* Apply a11y warnings to SVG `<a>` attributes with `xlink:href` ([#1008](https://github.com/sveltejs/svelte/issues/1008))
8
9
## 1.50.1
10
11
* Prevent main fragment being created twice in custom elements ([#1064](https://github.com/sveltejs/svelte/pull/1064))
package.json
@@ -1,6 +1,6 @@
{
"name": "svelte",
- "version": "1.50.1",
+ "version": "1.51.0",
"description": "The magical disappearing UI framework",
"main": "compiler/svelte.js",
"files": [
0 commit comments