WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

v2.16.2

Latest

Choose a tag to compare

@devongovett devongovett released this 06 Dec 22:58
· 2 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