0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-12-01 17:30:59 +01:00

-> v1.43.1

This commit is contained in:
Rich Harris 2017-11-27 08:25:09 -05:00
parent 3264b5160f
commit 72bd23af96
2 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,11 @@
# Svelte changelog
## 1.43.1
* Fix parameterised transitions ([#962](https://github.com/sveltejs/svelte/issues/962))
* Prevent boolean attributes breaking estree-walker expectations ([#961](https://github.com/sveltejs/svelte/issues/961))
* Throw error on cyclical store computations ([#964](https://github.com/sveltejs/svelte/pull/964))
## 1.43.0
* Export `Store` class to manage global state ([#930](https://github.com/sveltejs/svelte/issues/930))

View File

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