You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+6-2
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
1
# Svelte changelog
2
2
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
+
3
7
## 1.17.1
4
8
5
9
* 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 @@
48
52
* Add `bind:online` to window ([#404](https://github.com/sveltejs/svelte/issues/404))
49
53
* In dev mode, throw if read-only properties are set ([#404](https://github.com/sveltejs/svelte/issues/404))
50
54
* 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))
52
56
53
57
## 1.13.7
54
58
@@ -284,7 +288,7 @@
284
288
285
289
## 1.2.4
286
290
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))
288
292
* SSR compiler: Escape HTML in tags ([#197](https://github.com/sveltejs/svelte/issues/197))
0 commit comments