v2.16.2
Changed 1
- Preload CSS as soon as the RSC payload loads, without waiting for it to mount
Fixed 3
- Fix siblings after <svg> being removed by HTML minifier
- Fix cache key clash in @parcel/packager-react-static
- Fix using inline string transformers with @parcel/packager-react-static
Security 1
- Bump react-server-dom-parcel to ^19.1.1 to fix vulnerability
Fixed
-
HTML
- Fix siblings after
<svg>being removed by HTML minifier – Details
- Fix siblings after
-
React Server Components
- Bump
react-server-dom-parcelto^19.1.1to fix vulnerability - Fix cache key clash in
@parcel/packager-react-static– Details - Fix using inline string transformers with
@parcel/packager-react-static– Details - Preload CSS as soon as the RSC payload loads, without waiting for it to mount. This is useful for pre-fetching. – Details
- Bump