diff --git a/.eslintrc.json b/.eslintrc.json index f7f065e374..340b9a0e12 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -33,6 +33,9 @@ "plugin:import/errors", "plugin:import/warnings" ], + "plugins": [ + "html" + ], "parserOptions": { "ecmaVersion": 6, "sourceType": "module" diff --git a/CHANGELOG.md b/CHANGELOG.md index aef7d40aab..47c45a367d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Svelte changelog +## 1.22.5 + +* Fix nested component unmounting bug ([#643](https://github.com/sveltejs/svelte/issues/643)) + +## 1.22.4 + +* Include `ast` in `svelte.compile` return value ([#632](https://github.com/sveltejs/svelte/issues/632)) +* Set initial value of `` bindings (i.e. the dependencies of their `