Skip to content

Releases: withastro/astro

@astrojs/[email protected]

27 Nov 14:36
218267c
Compare
Choose a tag to compare
Pre-release

Major Changes

Minor Changes

@astrojs/[email protected]

27 Nov 14:36
218267c
Compare
Choose a tag to compare
Pre-release

Minor Changes

Patch Changes

@astrojs/[email protected]

27 Nov 14:37
218267c
Compare
Choose a tag to compare
Pre-release

Patch Changes

@astrojs/[email protected]

27 Nov 14:36
218267c
Compare
Choose a tag to compare
Pre-release

Minor Changes

Patch Changes

[email protected]

26 Nov 09:05
36d8d92
Compare
Choose a tag to compare

Patch Changes

[email protected]

26 Nov 11:40
a2f90ce
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Minor Changes

  • #12510 14feaf3 Thanks @bholmesdev! - Changes the generated URL query param from _astroAction to _action when submitting a form using Actions. This avoids leaking the framework name into the URL bar, which may be considered a security issue.

Patch Changes

@astrojs/[email protected]

26 Nov 11:40
a2f90ce
Compare
Choose a tag to compare
Pre-release

Minor Changes

  • #12510 14feaf3 Thanks @bholmesdev! - Changes the generated URL query param from _astroAction to _action when submitting a form using Actions. This avoids leaking the framework name into the URL bar, which may be considered a security issue.

@astrojs/[email protected]

26 Nov 11:40
a2f90ce
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • #12533 1b61fdf Thanks @ematipico! - Fixes a case where the MDX renderer couldn't be loaded when used as a direct dependency of an Astro integration.

[email protected]

21 Nov 14:49
3bed805
Compare
Choose a tag to compare

Patch Changes

  • #12480 c3b7e7c Thanks @matthewp! - Removes the default throw behavior in astro:env

  • #12444 28dd3ce Thanks @ematipico! - Fixes an issue where a server island hydration script might fail case the island ID misses from the DOM.

  • #12476 80a9a52 Thanks @florian-lefebvre! - Fixes a case where the Content Layer glob() loader would not update when renaming or deleting an entry

  • #12418 25baa4e Thanks @oliverlynch! - Fix cached image redownloading if it is the first asset

  • #12477 46f6b38 Thanks @ematipico! - Fixes an issue where the SSR build was emitting the dist/server/entry.mjs file with an incorrect import at the top of the file/

  • #12365 a23985b Thanks @apatel369! - Fixes an issue where Astro.currentLocale was not correctly returning the locale for 404 and 500 pages.

@astrojs/[email protected]

21 Nov 14:49
3bed805
Compare
Choose a tag to compare

Patch Changes

  • #12481 8a46e80 Thanks @marbrex! - Resolve vite peer dependency problem for strict package managers like Yarn in PnP mode.