pull/7738/head
Rich Harris 8 years ago
parent 5c0b784e4f
commit 8f36654484

@ -1,5 +1,10 @@
# Svelte changelog # Svelte changelog
## 1.23.0
* Hydration ([#649](https://github.com/sveltejs/svelte/pull/649))
* Correctly transform CSS selectors with pseudo-elements ([#658](https://github.com/sveltejs/svelte/issues/658))
## 1.22.5 ## 1.22.5
* Fix nested component unmounting bug ([#643](https://github.com/sveltejs/svelte/issues/643)) * Fix nested component unmounting bug ([#643](https://github.com/sveltejs/svelte/issues/643))

@ -1,6 +1,6 @@
{ {
"name": "svelte", "name": "svelte",
"version": "1.22.5", "version": "1.23.0",
"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