pull/792/head v1.32.0
Rich Harris 7 years ago
parent b43bc83cd9
commit 3eaa5589f8

@ -1,5 +1,10 @@
# Svelte changelog
## 1.32.0
* Allow `anchor` initialisation option, alongside `target` ([#784](https://github.com/sveltejs/svelte/issues/784))
* Remove leading CSS selectors safely ([#783](https://github.com/sveltejs/svelte/issues/783))
## 1.31.0
* Add `legacy` compile option, which adds IE9 compatibility ([#773](https://github.com/sveltejs/svelte/issues/773))

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

Loading…
Cancel
Save