0
0
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:
Richard Harris 2019-04-24 23:50:08 -04:00
parent 2fdf7d4e91
commit a06f92a930
2 changed files with 9 additions and 1 deletions

View File

@ -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

View File

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