Skip to content

astro@1.0.0

Compare
Choose a tag to compare
@astrobot-houston astrobot-houston released this 09 Aug 16:16
· 4343 commits to main since this release

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

  • Updated dependencies [04ad44563]:
    • @astrojs/markdown-remark@1.0.0
    • @astrojs/telemetry@1.0.0
    • @astrojs/webapi@1.0.0