We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 050ed5d commit a4f6fedCopy full SHA for a4f6fed
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Svelte changelog
2
3
+## 1.53.0
4
+
5
+* Base scoping selectors on `<style>` contents alone ([#1091](https://github.com/sveltejs/svelte/issues/1091))
6
7
## 1.52.0
8
9
* Deconflict referenced globals ([#1079](https://github.com/sveltejs/svelte/issues/1079))
package.json
@@ -1,6 +1,6 @@
{
"name": "svelte",
- "version": "1.52.0",
+ "version": "1.53.0",
"description": "The magical disappearing UI framework",
"main": "compiler/svelte.js",
"files": [
0 commit comments