pull/1220/head v1.57.0
Rich Harris 7 years ago
parent 46c9ad4221
commit 89c830ebe7

@ -1,5 +1,9 @@
# Svelte changelog
## 1.57.0
* Use classes (not attributes) for style encapsulation, and base36-encode hashes ([#1118](https://github.com/sveltejs/svelte/issues/1118))
## 1.56.4
* Allow `component` and `state` to be context names ([#1213](https://github.com/sveltejs/svelte/issues/1213))

@ -1,6 +1,6 @@
{
"name": "svelte",
"version": "1.56.4",
"version": "1.57.0",
"description": "The magical disappearing UI framework",
"main": "compiler/svelte.js",
"files": [

Loading…
Cancel
Save