We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65592aa commit 9cd5dd9Copy full SHA for 9cd5dd9
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Svelte changelog
2
3
+## 2.7.2
4
+
5
+* Prevent unnecessary remounts ([#1527](https://github.com/sveltejs/svelte/issues/1527))
6
+* Allow `refs.*` as callee ([#1526](https://github.com/sveltejs/svelte/pull/1526))
7
+* Handle empty lists when outroing ([#1532](https://github.com/sveltejs/svelte/issues/1532))
8
9
## 2.7.1
10
11
* Fix spread props with multiple dependencies ([#1515](https://github.com/sveltejs/svelte/issues/1515))
package.json
@@ -1,6 +1,6 @@
{
"name": "svelte",
- "version": "2.7.1",
+ "version": "2.7.2",
"description": "The magical disappearing UI framework",
"main": "compiler/svelte.js",
"bin": {
0 commit comments