Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Conduitry committed Nov 9, 2022
1 parent 74fdbb6 commit 80d4f55
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 80d4f55

Please sign in to comment.