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.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
+
3
10
## 2.6.6
4
11
5
12
* Fix nested transition bug ([ #1497 ] ( https://github.com/sveltejs/svelte/issues/1497 ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " svelte" ,
3
- "version" : " 2.6.6 " ,
3
+ "version" : " 2.7.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