0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-12-01 17:30:59 +01:00

-> v1.32.0

This commit is contained in:
Rich Harris 2017-08-25 17:44:21 -04:00
parent b43bc83cd9
commit 3eaa5589f8
2 changed files with 6 additions and 1 deletions

View File

@ -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))

View File

@ -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": [