diff --git a/.gitignore b/.gitignore index c124c74bfe..4f2d1cb48b 100644 --- a/.gitignore +++ b/.gitignore @@ -14,4 +14,6 @@ test/sourcemaps/samples/*/output.js.map _actual.* _actual-bundle.* src/generators/dom/shared.ts -package-lock.json \ No newline at end of file +package-lock.json +.idea/ +*.iml diff --git a/.prettierrc b/.prettierrc new file mode 100644 index 0000000000..81451039fa --- /dev/null +++ b/.prettierrc @@ -0,0 +1,3 @@ +useTabs: true +singleQuote: true +trailingComma: es5 diff --git a/CHANGELOG.md b/CHANGELOG.md index a09b781568..5ab7be640a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,59 @@ # Svelte changelog +## 1.42.1 + +* Correctly append items inside a slotted `each` block ([#932](https://github.com/sveltejs/svelte/pull/932)) +* Fix `<:Window bind:online/>` ([#936](https://github.com/sveltejs/svelte/issues/936)) +* Attach globals to state upon initialisation ([#908](https://github.com/sveltejs/svelte/issues/908)) + +## 1.42.0 + +* Implement `indeterminate` binding for checkbox inputs ([#910](https://github.com/sveltejs/svelte/issues/910)) +* Use `