pull/1077/merge v1.51.0
Rich Harris 7 years ago
parent 135ba93342
commit dbe8105a07

@ -1,5 +1,11 @@
# Svelte changelog
## 1.51.0
* Lock `scroll` bindings ([#1071](https://github.com/sveltejs/svelte/issues/1071))
* Escape HTML entities when compiling to static HTML ([#1066](https://github.com/sveltejs/svelte/issues/1066))
* Apply a11y warnings to SVG `<a>` attributes with `xlink:href` ([#1008](https://github.com/sveltejs/svelte/issues/1008))
## 1.50.1
* Prevent main fragment being created twice in custom elements ([#1064](https://github.com/sveltejs/svelte/pull/1064))

@ -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": [

Loading…
Cancel
Save