mirror of
https://github.com/sveltejs/svelte.git
synced 2024-11-29 16:36:44 +01:00
-> v1.12.1
This commit is contained in:
parent
ec3c81f58c
commit
3070abc291
@ -1,5 +1,10 @@
|
||||
# Svelte changelog
|
||||
|
||||
## 1.12.1
|
||||
|
||||
* Deconflict non-helper functions (`addCss` etc) ([#388](https://github.com/sveltejs/svelte/issues/388))
|
||||
* Allow reserved words in tags, e.g. `{{class}}` ([#383](https://github.com/sveltejs/svelte/issues/383))
|
||||
|
||||
## 1.12.0
|
||||
|
||||
* Shorthand attributes — `<Widget :foo/>` is equivalent to `<Widget foo='{{foo}}'/>` ([#384](https://github.com/sveltejs/svelte/pull/384))
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "svelte",
|
||||
"version": "1.12.0",
|
||||
"version": "1.12.1",
|
||||
"description": "The magical disappearing UI framework",
|
||||
"main": "compiler/svelte.js",
|
||||
"files": [
|
||||
|
Loading…
Reference in New Issue
Block a user