We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0599b5f commit 18d3313Copy full SHA for 18d3313
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Svelte changelog
2
3
+## 1.56.2
4
+
5
+* Null out `key` for children of keyed each blocks ([#1202](https://github.com/sveltejs/svelte/issues/1202))
6
7
## 1.56.1
8
9
* Fix if-in-each bug ([#1195](https://github.com/sveltejs/svelte/issues/1195))
package.json
@@ -1,6 +1,6 @@
{
"name": "svelte",
- "version": "1.56.1",
+ "version": "1.56.2",
"description": "The magical disappearing UI framework",
"main": "compiler/svelte.js",
"files": [
0 commit comments