From 4d2ec197c820a543752feee0b9c4c6d37fda222a Mon Sep 17 00:00:00 2001 From: Rich-Harris Date: Tue, 6 Dec 2016 00:02:36 -0500 Subject: [PATCH] -> v1.1.0 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 041d9912bf..3d59600624 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Svelte changelog +## 1.1.0 + +* Separate fragment creation from `mount` ([#91](https://github.com/sveltejs/svelte/pull/91)) +* Trigger `onrender` hook at correct time for nested components ([#103](https://github.com/sveltejs/svelte/pull/103)) +* Fix keypath dynamic attributes in components ([#46](https://github.com/sveltejs/svelte/issues/46)) +* Implement `{{yield}}` ([#112](https://github.com/sveltejs/svelte/pull/112)) +* Optimise teardown ([#99](https://github.com/sveltejs/svelte/issues/99)) +* Require computed properties to have at least one dependency ([#115](https://github.com/sveltejs/svelte/pull/115)) +* Support `{{#each ...}}...{{else}}...{{/each}}` ([#90](https://github.com/sveltejs/svelte/issues/90)) +* Triple mustaches ([#35](https://github.com/sveltejs/svelte/issues/35)) + ## 1.0.7 * Correctly escape HTML entities ([#85](https://github.com/sveltejs/svelte/issues/85)) diff --git a/package.json b/package.json index 418539cc89..c5584f5182 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.0.7", + "version": "1.1.0", "description": "The magical disappearing UI framework", "main": "dist/svelte.js", "files": [