Skip to content

Commit e7ea3f2

Browse files
committed
-> v1.17.2
1 parent a096052 commit e7ea3f2

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Svelte changelog
22

3+
## 1.17.2
4+
5+
* Replace bad characters when creating variable names based on attributes ([#470](https://github.com/sveltejs/svelte/issues/470))
6+
37
## 1.17.1
48

59
* Fixes for static each-else and yield blocks ([#509](https://github.com/sveltejs/svelte/issues/509)), ([#514](https://github.com/sveltejs/svelte/issues/514))
@@ -48,7 +52,7 @@
4852
* Add `bind:online` to window ([#404](https://github.com/sveltejs/svelte/issues/404))
4953
* In dev mode, throw if read-only properties are set ([#404](https://github.com/sveltejs/svelte/issues/404))
5054
* Prevent conflicts with component name ([#464](https://github.com/sveltejs/svelte/pull/464))
51-
* Ensure event handler names are deconflicted ([#466https://github.com/sveltejs/svelte/issues/466
55+
* Ensure event handler names are deconflicted ([#466](https://github.com/sveltejs/svelte/issues/466))
5256

5357
## 1.13.7
5458

@@ -284,7 +288,7 @@
284288

285289
## 1.2.4
286290

287-
* SSR compiler: Implement `{{{tripes}}}` ([#197](https://github.com/sveltejs/svelte/issues/197))
291+
* SSR compiler: Implement `{{{triples}}}` ([#197](https://github.com/sveltejs/svelte/issues/197))
288292
* SSR compiler: Escape HTML in tags ([#197](https://github.com/sveltejs/svelte/issues/197))
289293

290294
## 1.2.3

package.json

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

0 commit comments

Comments
 (0)