mirror of
https://github.com/sveltejs/svelte.git
synced 2024-11-29 16:36:44 +01:00
-> v1.41.0
This commit is contained in:
parent
c394aa7848
commit
bc88471840
@ -1,5 +1,11 @@
|
||||
# Svelte changelog
|
||||
|
||||
## 1.41.0
|
||||
|
||||
* `onwarn` and `onerror` receive default handlers as second arguments ([#883](https://github.com/sveltejs/svelte/pull/883))
|
||||
* Recognise `muted` as boolean property on `<audio>` elements ([#886](https://github.com/sveltejs/svelte/pull/886))
|
||||
* Array destructuring for `each` block contexts ([#889](https://github.com/sveltejs/svelte/pull/889))
|
||||
|
||||
## 1.40.2
|
||||
|
||||
* Ignore `@apply` and similar in CSS ([#871](https://github.com/sveltejs/svelte/issues/871))
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "svelte",
|
||||
"version": "1.40.2",
|
||||
"version": "1.41.0",
|
||||
"description": "The magical disappearing UI framework",
|
||||
"main": "compiler/svelte.js",
|
||||
"files": [
|
||||
|
Loading…
Reference in New Issue
Block a user