pull/309/head v1.7.1
Rich Harris 8 years ago
parent c3ebf25c20
commit db486abb22

@ -1,5 +1,11 @@
# Svelte changelog
## 1.7.1
* Deconflict imports and shared helpers ([#222](https://github.com/sveltejs/svelte/issues/222))
* Deconflict each-block contexts and reserved words ([#222](https://github.com/sveltejs/svelte/issues/222))
* Allow shorthand properties in expressions ([#296](https://github.com/sveltejs/svelte/issues/296))
## 1.7.0
* Include CSS AST in `svelte.parse` output ([#302](https://github.com/sveltejs/svelte/pull/302))

@ -1,6 +1,6 @@
{
"name": "svelte",
"version": "1.7.0",
"version": "1.7.1",
"description": "The magical disappearing UI framework",
"main": "compiler/svelte.js",
"files": [

Loading…
Cancel
Save