From dbe8105a074f47072a24f32f35ac48574e02bb71 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Sat, 6 Jan 2018 16:56:57 -0500 Subject: [PATCH] -> v1.51.0 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff3821f990..995184c017 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 `` 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)) diff --git a/package.json b/package.json index cc1af3a2bf..fd97fce5b3 100644 --- a/package.json +++ b/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": [