pull/6695/head v3.42.4
Conduitry 3 years ago
parent 6735d5422c
commit 3c5cea114c

@ -1,6 +1,6 @@
# Svelte changelog
## Unreleased
## 3.42.4
* Only apply optimized `src` attribute handling when in an `html` namespace ([#6575](https://github.com/sveltejs/svelte/issues/6575))
* Fix styles for transitions and animations being attached to the wrong `document` in `<iframe>`s ([#6637](https://github.com/sveltejs/svelte/issues/6637))

2
package-lock.json generated

@ -1,6 +1,6 @@
{
"name": "svelte",
"version": "3.42.3",
"version": "3.42.4",
"lockfileVersion": 2,
"requires": true,
"packages": {

@ -1,6 +1,6 @@
{
"name": "svelte",
"version": "3.42.3",
"version": "3.42.4",
"description": "Cybernetically enhanced web apps",
"module": "index.mjs",
"main": "index",

Loading…
Cancel
Save