pull/1556/head v2.8.0
Rich Harris 7 years ago
parent 4bd0022363
commit 17000e38f6

@ -1,5 +1,9 @@
# Svelte changelog
## 2.8.0
* Correctly set store on nested components (to parent store, not root store) ([#1538](https://github.com/sveltejs/svelte/issues/1538))
## 2.7.2
* Prevent unnecessary remounts ([#1527](https://github.com/sveltejs/svelte/issues/1527))

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

Loading…
Cancel
Save