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 4bd0022 commit 17000e3Copy full SHA for 17000e3
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Svelte changelog
2
3
+## 2.8.0
4
+
5
+* Correctly set store on nested components (to parent store, not root store) ([#1538](https://github.com/sveltejs/svelte/issues/1538))
6
7
## 2.7.2
8
9
* Prevent unnecessary remounts ([#1527](https://github.com/sveltejs/svelte/issues/1527))
package.json
@@ -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": {
0 commit comments