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:
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…
Reference in New Issue
Block a user