Skip to content

Releases: withastro/astro

@astrojs/react@6.0.0-beta.1

13 Jun 09:48
08b84d6

Choose a tag to compare

Pre-release

Patch Changes

@astrojs/preact@6.0.0-beta.1

13 Jun 09:49
08b84d6

Choose a tag to compare

Pre-release

Patch Changes

@astrojs/node@11.0.0-beta.1

13 Jun 09:48
08b84d6

Choose a tag to compare

Pre-release

Patch Changes

@astrojs/netlify@8.0.0-beta.1

13 Jun 09:48
08b84d6

Choose a tag to compare

Pre-release

Patch Changes

@astrojs/mdx@7.0.0-beta.2

13 Jun 09:48
08b84d6

Choose a tag to compare

Pre-release

Patch Changes

@astrojs/markdown-satteri@0.3.1-beta.1

13 Jun 09:48
08b84d6

Choose a tag to compare

Pre-release

Patch Changes

@astrojs/markdoc@2.0.0-beta.1

13 Jun 09:48
08b84d6

Choose a tag to compare

Pre-release

Patch Changes

@astrojs/cloudflare@14.0.0-beta.2

13 Jun 09:49
08b84d6

Choose a tag to compare

Pre-release

Patch Changes

@astrojs/alpinejs@1.0.0-beta.1

13 Jun 09:48
08b84d6

Choose a tag to compare

Pre-release

Patch Changes

astro@6.4.6

10 Jun 17:28
19ad1b4

Choose a tag to compare

Patch Changes

  • #16765 b10e86e Thanks @fkatsuhiro! - Fixes an issue where renaming an image file while the dev server is running triggers a build error. Now Astro correctly hot-reloads the image without crashing.

  • #17026 add3df1 Thanks @matthewp! - Hardens addAttribute to drop attribute names containing characters that are invalid per the HTML spec (", ', >, /, =, whitespace)

  • #17033 ffda27b Thanks @matthewp! - Validates the request origin against allowedDomains before fetching prerendered error pages. When allowedDomains is configured and the Host header matches, the original origin is used. Otherwise, the fetch falls back to localhost.