pull/663/head v1.23.0
Rich Harris 7 years ago
parent 02e11f51cd
commit f6f929bded

@ -1,5 +1,10 @@
# 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
* Fix nested component unmounting bug ([#643](https://github.com/sveltejs/svelte/issues/643))

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

Loading…
Cancel
Save