Skip to content

Commit 6b32e44

Browse files
committed
-> v1.52.0
1 parent d0be845 commit 6b32e44

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Svelte changelog
22

3+
## 1.52.0
4+
5+
* Deconflict referenced globals ([#1079](https://github.com/sveltejs/svelte/issues/1079))
6+
* Validate contents of `await` blocks ([#1061](https://github.com/sveltejs/svelte/issues/1061))
7+
* Fire `oncreate` for components in `await` blocks ([#1061](https://github.com/sveltejs/svelte/issues/1061))
8+
* Automatically fix attribute casing ([#1062](https://github.com/sveltejs/svelte/issues/1062))
9+
* Fix escaping in `<script>` and `<style>` ([#1082](https://github.com/sveltejs/svelte/issues/1082))
10+
* Error if invalid characters are used in computed properties, and allow any valid identifier in props ([#1083](https://github.com/sveltejs/svelte/issues/1083))
11+
* Don't run a11y tests on components ([#1110](https://github.com/sveltejs/svelte/issues/1110))
12+
* Respect `store` option in SSR mode ([#1107](https://github.com/sveltejs/svelte/issues/1107))
13+
314
## 1.51.1
415

516
* Only escape <, > and & characters ([#1082](https://github.com/sveltejs/svelte/issues/1082))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte",
3-
"version": "1.51.1",
3+
"version": "1.52.0",
44
"description": "The magical disappearing UI framework",
55
"main": "compiler/svelte.js",
66
"files": [

0 commit comments

Comments
 (0)