pull/669/head v1.23.3
Rich Harris 7 years ago
parent 73715b2ba6
commit cc489be18a

@ -1,5 +1,9 @@
# Svelte changelog # Svelte changelog
## 1.23.3
* Pass parameters to `get_block` ([#667](https://github.com/sveltejs/svelte/issues/667))
## 1.23.2 ## 1.23.2
* Fix if blocks being recreated on update ([#665](https://github.com/sveltejs/svelte/issues/665)) * Fix if blocks being recreated on update ([#665](https://github.com/sveltejs/svelte/issues/665))

@ -1,6 +1,6 @@
{ {
"name": "svelte", "name": "svelte",
"version": "1.23.2", "version": "1.23.3",
"description": "The magical disappearing UI framework", "description": "The magical disappearing UI framework",
"main": "compiler/svelte.js", "main": "compiler/svelte.js",
"files": [ "files": [

Loading…
Cancel
Save