mirror of
https://github.com/sveltejs/svelte.git
synced 2024-12-01 17:30:59 +01:00
update changelog
This commit is contained in:
parent
74fdbb670b
commit
80d4f55a06
@ -1,9 +1,9 @@
|
||||
# Svelte changelog
|
||||
|
||||
## Unreleased
|
||||
* Upgrade dependendencies. Particularly, `css-tree` to `2.2.1` ([#7572](https://github.com/sveltejs/svelte/pull/7572). [#7982](https://github.com/sveltejs/svelte/pull/7982))
|
||||
* Add new `css: 'external'|'injected'|'none'` options and deprecate old `true|false` values ([#7914](https://github.com/sveltejs/svelte/pull/7914))
|
||||
* Check if `parentNode` exists before removing child ([#6037](https://github.com/sveltejs/svelte/issues/6037))
|
||||
* Check whether `parentNode` exists before removing child ([#6037](https://github.com/sveltejs/svelte/issues/6037))
|
||||
* Upgrade various dependencies, notably `css-tree` to `2.2.1` ([#7572](https://github.com/sveltejs/svelte/pull/7572), [#7982](https://github.com/sveltejs/svelte/pull/7982))
|
||||
* Extend `css` compiler option with `'external' | 'injected' | 'none'` settings and deprecate old `true | false` values ([#7914](https://github.com/sveltejs/svelte/pull/7914))
|
||||
|
||||
## 3.52.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user