Skip to content

v2.16.2

Choose a tag to compare

@devongovett devongovett released this 06 Dec 22:58
· 4 commits to v2 since this release

Fixed

  • HTML

    • Fix siblings after <svg> being removed by HTML minifier – Details
  • React Server Components

    • Bump react-server-dom-parcel to ^19.1.1 to 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