0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-12-01 17:30:59 +01:00

-> v1.28.0

This commit is contained in:
Rich Harris 2017-08-03 22:41:22 -04:00
parent 6cc3354011
commit 4daef9ab5e
2 changed files with 7 additions and 1 deletions

View File

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

View File

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