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
* Fix escaping in `<script>` and `<style>` ([#1082](https://github.com/sveltejs/svelte/issues/1082))
27
+
* Error if invalid characters are used in computed properties, and allow any valid identifier in props ([#1083](https://github.com/sveltejs/svelte/issues/1083))
28
+
* Don't run a11y tests on components ([#1110](https://github.com/sveltejs/svelte/issues/1110))
29
+
* Respect `store` option in SSR mode ([#1107](https://github.com/sveltejs/svelte/issues/1107))
30
+
31
+
## 1.51.1
32
+
33
+
* Only escape <, > and & characters ([#1082](https://github.com/sveltejs/svelte/issues/1082))
0 commit comments