Astro: [email protected] Release

Release date:
August 9, 2022
Previous version:
[email protected] (released August 8, 2022)
Magnitude:
0 Diff Delta
Contributors:
0 total committers
Data confidence:
Commits:

Top Contributors in [email protected]

Could not determine top contributors for this release.

Directory Browser for [email protected]

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

Release Notes Published

Astro v1.0 is out! Read the official announcement post.

Note If you need help migrating an existing Astro project to the new Astro v1.0, check out our updated Migration Guide and full documentation website.

Features

Astro v1.0 includes a few new features and improvements since our original beta announcement back in April, including:

Breaking Changes

  • Astro.canonicalURL has been deprecated. Please use Astro.url to construct your own canonical URL.
  • CSS Specificity is now preserved for scoped styles. See the migration guide for more details. > Warning > Please visually inspect your site output to make sure everything is styled as expected. If not, find your scoped style and increase the selector specificity manually to match the old behavior.
  • Components and JSX in Markdown has been deprecated. For long-term support you should migrate to the @astrojs/mdx integration. See the migration guide for more details.
  • The previously deprecated <Markdown> component has been removed. It is now available as a separate package, @astrojs/markdown-component.

If you are coming from v0.25 or earlier, make sure you have read and followed the v0.26 Migration Guide, which contained several major breaking changes.

Patch Changes