FRONTEND
Astro v6.3.8
RESUMEN
Patch Changes - #16830 `f2bf3cb` Thanks @matthewp! - Fixes 404s for dynamically imported JS chunks when using an adapter with `
Descripción Detallada
Patch Changes - #16830 `f2bf3cb` Thanks @matthewp! - Fixes 404s for dynamically imported JS chunks when using an adapter with `assetQueryParams` (e.g. Vercel skew protection) - #16831 `ace96ba` Thanks @astrobot-houston! - Fixes a misleading `GetStaticPathsRequired` error when a redirect is configured from a dynamic route to a static (or less-dynamic) destination. For example, `'/project/[slug]': '/'` previously produced a confusing error pointing at `index.astro`. Astro now detects the parameter mismatch at config validation time and throws a clear `InvalidRedirectDestination` error naming the missing parameters. - #16702 `b7d1758` Thanks @matthewp! - Fixes scoped styles from `.astro` components being dropped when rendered inside MDX content (`` from `render(entry)`) passed through a named slot using ``. The Fragment component now eagerly evaluates its slot contents to ensure propagating components register their styles before head conte
Explicación con IA
Genera un resumen en lenguaje claro de los cambios de este release.
Releases Relacionados
FRONTEND
Astro v7.0.13
### Patch Changes - [#17018](https://github.com/withastro/astro/pull/17018) [`1310277`](https://github.com/withastro/astro/commit/1310277db33cd93aa99e87492650c633af0fe257) Thanks [@matthewp](https://github.com/matthewp)! - Hardens `remotePatterns` regex generation to match canonical wildcard sema
FRONTEND
Astro v6.4.6
### Patch Changes - [#16765](https://github.com/withastro/astro/pull/16765) [`b10e86e`](https://github.com/withastro/astro/commit/b10e86e6dbaf04678127c86366befc0b78a164f6) Thanks [@fkatsuhiro](https://github.com/fkatsuhiro)! - Fixes an issue where renaming an image file while the dev server is ru