pull/6691/head
Daniel Sandoval 5 years ago committed by GitHub
parent 3c4c91d556
commit 384ecdf6c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -12,7 +12,7 @@ This month, Svelte was [voted StackOverflow's most loved web framework](https://
- `HTMLElement`, `SVGElement` (**3.42.2**) and `BigInt` (**3.42.3**) are now known globals
- Less code in Svelte's output thanks to the following improvements in **3.42.2**:
- Collapse whitespace in class and style attributes
- Deselect all `<option>`'s in a `<select>` when the bound value doesn't match any of them
- Deselect all `<option>`'s in a `<select>` when the bound value doesn't match any of them
- In hydrated components, only rely on helpers for creating the types of elements present in the component
- Scaling is now accounted for in `flip` animations (**3.42.2**)

Loading…
Cancel
Save