Skip to content

v0.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Dec 17:35
· 12 commits to latest since this release
37ad6de

Minor Changes

  • #53 40d0385 Thanks @delucis! - Don’t automatically inject @astrojs/react integration

    ⚠️ BREAKING CHANGE ⚠️

    Previously, this integration included @astrojs/react and injected it to Astro’s integrations config for you. This is no longer the case.

    If you are using React components and were relying on this, make sure to add the integration when upgrading. The simplest way to do this is to run:

    npx astro add react