github withastro/astro @astrojs/preact@0.3.0

latest releases: astro@4.11.3, astro@4.11.2, @astrojs/studio@0.1.1...
2 years ago

Minor Changes

  • #3712 e3fdc9b4 Thanks @delucis! - Add support for enabling preact/compat to Preact renderer

    To use preact/compat to render React components, users can now set compat to true when using the Preact integration:

    integrations: [
      preact({ compat: true }),
    ],

Don't miss a new astro release

NewReleases is sending notifications on new releases.