Skip to content

Commit 2e4b65a

Browse files
committed
-> v2.13.2
1 parent b4a3a60 commit 2e4b65a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Svelte changelog
22

3+
## 2.13.2
4+
5+
* Coalesce simultaneous store/component updates ([#1520](https://github.com/sveltejs/svelte/issues/1520))
6+
* Fix nested transitions preventing each block item removal ([#1617](https://github.com/sveltejs/svelte/issues/1617))
7+
* Add `class` directive shorthand and encapsulate styles ([#1695](https://github.com/sveltejs/svelte/pull/1695))
8+
* Prevent erroneous updates of bound inputs ([#1699](https://github.com/sveltejs/svelte/issues/1699))
9+
310
## 2.13.1
411

512
* Coerce second argument to `toggleClass` ([#1685](https://github.com/sveltejs/svelte/issues/1685))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte",
3-
"version": "2.13.1",
3+
"version": "2.13.2",
44
"description": "The magical disappearing UI framework",
55
"main": "compiler/svelte.js",
66
"bin": {

0 commit comments

Comments
 (0)