From 4daef9ab5e2a78b3e644c117f89cf7007ee2b374 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Thu, 3 Aug 2017 22:41:22 -0400 Subject: [PATCH] -> v1.28.0 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb07e6b852..e6f7e4e136 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Svelte changelog +## 1.28.0 + +* Support `ref:foo` as a CSS selector ([#693](https://github.com/sveltejs/svelte/issues/693)) +* Prevent magic-string bugs by only minifying CSS combinators if `cascade: false` ([#743](https://github.com/sveltejs/svelte/issues/743)) +* Don't throw an error if component is destroyed twice ([#643](https://github.com/sveltejs/svelte/issues/643)) + ## 1.27.0 * Minify CSS and remove unused styles ([#697](https://github.com/sveltejs/svelte/issues/697)) diff --git a/package.json b/package.json index ece5b03b8b..42aec9e8ab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.27.0", + "version": "1.28.0", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "files": [