File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Svelte changelog
2
2
3
+ ## 1.7.0
4
+
5
+ * Include CSS AST in ` svelte.parse ` output ([ #302 ] ( https://github.com/sveltejs/svelte/pull/302 ) )
6
+ * Better handling of CSS parse errors ([ #302 ] ( https://github.com/sveltejs/svelte/pull/302 ) )
7
+ * Initialise ` <select> ` elements with two-way binding correctly ([ #301 ] ( https://github.com/sveltejs/svelte/issues/301 ) )
8
+ * Allow local context in component event handlers inside ` each ` blocks ([ #290 ] ( https://github.com/sveltejs/svelte/issues/290 ) )
9
+ * Fix two-way binding for components inside ` each ` blocks ([ #290 ] ( https://github.com/sveltejs/svelte/issues/290 ) )
10
+
3
11
## 1.6.11
4
12
5
13
* Initialise dynamic ` <option> ` value correctly ([ #291 ] ( https://github.com/sveltejs/svelte/issues/291 ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " svelte" ,
3
- "version" : " 1.6.11 " ,
3
+ "version" : " 1.7.0 " ,
4
4
"description" : " The magical disappearing UI framework" ,
5
5
"main" : " compiler/svelte.js" ,
6
6
"files" : [
You can’t perform that action at this time.
0 commit comments