File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Svelte changelog
2
2
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
+
3
10
## 2.13.1
4
11
5
12
* Coerce second argument to ` toggleClass ` ([ #1685 ] ( https://github.com/sveltejs/svelte/issues/1685 ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " svelte" ,
3
- "version" : " 2.13.1 " ,
3
+ "version" : " 2.13.2 " ,
4
4
"description" : " The magical disappearing UI framework" ,
5
5
"main" : " compiler/svelte.js" ,
6
6
"bin" : {
You can’t perform that action at this time.
0 commit comments