We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent c3ebf25 commit db486abCopy full SHA for db486ab
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Svelte changelog
2
3
+## 1.7.1
4
+
5
+* Deconflict imports and shared helpers ([#222](https://github.com/sveltejs/svelte/issues/222))
6
+* Deconflict each-block contexts and reserved words ([#222](https://github.com/sveltejs/svelte/issues/222))
7
+* Allow shorthand properties in expressions ([#296](https://github.com/sveltejs/svelte/issues/296))
8
9
## 1.7.0
10
11
* Include CSS AST in `svelte.parse` output ([#302](https://github.com/sveltejs/svelte/pull/302))
package.json
@@ -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": [
0 commit comments