FRONTEND
Astro v6.4.4
RESUMEN
Patch Changes - #16926 `1b39ae8` Thanks @narendraio! - Prevents `App.match()` from throwing on request paths that contain an
Descripción Detallada
Patch Changes - #16926 `1b39ae8` Thanks @narendraio! - Prevents `App.match()` from throwing on request paths that contain an invalid percent-sequence. - #16924 `2c0bc94` Thanks @astrobot-houston! - Fixes an issue where editing a client-side component (e.g. with `client:idle`, `client:load`, etc.) caused an unnecessary full program reload of the backend during development. - #16958 `2c1d50f` Thanks @fkatsuhiro! - Fixes a bug where static file endpoints using `getStaticPaths` with `.html` in dynamic param values (e.g. `{ path: 'file.html' }`) would fail with a `NoMatchingStaticPathFound` error during build. The `.html` suffix is no longer incorrectly stripped from endpoint route pathnames. - #16855 `c610cda` Thanks @astrobot-houston! - Fixes dynamic routes returning 500 "TypeError: Missing p
Explicación con IA
Genera un resumen en lenguaje claro de los cambios de este release.
Releases Relacionados
FRONTEND
Astro v14.1.5
### Patch Changes - [#17376](https://github.com/withastro/astro/pull/17376) [`0216368`](https://github.com/withastro/astro/commit/0216368c621dd033223ca91d670801fe423d631d) Thanks [@astrobot-houston](https://github.com/astrobot-houston)! - Fixes a bug where an explicit `cache: { enabled: false }`
FRONTEND
Astro v7.1.4
### Patch Changes - [#17488](https://github.com/withastro/astro/pull/17488) [`d4f266d`](https://github.com/withastro/astro/commit/d4f266de4af009876baa554708705e5ac36572bb) Thanks [@emerson-d-lopes](https://github.com/emerson-d-lopes)! - Fixes duplicate CSS files being emitted in server output whe