Astro: @astrojs/preact@0.3.0 Release

Release date:
June 29, 2022
Previous version:
@astrojs/preact@0.2.0 (released June 24, 2022)
Magnitude:
0 Diff Delta
Contributors:
0 total committers
Data confidence:
Commits:

Top Contributors in @astrojs/preact@0.3.0

Could not determine top contributors for this release.

Directory Browser for @astrojs/preact@0.3.0

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

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 }),
    ],