1 hours ago
ionic-framework

v8.8.16

8.8.16 (2026-07-29)

Bug Fixes

  • angular: guard transition against destroyed router outlet (#31297) (fdef61c), closes #31296
  • modal: keep focus on dialog for cycle sheet modals (#31293) (b4b2603)
  • select: prevent floating label and placeholder from overlapping when focused (#31276) (e987009), closes #30401
1 hours ago
Babylon.js

9.18.2

Core

  • 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)

GUI

  • build: update dependencies and clear npm audit findings - by RaananW (#18744)

Inspector

  • build: update dependencies and clear npm audit findings - by RaananW (#18744)

Loaders

  • build: update dependencies and clear npm audit findings - by RaananW (#18744)

Lottie Player

  • Replace the Lottie player's sprite atlas with a stencil-then-cover vector renderer - by VicenteCartas (#18743)

Playground

  • build: update dependencies and clear npm audit findings - by RaananW (#18744)

Serializers

  • build: update dependencies and clear npm audit findings - by RaananW (#18744)

Smart Filters

  • build: update dependencies and clear npm audit findings - by RaananW (#18744)

Viewer

  • build: update dependencies and clear npm audit findings - by RaananW (#18744)
2 hours ago
router

Release 2026-07-29 20:18

Release 2026-07-29 20:18

Changes

Fix

  • 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

Chore

  • migrate to typescript 7 (#7887) (88f366ab8e) by @schiller-manuel
  • add React Start basic Rsbuild example (#7729) (21a8597952) by @SyMind

Packages

  • @tanstack/react-start@1.168.33
  • @tanstack/react-start-rsc@0.1.32
2 hours ago
router

@tanstack/react-start@1.168.33

Patch Changes

  • Updated dependencies [fc83c03]:
    • @tanstack/react-start-rsc@0.1.32
2 hours ago
router

@tanstack/react-start-rsc@0.1.32

Patch Changes

  • #7900 fc83c03 - Raise the @vitejs/plugin-rsc peer range to >=0.5.30. Versions in 0.5.20 - 0.5.29 suppress client HMR for a route component co-located with a createServerFn, fixed upstream in @vitejs/plugin-rsc@0.5.30.
4 hours ago
opensheetmusicdisplay

2.1.1 - OSMD Braille Release

See the Changelog:

2.1.1 (2026-07-29)

Bug Fixes

  • Slurs: Fix NaN slur curve (invalid SVG path) when a note has both a slur start and an orphan slur stop (45ece8f)

Features

  • Braille: OSMD Music Braille output: Full Music Braille implementation, facsimile mode, lyrics, bar-over-bar, ensemble format, documentation (src/Plugins/Braille/README.md, UserGuide.md), etc (#1701) (PR #1702) (967beca)
7 hours ago
react-grid-layout

v2.2.4

🧪 Tests

  • round measured container width to whole pixels (#2271) - #2272 by @STRML
  • pass the native event to resize callbacks (#2264) - #2274 by @STRML
  • measure the content box in useContainerWidth's measureWidth - #2273 by @STRML

🔧 Internal Changes

  • measure the content box in useContainerWidth's measureWidth - #2273 by @STRML
7 hours ago
calendar

v5.11.1

July 29, 2026

  • Fixed a TypeError when resizing events in dayGrid views and in the all-day slot (656)
  • Fixed incorrect date calculation when resizing events in dayGrid views, in the all-day slot and in the popup (658)

Special thanks to the following sponsors of EventСalendar:

@ekwi-tech @syncsynchalt @aurawindsurfing

8 hours ago
astro

astro@7.1.6

Patch Changes

  • #17536 ff97b86 Thanks @dmgawel! - Fixes concurrent static builds failing to generate i18n rewrite fallbacks for dynamic routes

  • #17383 296e1b0 Thanks @thelazylamaGit! - Fixes stale dev CSS after editing component style blocks and CSS files in dev

  • #17543 bbc1ec9 Thanks @ematipico! - Adds a feature to experimental.collectionStorage that 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 5214663 Thanks @ematipico! - Bumps the Astro compiler to the latest version. Changelog.

8 hours ago
astro

@astrojs/cloudflare@14.1.7

Patch Changes

  • #17543 bbc1ec9 Thanks @ematipico! - Fixes a bug where Cloudflare couldn't load chunked collections via experimental.collectionStorage: 'chunked'.

  • Updated dependencies []:

    • @astrojs/underscore-redirects@1.0.3