Skip to content

Commit 7032ec7

Browse files
committed
-> v2.7.0
1 parent 5375af5 commit 7032ec7

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.7.0
4+
5+
* Add `__svelte_meta` object to elements in dev mode, containing source info ([#1499](https://github.com/sveltejs/svelte/issues/1499))
6+
* Fix `bind:online` in dev mode ([#1502](https://github.com/sveltejs/svelte/issues/1502))
7+
* Update v1 warnings/errors ([#1508](https://github.com/sveltejs/svelte/pull/1508))
8+
* Transform prefixed keyframes ([#1504](https://github.com/sveltejs/svelte/issues/1504))
9+
310
## 2.6.6
411

512
* Fix nested transition bug ([#1497](https://github.com/sveltejs/svelte/issues/1497))

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.6.6",
3+
"version": "2.7.0",
44
"description": "The magical disappearing UI framework",
55
"main": "compiler/svelte.js",
66
"bin": {

0 commit comments

Comments
 (0)