Skip to content

Commit 831ed54

Browse files
committed
-> v1.13.3
1 parent 67d6eb8 commit 831ed54

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Svelte changelog
22

3+
## 1.13.3
4+
5+
* Correctly handle `{{true}}`, `{{false}}` and `{{null}}` ([#424](https://github.com/sveltejs/svelte/issues/424))
6+
* Update `<select>` value attributes correctly ([#423](https://github.com/sveltejs/svelte/issues/423))
7+
* Bind custom event handler callbacks ([#428](https://github.com/sveltejs/svelte/issues/428))
8+
* Disallow `import root` ([#430](https://github.com/sveltejs/svelte/pull/430))
9+
* Prevent component bindings mutating the wrong object ([#432](https://github.com/sveltejs/svelte/pull/432))
10+
311
## 1.13.2
412

513
* Fix deep component bindings ([#420](https://github.com/sveltejs/svelte/issues/420))

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte",
3-
"version": "1.13.2",
3+
"version": "1.13.3",
44
"description": "The magical disappearing UI framework",
55
"main": "compiler/svelte.js",
66
"files": [

0 commit comments

Comments
 (0)