pull/751/head v1.28.0
Rich Harris 7 years ago
parent 6cc3354011
commit 4daef9ab5e

@ -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))

@ -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": [

Loading…
Cancel
Save