mirror of
https://github.com/sveltejs/svelte.git
synced 2024-12-01 17:30:59 +01:00
-> v3.7.0
This commit is contained in:
parent
e41a4846c3
commit
9addc5f077
@ -1,5 +1,12 @@
|
||||
# Svelte changelog
|
||||
|
||||
## 3.7.0
|
||||
|
||||
* Disable warnings via `svelte-ignore` comments ([#3351](https://github.com/sveltejs/svelte/pull/3351))
|
||||
* Throw if `$` or `$$...` is referenced as global ([#3272](https://github.com/sveltejs/svelte/issues/3272))
|
||||
* Remount HTML tags correctly ([#3329](https://github.com/sveltejs/svelte/pull/3329))
|
||||
* Treat data attributes like other attributes ([#3337](https://github.com/sveltejs/svelte/issues/3337))
|
||||
|
||||
## 3.6.11
|
||||
|
||||
* Handle reassigned RxJS observables ([#3304](https://github.com/sveltejs/svelte/issues/3304))
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "svelte",
|
||||
"version": "3.6.11",
|
||||
"version": "3.7.0",
|
||||
"description": "Cybernetically enhanced web apps",
|
||||
"module": "index.mjs",
|
||||
"main": "index",
|
||||
|
Loading…
Reference in New Issue
Block a user