Skip to content

Commit a8ff02a

Browse files
committed
-> v3.15.0
1 parent 9dc5eec commit a8ff02a

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

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

3-
## Unreleased
4-
3+
## 3.15.0
4+
5+
* Hide commented sections from preprocessors ([#3894](https://github.com/sveltejs/svelte/pull/3894))
6+
* Add `seeking` and `ended` bindings to media elements ([#3650](https://github.com/sveltejs/svelte/pull/3650))
7+
* Add `videoWidth` and `videoHeight` bindings to video elements ([#3927](https://github.com/sveltejs/svelte/pull/3927))
8+
* Fix for dynamic event handlers ([#3934](https://github.com/sveltejs/svelte/pull/3934))
9+
* Handle scale transforms when using the `flip` animation ([#3555](https://github.com/sveltejs/svelte/issues/3555))
10+
* Fix some code generation bugs ([#3929](https://github.com/sveltejs/svelte/issues/3929), [#3939](https://github.com/sveltejs/svelte/issues/3939))
511
* Add `aria-hidden="true"` to objects generated when adding resize-listeners, to improve accessibility ([#3948](https://github.com/sveltejs/svelte/issues/3948))
612

713
## 3.14.1

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte",
3-
"version": "3.14.1",
3+
"version": "3.15.0",
44
"description": "Cybernetically enhanced web apps",
55
"module": "index.mjs",
66
"main": "index",

0 commit comments

Comments
 (0)