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:
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…
Reference in New Issue
Block a user