pull/1541/merge v2.7.2
Rich Harris 7 years ago
parent 65592aac76
commit 9cd5dd9fbc

@ -1,5 +1,11 @@
# Svelte changelog # Svelte changelog
## 2.7.2
* Prevent unnecessary remounts ([#1527](https://github.com/sveltejs/svelte/issues/1527))
* Allow `refs.*` as callee ([#1526](https://github.com/sveltejs/svelte/pull/1526))
* Handle empty lists when outroing ([#1532](https://github.com/sveltejs/svelte/issues/1532))
## 2.7.1 ## 2.7.1
* Fix spread props with multiple dependencies ([#1515](https://github.com/sveltejs/svelte/issues/1515)) * Fix spread props with multiple dependencies ([#1515](https://github.com/sveltejs/svelte/issues/1515))

@ -1,6 +1,6 @@
{ {
"name": "svelte", "name": "svelte",
"version": "2.7.1", "version": "2.7.2",
"description": "The magical disappearing UI framework", "description": "The magical disappearing UI framework",
"main": "compiler/svelte.js", "main": "compiler/svelte.js",
"bin": { "bin": {

Loading…
Cancel
Save