2 hours ago
socket.io

socket.io-parser@3.3.6

Bug Fixes

  • reject binary packets with zero attachments (9c6323e)
3 hours ago
Babylon.js

9.17.0

Addons

Core

  • Preserve antialiased edges when writing depth - [Bug Fix] by VicenteCartas (#18696)
  • refactor(splats): Expose safe-orbit camera limits on Gaussian Splatting meshes - by raymondyfei (#18685)

GUI

  • fix(gui): InputText paste replaces highlighted selection - by RaananW (#18694)

Inspector

  • Inspector v2: Allow FBX files in Project Authoring asset add/swap - by PatrickRyanMS (#18698)

Loaders

  • refactor(splats): Expose safe-orbit camera limits on Gaussian Splatting meshes - by raymondyfei (#18685)
  • fix(loaders): retry deferred GaussianSplattingStream LOD switch after cooldown expires - by raymondyfei (#18693)
3 hours ago
vite

v8.1.5

Please refer to CHANGELOG.md for details.

3 hours ago
vite

plugin-legacy@8.2.1

Please refer to CHANGELOG.md for details.

5 hours ago
quasar

quasar-v2.21.4

Changes

  • fix(ui): table pagination range labels for LTR languages (#18378)

Donations

Quasar Framework is an open-source MIT-licensed project made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider the following:

6 hours ago
formatjs

formatjs_icu_messageformat_parser: 0.2.6

0.2.6 (2026-07-16)

What's Changed

New Contributors

Full Changelog: https://github.com/formatjs/formatjs/compare/formatjs_icu_messageformat_parser_v0.2.5...formatjs_icu_messageformat_parser_v0.2.6

6 hours ago
formatjs

vue-intl: 7.2.14

7.2.14 (2026-07-16)

What's Changed

New Contributors

Full Changelog: https://github.com/formatjs/formatjs/compare/vue-intl@7.2.13...vue-intl@7.2.14

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @formatjs/icu-messageformat-parser bumped to 3.5.15
      • @formatjs/intl bumped to 4.1.17
6 hours ago
formatjs

formatjs_cli: 1.1.20

1.1.20 (2026-07-16)

What's Changed

New Contributors

Full Changelog: https://github.com/formatjs/formatjs/compare/formatjs_cli_v1.1.19...formatjs_cli_v1.1.20

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • formatjs_icu_messageformat_parser bumped from 0.2.5 to 0.2.6

Binaries

  • macOS Apple Silicon: formatjs_cli-darwin-arm64
  • Linux ARM64: formatjs_cli-linux-arm64
  • Linux x86_64: formatjs_cli-linux-x64
  • Windows x64: formatjs_cli-win32-x64.exe

Installation

# macOS (Apple Silicon)
curl -LO https://github.com/formatjs/formatjs/releases/download/formatjs_cli_v1.1.20/formatjs_cli-darwin-arm64
chmod +x formatjs_cli-darwin-arm64
sudo mv formatjs_cli-darwin-arm64 /usr/local/bin/formatjs

# Linux
curl -LO https://github.com/formatjs/formatjs/releases/download/formatjs_cli_v1.1.20/formatjs_cli-linux-x64
chmod +x formatjs_cli-linux-x64
sudo mv formatjs_cli-linux-x64 /usr/local/bin/formatjs

# Linux ARM64
curl -LO https://github.com/formatjs/formatjs/releases/download/formatjs_cli_v1.1.20/formatjs_cli-linux-arm64
chmod +x formatjs_cli-linux-arm64
sudo mv formatjs_cli-linux-arm64 /usr/local/bin/formatjs
# Windows x64 (PowerShell)
curl.exe -LO https://github.com/formatjs/formatjs/releases/download/formatjs_cli_v1.1.20/formatjs_cli-win32-x64.exe

Verification

Verify the checksums:

curl -LO https://github.com/formatjs/formatjs/releases/download/formatjs_cli_v1.1.20/checksums.txt
shasum -a 256 -c checksums.txt
6 hours ago
formatjs

react-intl: 10.1.17

10.1.17 (2026-07-16)

What's Changed

New Contributors

Full Changelog: https://github.com/formatjs/formatjs/compare/react-intl@10.1.16...react-intl@10.1.17

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @formatjs/icu-messageformat-parser bumped to 3.5.15
      • @formatjs/intl bumped to 4.1.17
      • intl-messageformat bumped to 11.2.12