Comparing version 1.6.11 to 1.7.0
# Svelte changelog | ||
## 1.7.0 | ||
* Include CSS AST in `svelte.parse` output ([#302](https://github.com/sveltejs/svelte/pull/302)) | ||
* Better handling of CSS parse errors ([#302](https://github.com/sveltejs/svelte/pull/302)) | ||
* Initialise `<select>` elements with two-way binding correctly ([#301](https://github.com/sveltejs/svelte/issues/301)) | ||
* Allow local context in component event handlers inside `each` blocks ([#290](https://github.com/sveltejs/svelte/issues/290)) | ||
* Fix two-way binding for components inside `each` blocks ([#290](https://github.com/sveltejs/svelte/issues/290)) | ||
## 1.6.11 | ||
@@ -4,0 +12,0 @@ |
{ | ||
"name": "svelte", | ||
"version": "1.6.11", | ||
"version": "1.7.0", | ||
"description": "The magical disappearing UI framework", | ||
@@ -5,0 +5,0 @@ "main": "compiler/svelte.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1136988
9981