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:
parent
3264b5160f
commit
72bd23af96
@ -1,5 +1,11 @@
|
|||||||
# Svelte changelog
|
# 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
|
## 1.43.0
|
||||||
|
|
||||||
* Export `Store` class to manage global state ([#930](https://github.com/sveltejs/svelte/issues/930))
|
* Export `Store` class to manage global state ([#930](https://github.com/sveltejs/svelte/issues/930))
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "svelte",
|
"name": "svelte",
|
||||||
"version": "1.43.0",
|
"version": "1.43.1",
|
||||||
"description": "The magical disappearing UI framework",
|
"description": "The magical disappearing UI framework",
|
||||||
"main": "compiler/svelte.js",
|
"main": "compiler/svelte.js",
|
||||||
"files": [
|
"files": [
|
||||||
|
Loading…
Reference in New Issue
Block a user