File tree 2 files changed +13
-1
lines changed
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Svelte changelog
2
2
3
+ ## 2.15.0
4
+
5
+ * Event modifiers ([ #1088 ] ( https://github.com/sveltejs/svelte/issues/1088 ) )
6
+ * Wheel and touch events are passive by default ([ #1088 ] ( https://github.com/sveltejs/svelte/issues/1088 ) )
7
+ * Add ` <svelte:document> ` tag ([ #1484 ] ( https://github.com/sveltejs/svelte/issues/1484 ) )
8
+ * Include binding values in server-rendered HTML ([ #1205 ] ( https://github.com/sveltejs/svelte/issues/1205 ) )
9
+ * Remove attributes when value is undefined/null ([ #1434 ] ( https://github.com/sveltejs/svelte/issues/1434 ) )
10
+ * Initialise window scroll from component data ([ #938 ] ( https://github.com/sveltejs/svelte/issues/938 ) )
11
+ * Remove references to unused properties in generated code ([ #1187 ] ( https://github.com/sveltejs/svelte/issues/1187 ) )
12
+ * Add TypeScript definitions for store ([ #1207 ] ( https://github.com/sveltejs/svelte/issues/1207 ) )
13
+ * Better error for missing store ([ #1807 ] ( https://github.com/sveltejs/svelte/issues/1807 ) )
14
+
3
15
## 2.14.3
4
16
5
17
* Account for directive dependencies ([ #1793 ] ( https://github.com/sveltejs/svelte/issues/1793 ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " svelte" ,
3
- "version" : " 2.14.3 " ,
3
+ "version" : " 2.15.0 " ,
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