Releases: withastro/astro
@astrojs/[email protected]
@astrojs/[email protected]
@astrojs/[email protected]
Patch Changes
- Updated dependencies [
827093e
]:- @astrojs/[email protected]
@astrojs/[email protected]
Minor Changes
Patch Changes
- Updated dependencies [
827093e
]:- @astrojs/[email protected]
- @astrojs/[email protected]
[email protected]
Patch Changes
- #12498
b140a3f
Thanks @ematipico! - Fixes a regression where Astro was trying to accessRequest.headers
[email protected]
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
-
#12522
33b0e30
Thanks @ascorbic! - Fixes a bug where content config was ignored if it was outside of content dir and has a parent dir with an underscore -
#12516
cb9322c
Thanks @stramel! - Handle multiple root nodes on SVG files -
#12511
d023682
Thanks @stramel! - Fix SVG Component sprite references -
#12498
b140a3f
Thanks @ematipico! - Fixes a regression where Astro was trying to accessRequest.headers
@astrojs/[email protected]
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]
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]
Patch Changes
-
#12480
c3b7e7c
Thanks @matthewp! - Removes the default throw behavior inastro: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 Layerglob()
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 thedist/server/entry.mjs
file with an incorrect import at the top of the file/ -
#12365
a23985b
Thanks @apatel369! - Fixes an issue whereAstro.currentLocale
was not correctly returning the locale for 404 and 500 pages.