We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57c0fdc commit 3c1bcfaCopy full SHA for 3c1bcfa
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Svelte changelog
2
3
+## 2.5.1
4
+
5
+* Add new ARIA attributes ([#1436](https://github.com/sveltejs/svelte/pull/1436))
6
+* Add `Promise` to whitelisted globals ([#1441](https://github.com/sveltejs/svelte/issues/1441))
7
+* Allow spaces around reserved keyword attributes ([#1445](https://github.com/sveltejs/svelte/issues/1445))
8
9
## 2.5.0
10
11
* Support transitions in `await` blocks ([#956](https://github.com/sveltejs/svelte/issues/956))
package.json
@@ -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": {
0 commit comments