From 8a3f81363da88d468bb152b05fd57d4f4ce2a1ca Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Wed, 30 Nov 2016 16:24:20 -0500 Subject: [PATCH] -> v1.0.3 --- CHANGELOG.md | 8 +++++++- package.json | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da07b6e031..7dba4cdb96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Svelte changelog +## 1.0.3 + +* Better generated code for `if` blocks, especially with `else`/`elseif` chains ([#28](https://github.com/sveltejs/svelte/pull/28)) +* Trim unnecessary whitespace from `else`/`elseif` blocks ([#49](https://github.com/sveltejs/svelte/pull/49)) +* Handle trailing comments in script tags ([#64](https://github.com/sveltejs/svelte/issues/64)) + ## 1.0.2 Set `style.cssText` rather than `style` ([#44](https://github.com/sveltejs/svelte/issues/44)) @@ -12,7 +18,7 @@ Set `style.cssText` rather than `style` ([#44](https://github.com/sveltejs/svelt ## 1.0.0 * Generate AMD, CJS, IIFE and UMD builds -* Correctly insert text nodes before anchors +* Correctly insert text nodes before anchors ([#31](https://github.com/sveltejs/svelte/pull/31)) ## 0.3.0 diff --git a/package.json b/package.json index 94dbe266e1..ae3115b80b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.0.2", + "version": "1.0.3", "description": "The magical disappearing UI framework", "main": "dist/svelte.js", "files": [