mirror of
https://github.com/sveltejs/svelte.git
synced 2024-12-01 17:30:59 +01:00
-> v1.0.0
This commit is contained in:
parent
2fdf7d4e91
commit
a06f92a930
@ -1,5 +1,13 @@
|
|||||||
# Svelte changelog
|
# Svelte changelog
|
||||||
|
|
||||||
|
## 3.0.1
|
||||||
|
|
||||||
|
* Prevent text input cursor jumping in Safari ([#2506](https://github.com/sveltejs/svelte/issues/2506))
|
||||||
|
* Allow assignments to member expressions ([#2510](https://github.com/sveltejs/svelte/issues/2510))
|
||||||
|
* Prevent mutually dependent functions causing an infinite during hoisting ([#2542](https://github.com/sveltejs/svelte/issues/2542))
|
||||||
|
* Reuse scheduler promise instead of creating new one each time ([#2555](https://github.com/sveltejs/svelte/pull/2555))
|
||||||
|
* Various site/docs fixes
|
||||||
|
|
||||||
## 3.0.0
|
## 3.0.0
|
||||||
|
|
||||||
* Everything
|
* Everything
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "svelte",
|
"name": "svelte",
|
||||||
"version": "3.0.0",
|
"version": "3.0.1",
|
||||||
"description": "Cybernetically enhanced web apps",
|
"description": "Cybernetically enhanced web apps",
|
||||||
"module": "index.mjs",
|
"module": "index.mjs",
|
||||||
"main": "index",
|
"main": "index",
|
||||||
|
Loading…
Reference in New Issue
Block a user