mirror of
https://github.com/sveltejs/svelte.git
synced 2024-11-29 16:36:44 +01:00
-> v2.12.1
This commit is contained in:
parent
ff6c4c7767
commit
e26dcadecf
11
CHANGELOG.md
11
CHANGELOG.md
@ -1,5 +1,16 @@
|
||||
# Svelte changelog
|
||||
|
||||
## 2.12.1
|
||||
|
||||
* Allow actions to take any expression ([#1676](https://github.com/sveltejs/svelte/issues/1676))
|
||||
* Run transitions in component context ([#1675](https://github.com/sveltejs/svelte/issues/1675))
|
||||
* Correctly set select value on mount ([#1666](https://github.com/sveltejs/svelte/issues/1666))
|
||||
* Support `{@debug}` in SSR ([#1659](https://github.com/sveltejs/svelte/issues/1659))
|
||||
* Don't treat ` ` as empty whitespace ([#1658](https://github.com/sveltejs/svelte/issues/1658))
|
||||
* Fix outros for if blocks with no else ([#1688](https://github.com/sveltejs/svelte/pull/1688))
|
||||
* Set `style.cssText` in spread attributes ([#1684](https://github.com/sveltejs/svelte/pull/1684))
|
||||
|
||||
|
||||
## 2.12.0
|
||||
|
||||
* Initialise actions on mount rather than hydrate ([#1653](https://github.com/sveltejs/svelte/pull/1653))
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "svelte",
|
||||
"version": "2.12.0",
|
||||
"version": "2.12.1",
|
||||
"description": "The magical disappearing UI framework",
|
||||
"main": "compiler/svelte.js",
|
||||
"bin": {
|
||||
|
Loading…
Reference in New Issue
Block a user