9.18.2
- build: update dependencies and clear npm audit findings - by RaananW (#18744)
- Fix pure engine disposal without loading screen registration - [Bug Fix] by RaananW (#18747)
- fix(AudioV2): spatialize MediaStream/WebRTC sound sources out of the box - by RaananW (#18745)
- Fix .babylonproj transform node duplication - [Bug Fix] by georginahalpern (#18742)
- Replace the Lottie player's sprite atlas with a stencil-then-cover vector renderer - by VicenteCartas (#18743)
Release 2026-07-29 20:18
Release 2026-07-29 20:18
- start: skip errored Rspack modules during import protection (#7685) (f04ddc61e7) by @SyMind
- react-start-rsc: require @vitejs/plugin-rsc >=0.5.30 for route component HMR (#7900) (fc83c0383f) by @sreetamdas
- migrate to typescript 7 (#7887) (88f366ab8e) by @schiller-manuel
- add React Start basic Rsbuild example (#7729) (21a8597952) by @SyMind
- @tanstack/react-start@1.168.33
- @tanstack/react-start-rsc@0.1.32
@tanstack/react-start@1.168.33
- Updated dependencies [
fc83c03]:- @tanstack/react-start-rsc@0.1.32
2.1.1 - OSMD Braille Release
v5.11.1
July 29, 2026
- Fixed a
TypeErrorwhen resizing events indayGridviews and in the all-day slot (656) - Fixed incorrect date calculation when resizing events in
dayGridviews, in the all-day slot and in the popup (658)
Special thanks to the following sponsors of EventСalendar:
@ekwi-tech @syncsynchalt @aurawindsurfing
astro@7.1.6
-
#17536
ff97b86Thanks @dmgawel! - Fixes concurrent static builds failing to generate i18n rewrite fallbacks for dynamic routes -
#17383
296e1b0Thanks @thelazylamaGit! - Fixes stale dev CSS after editing component style blocks and CSS files in dev -
#17543
bbc1ec9Thanks @ematipico! - Adds a feature toexperimental.collectionStoragethat allows to change the size of chunks.For example, you can reduce the size of chunks to 1MB:
// astro.config.mjs import { defineConfig } from 'astro/config'; export default defineConfig({ experimental: { collectionStorage: { type: 'chunked', chunkSize: 1024 * 1024, }, }, });
-
#17545
5214663Thanks @ematipico! - Bumps the Astro compiler to the latest version. Changelog.
@astrojs/cloudflare@14.1.7
-
#17543
bbc1ec9Thanks @ematipico! - Fixes a bug where Cloudflare couldn't load chunked collections viaexperimental.collectionStorage: 'chunked'. -
Updated dependencies []:
- @astrojs/underscore-redirects@1.0.3