From cfad0a194e107c0f2880537c9dab462f8003ac1b Mon Sep 17 00:00:00 2001 From: Rich-Harris Date: Mon, 12 Dec 2016 08:57:59 -0500 Subject: [PATCH] -> v1.2.3 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0d494f90e..c1e7941c56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Svelte changelog +## 1.2.3 + +* Add support for `namespace` declaration for SVG (etc) components ([#147](https://github.com/sveltejs/svelte/issues/147)) +* Throw error if methods or lifecycle hooks are arrow functions that use `this` or `arguments` ([#179](https://github.com/sveltejs/svelte/issues/179)) +* Use `setAttribute()` for `list` attributes, to preserve link to `` ([#178](https://github.com/sveltejs/svelte/issues/178)) +* Throw error if default export is not an object literal ([#190](https://github.com/sveltejs/svelte/pull/190)) +* Internal refactoring + ## 1.2.2 * Omit directives in server-side rendering ([#163](https://github.com/sveltejs/svelte/issues/167)) diff --git a/package.json b/package.json index 8494bbb5ec..5d4eade199 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.2.2", + "version": "1.2.3", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "files": [