pull/940/head v1.42.1
Rich Harris 7 years ago
parent d32328ca69
commit 440a81aa5a

@ -1,5 +1,11 @@
# 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))

@ -1,6 +1,6 @@
{
"name": "svelte",
"version": "1.42.0",
"version": "1.42.1",
"description": "The magical disappearing UI framework",
"main": "compiler/svelte.js",
"files": [

Loading…
Cancel
Save