pull/1582/head v2.9.1
Rich Harris 7 years ago
parent 06451bafd0
commit a043c4414a

@ -1,5 +1,9 @@
# Svelte changelog # Svelte changelog
## 2.9.1
* Use `template.content` instead of `template` where appropriate ([#1571](https://github.com/sveltejs/svelte/issues/1571))
## 2.9.0 ## 2.9.0
* Play outro transitions on `<svelte:component>` if `nestedTransitions` is true ([#1568](https://github.com/sveltejs/svelte/issues/1568)) * Play outro transitions on `<svelte:component>` if `nestedTransitions` is true ([#1568](https://github.com/sveltejs/svelte/issues/1568))

@ -1,6 +1,6 @@
{ {
"name": "svelte", "name": "svelte",
"version": "2.9.0", "version": "2.9.1",
"description": "The magical disappearing UI framework", "description": "The magical disappearing UI framework",
"main": "compiler/svelte.js", "main": "compiler/svelte.js",
"bin": { "bin": {

Loading…
Cancel
Save