0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-29 16:36:44 +01:00

-> v2.12.0

This commit is contained in:
Rich Harris 2018-08-22 23:14:38 -04:00
parent ba7a6c9bc1
commit f38bdaaadf
2 changed files with 10 additions and 1 deletions

View File

@ -1,5 +1,14 @@
# Svelte changelog
## 2.12.0
* Initialise actions on mount rather than hydrate ([#1653](https://github.com/sveltejs/svelte/pull/1653))
* Allow non-existent components to be destroyed ([#1677](https://github.com/sveltejs/svelte/pull/1677))
* Pass AMD ID from CLI correctly ([#1672](https://github.com/sveltejs/svelte/pull/1672))
* Minor AST tweaks ([#1673](https://github.com/sveltejs/svelte/pull/1673), [#1674](https://github.com/sveltejs/svelte/pull/1674))
* Reduce code duplication in component initialisation ([#1670](https://github.com/sveltejs/svelte/pull/1670))
## 2.11.0
* Add `--shared` CLI option ([#1649](https://github.com/sveltejs/svelte/pull/1649))

View File

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