v2.20.3
- Fix MSDF anti-aliasing derived from UV magnification, not field gradient by @willeastcott in #8990
- Add public app getter to ResourceHandler, mark _app protected by @mvaligursky in #8991
- Document IndexBuffer storage can be ArrayBuffer or typed array by @mvaligursky in #8988
- Exclude @ignore typedefs from generated API docs by @mvaligursky in #8989
Full Changelog: https://github.com/playcanvas/engine/compare/v2.20.2...v2.20.3
@astrojs/rss@4.0.19
- #17209
fbcfa03Thanks @matthewp! - Hardens RSS feed generation by escaping thesourceandenclosureitem fields. These fields are now serialized as structured XML values, ensuring that special characters in values likesource.titleandenclosure.typeare always treated as text rather than markup, consistent with how other feed fields are handled.
create-astro@5.2.1
- #17205
e37dfe2Thanks @astrobot-houston! - Fixes dependency installation when creating Astro projects with pnpm 11+
astro@7.0.4
-
#17212
7ba0bb1Thanks @matthewp! - Ensures transition directive values are HTML-escaped when rendered on hydrated islands -
#17224
dc5e52fThanks @astrobot-houston! - Fixes trailing slash handling for dynamic file endpoints in dev mode. Dynamic file endpoints (e.g.,src/pages/api/[name].json.ts) withtrailingSlash: "always"incorrectly required a trailing slash in dev mode, returning 404 for/api/bar.jsonand 200 for/api/bar.json/. -
#17067
23f9446Thanks @fkatsuhiro! - Fixed a bug where the development toolbar did not output a warning even though the implicit ARIA role and the manually specified role were duplicated. -
#17234
d5fbee8Thanks @ocavue! - Adds support forsharpv0.35. pnpm users no longer need to approvesharp's build script (seeallowBuilds) when on v0.35. -
#17223
5970ef4Thanks @astrobot-houston! - FixesgetCollection()returning empty in dev mode for large content collections (500k+ entries) -
#17184
799e5cdThanks @Princesseuh! - Upgrades the Rust compiler to the latest, which fixes some bugs. Refer to its changelog for more information. -
#17208
da8b573Thanks @matthewp! - Hardens forwarded header handling so the internal request helper validatesX-Forwarded-Hostagainstsecurity.allowedDomainsbefore trustingX-Forwarded-ForforclientAddress. Previously it only checked that the header was present, which was inconsistent with the publiccreateRequesthelper. This aligns both code paths; behavior is unchanged for correctly configured proxies.
@astrojs/cloudflare@14.0.2
-
#17049
ffceaa2Thanks @astrobot-houston! - Fixes prerender errors being silently swallowed when pages throw during rendering in workerd, causingastro buildto exit 0 and emit truncated HTML. The response body is now fully buffered inside workerd before being sent back to the build process, so streaming errors are caught and surfaced as build failures with clear error messages. -
Updated dependencies []:
- @astrojs/underscore-redirects@1.0.3
v53.3.0
34fdca42f73e7dd30d94db31058c28662dbb9212– Support AI SDK v7 chat helper types.
Full changelog: v53.2.4...v53.3.0
v0.35.3-rc.2
-
Tighten verification of
textdimensions, TIFF tile dimensions andextendvalues. -
Improve code bundler support by resolving path to libvips binary.
-
Increase default concurrency when use of
MALLOC_ARENA_MAXis detected. -
Emit warning about binaries provided by Electron for use on Linux.
-
Add
hasAlphaproperty to outputinfo. #4500 -
TypeScript: Return more precise
Buffer<ArrayBuffer>fromtoBuffer. #4520 @Andarist -
Bound
clahewidth and height to avoid signed overflow. #4551 @metsw24-max -
Bound
trimmargin to avoid signed overflow. #4552 @metsw24-max -
Reject infinite values when validating numbers. #4553 @metsw24-max
-
Bound extract region to libvips coordinate limit. #4555 @metsw24-max
-
Verify background colour values are numbers. #4556 @metsw24-max
-
Bound create and raw input dimensions to coordinate limit. #4558 @metsw24-max
-
Tighten recomb and affine matrix verification. #4560 @chatman-media
-
Verify cache memory limit to avoid overflow. #4561 @metsw24-max
create-vite@9.1.1
Please refer to CHANGELOG.md for details.