Skip to content

Releases: withastro/astro

@astrojs/[email protected]

11 Aug 15:17
40efae6
Compare
Choose a tag to compare
Pre-release

Patch Changes

@astrojs/[email protected]

11 Aug 15:17
40efae6
Compare
Choose a tag to compare
Pre-release

Major Changes

  • #7924 519a1c4e8 Thanks @matthewp! - New include and exclude config options

    The Solid integration now has new include and exclude config options. Use these if you want to use Solid alongside another JSX framework; include specifies files to be compiled for Solid and exclude does the opposite.

@astrojs/[email protected]

11 Aug 15:17
40efae6
Compare
Choose a tag to compare
Pre-release

Major Changes

  • #7924 519a1c4e8 Thanks @matthewp! - Support for React Refresh

    The React integration now fully supports React Refresh and is backed by @vitejs/plugin-react.

    Also included in this change are new include and exclude config options. Use these if you want to use React alongside another JSX framework; include specifies files to be compiled for React and exclude does the opposite.

@astrojs/[email protected]

11 Aug 15:17
40efae6
Compare
Choose a tag to compare
Pre-release

Major Changes

  • #7924 519a1c4e8 Thanks @matthewp! - New include and exclude config options

    The Preact integration now has new include and exclude config options. Use these if you want to use Preact alongside another JSX framework; include specifies files to be compiled for Preact and exclude does the opposite.

@astrojs/[email protected]

11 Aug 15:17
40efae6
Compare
Choose a tag to compare
Pre-release

Major Changes

  • #8029 2ee418e06 Thanks @matthewp! - Remove the Netlify Edge adapter

    @astrojs/netlify/functions now supports Edge middleware, so a separate adapter for Edge itself (deploying your entire app to the edge) is no longer necessary. Please update your Astro config to reflect this change:

    // astro.config.mjs
    import { defineConfig } from 'astro/config';
    - import netlify from '@astrojs/netlify/edge';
    + import netlify from '@astrojs/netlify/functions';
    
    export default defineConfig({
     output: 'server',
     adapter: netlify({
    +    edgeMiddleware: true
     }),
    });

    This adapter had several known limitations and compatibility issues that prevented many people from using it in production. To reduce maintenance costs and because we have a better story with Serveless + Edge Middleware, we are removing the Edge adapter.

Patch Changes

@astrojs/[email protected]

11 Aug 15:17
40efae6
Compare
Choose a tag to compare
Pre-release

Minor Changes

Patch Changes

[email protected]

10 Aug 13:28
fc30b85
Compare
Choose a tag to compare

Patch Changes

  • #8011 5b1e39ef6 Thanks @bluwy! - Move hoisted script analysis optimization behind the experimental.optimizeHoistedScript option

@astrojs/[email protected]

10 Aug 13:28
fc30b85
Compare
Choose a tag to compare

Minor Changes

Patch Changes

[email protected]

09 Aug 20:34
9cb32e2
Compare
Choose a tag to compare

Patch Changes

[email protected]

09 Aug 20:33
9cb32e2
Compare
Choose a tag to compare

Patch Changes