pull/2558/head v3.0.1
Richard Harris 5 years ago
parent 2fdf7d4e91
commit a06f92a930

@ -1,5 +1,13 @@
# 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
* Everything

@ -1,6 +1,6 @@
{
"name": "svelte",
"version": "3.0.0",
"version": "3.0.1",
"description": "Cybernetically enhanced web apps",
"module": "index.mjs",
"main": "index",

Loading…
Cancel
Save