Skip to content

Releases: withastro/astro

@astrojs/prism@2.0.0-beta.0

12 Jan 16:43
02b797f
Compare
Choose a tag to compare
Pre-release

Major Changes

@astrojs/preact@2.0.0-beta.0

12 Jan 16:43
02b797f
Compare
Choose a tag to compare
Pre-release

Major Changes

@astrojs/partytown@1.0.3-beta.0

12 Jan 16:43
02b797f
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • #5820 813073add Thanks @davlet61! - Bumps @builder.io/partytown version in partytown integration to fix deprecation warning in pagespeed insights

@astrojs/node@5.0.0-beta.1

12 Jan 16:43
02b797f
Compare
Choose a tag to compare
Pre-release

Major Changes

  • #5782 1f92d64ea Thanks @Princesseuh! - Remove support for Node 14. Minimum supported Node version is now >=16.12.0

  • #5806 7572f7402 Thanks @matthewp! - Make astro a peerDependency of integrations

    This marks astro as a peerDependency of several packages that are already getting major version bumps. This is so we can more properly track the dependency between them and what version of Astro they are being used with.

Minor Changes

  • #5832 2303f9514 Thanks @HiDeoo! - Add support for serving well-known URIs with the @astrojs/node SSR adapter

Patch Changes

@astrojs/netlify@2.0.0-beta.2

12 Jan 16:43
02b797f
Compare
Choose a tag to compare
Pre-release

Major Changes

  • #5842 c4b0cb8bf Thanks @natemoo-re! - Breaking Change: client assets are built to an _astro directory in the build output directory. Previously these were built to various locations, including assets/, chunks/ and the root of build output.

    You can control this location with the new build configuration option named assets.

  • #5806 7572f7402 Thanks @matthewp! - Make astro a peerDependency of integrations

    This marks astro as a peerDependency of several packages that are already getting major version bumps. This is so we can more properly track the dependency between them and what version of Astro they are being used with.

Patch Changes

@astrojs/mdx@1.0.0-beta.2

12 Jan 16:43
02b797f
Compare
Choose a tag to compare
Pre-release

Major Changes

  • #5825 52209ca2a Thanks @bholmesdev! - Baseline the experimental contentCollections flag. You're free to remove this from your astro config!

    import { defineConfig } from 'astro/config';
    
    export default defineConfig({
    - experimental: { contentCollections: true }
    })

Minor Changes

Patch Changes

@astrojs/markdown-remark@2.0.0-beta.2

12 Jan 16:43
02b797f
Compare
Choose a tag to compare
Pre-release

Major Changes

  • #5785 16107b6a1 Thanks @delucis! - Drop support for legacy Astro-flavored Markdown

  • #5825 52209ca2a Thanks @bholmesdev! - Baseline the experimental contentCollections flag. You're free to remove this from your astro config!

    import { defineConfig } from 'astro/config';
    
    export default defineConfig({
    - experimental: { contentCollections: true }
    })
    
  • #5806 7572f7402 Thanks @matthewp! - Make astro a peerDependency of integrations

    This marks astro as a peerDependency of several packages that are already getting major version bumps. This is so we can more properly track the dependency between them and what version of Astro they are being used with.

Patch Changes

@astrojs/lit@1.0.2-beta.0

12 Jan 16:43
02b797f
Compare
Choose a tag to compare
Pre-release

Patch Changes

@astrojs/image@1.0.0-beta.2

12 Jan 16:43
02b797f
Compare
Choose a tag to compare
Pre-release

Major Changes

  • #5842 c4b0cb8bf Thanks @natemoo-re! - Breaking Change: client assets are built to an _astro directory in the build output directory. Previously these were built to various locations, including assets/, chunks/ and the root of build output.

    You can control this location with the new build configuration option named assets.

Minor Changes

  • #5806 7572f7402 Thanks @matthewp! - Make astro a peerDependency of integrations

    This marks astro as a peerDependency of several packages that are already getting major version bumps. This is so we can more properly track the dependency between them and what version of Astro they are being used with.

Patch Changes

@astrojs/deno@4.0.0-beta.2

12 Jan 16:43
02b797f
Compare
Choose a tag to compare
Pre-release

Major Changes

  • #5842 c4b0cb8bf Thanks @natemoo-re! - Breaking Change: client assets are built to an _astro directory in the build output directory. Previously these were built to various locations, including assets/, chunks/ and the root of build output.

    You can control this location with the new build configuration option named assets.

  • #5806 7572f7402 Thanks @matthewp! - Make astro a peerDependency of integrations

    This marks astro as a peerDependency of several packages that are already getting major version bumps. This is so we can more properly track the dependency between them and what version of Astro they are being used with.

Patch Changes