mirror of
https://github.com/sveltejs/svelte.git
synced 2024-12-01 17:30:59 +01:00
-> v3.4.3
This commit is contained in:
parent
03b440d1df
commit
04af24916a
@ -1,5 +1,14 @@
|
||||
# Svelte changelog
|
||||
|
||||
## 3.4.3
|
||||
|
||||
* Add type declaration files for everything ([#2842](https://github.com/sveltejs/svelte/pull/2842))
|
||||
* Prevent `svelte/store` being bundled ([#2786](https://github.com/sveltejs/svelte/issues/2786))
|
||||
* Warn on unknown props in dev mode ([#2840](https://github.com/sveltejs/svelte/pull/2840))
|
||||
* Treat `requestAnimationFrame` as a no-op on the server ([#2856](https://github.com/sveltejs/svelte/pull/2856))
|
||||
* Add `raw` property to AST's `Text` nodes ([#2714](https://github.com/sveltejs/svelte/issues/2714))
|
||||
* Add `<details bind:open>` ([#2854](https://github.com/sveltejs/svelte/issues/2854))
|
||||
|
||||
## 3.4.2
|
||||
|
||||
* Use empty string for empty data attributes ([#2804](https://github.com/sveltejs/svelte/pull/2804))
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "svelte",
|
||||
"version": "3.4.2",
|
||||
"version": "3.4.3",
|
||||
"description": "Cybernetically enhanced web apps",
|
||||
"module": "index.mjs",
|
||||
"main": "index",
|
||||
|
Loading…
Reference in New Issue
Block a user