pull/1448/head v2.5.1
Rich Harris 6 years ago
parent 57c0fdc6b8
commit 3c1bcfab79

@ -1,5 +1,11 @@
# Svelte changelog
## 2.5.1
* Add new ARIA attributes ([#1436](https://github.com/sveltejs/svelte/pull/1436))
* Add `Promise` to whitelisted globals ([#1441](https://github.com/sveltejs/svelte/issues/1441))
* Allow spaces around reserved keyword attributes ([#1445](https://github.com/sveltejs/svelte/issues/1445))
## 2.5.0
* Support transitions in `await` blocks ([#956](https://github.com/sveltejs/svelte/issues/956))

@ -1,6 +1,6 @@
{
"name": "svelte",
"version": "2.5.0",
"version": "2.5.1",
"description": "The magical disappearing UI framework",
"main": "compiler/svelte.js",
"bin": {

Loading…
Cancel
Save