Skip to content

Commit 03c7612

Browse files
committed
-> v2.15.0
1 parent 54fe128 commit 03c7612

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

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+
315
## 2.14.3
416

517
* Account for directive dependencies ([#1793](https://github.com/sveltejs/svelte/issues/1793))

package.json

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

0 commit comments

Comments
 (0)