pull/937/head v1.42.0
Rich Harris 7 years ago
parent 775866780e
commit 0a4aea3cb9

@ -1,5 +1,12 @@
# Svelte changelog
## 1.42.0
* Implement `indeterminate` binding for checkbox inputs ([#910](https://github.com/sveltejs/svelte/issues/910))
* Use `<option>` children as `value` attribute if none exists ([#928](https://github.com/sveltejs/svelte/issues/928))
* Allow quoted property names in default export and sub-properties ([#914](https://github.com/sveltejs/svelte/issues/914))
* Various improvements to generated code for bindings
## 1.41.4
* Handle self-destructive bindings ([#917](https://github.com/sveltejs/svelte/issues/917))

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

Loading…
Cancel
Save