mirror of
https://github.com/sveltejs/svelte.git
synced 2024-12-01 17:30:59 +01:00
-> v1.13.3
This commit is contained in:
parent
67d6eb89f2
commit
831ed547ba
@ -1,5 +1,13 @@
|
||||
# Svelte changelog
|
||||
|
||||
## 1.13.3
|
||||
|
||||
* Correctly handle `{{true}}`, `{{false}}` and `{{null}}` ([#424](https://github.com/sveltejs/svelte/issues/424))
|
||||
* Update `<select>` value attributes correctly ([#423](https://github.com/sveltejs/svelte/issues/423))
|
||||
* Bind custom event handler callbacks ([#428](https://github.com/sveltejs/svelte/issues/428))
|
||||
* Disallow `import root` ([#430](https://github.com/sveltejs/svelte/pull/430))
|
||||
* Prevent component bindings mutating the wrong object ([#432](https://github.com/sveltejs/svelte/pull/432))
|
||||
|
||||
## 1.13.2
|
||||
|
||||
* Fix deep component bindings ([#420](https://github.com/sveltejs/svelte/issues/420))
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "svelte",
|
||||
"version": "1.13.2",
|
||||
"version": "1.13.3",
|
||||
"description": "The magical disappearing UI framework",
|
||||
"main": "compiler/svelte.js",
|
||||
"files": [
|
||||
|
Loading…
Reference in New Issue
Block a user