6 hours ago
tdesign-miniprogram

tdesign-miniprogram@1.15.3

🌈 1.15.3 2026-07-09

🐞 Bug Fixes

  • Form: FormRule.required 为 true 时,requiredMark 属性无效 @anlyyao (#4555)
  • TabBar: HarmonyOS 的安全区域内边距 @Darley-Wey (#4304)
  • Upload: 修复列表布局中上传按钮文案错误(上传 -> Upload) @anlyyao (#4540)
9 hours ago
Babylon.js

9.16.0

Addons

  • fix(addons): render atmosphere PBR materials in their creation frame - by RaananW (#18670)

Core

  • Add an emitRateControl setter to GPUParticleSystem - by VicenteCartas (#18674)
  • Preserve particle texture settings when serializing by reference - by VicenteCartas (#18673)
  • Fix ParticleSystem.clone() / GPUParticleSystem.clone() changing the particle texture - [Bug Fix] by VicenteCartas (#18672)
  • fix: restore side-effect registrations dropped by the 9.15 pure/non-pure split - by RaananW (#18671)
  • fix(AudioV2): propagate live loopStart/loopEnd changes to playing static sounds - by RaananW (#18669)
  • WebGPU projection layer + render target provider - by RaananW (#18655)
  • fix(AudioV2): resume looping static sound from correct position with loopStart/loopEnd - by RaananW (#18661)
  • Fix lighting volume WGSL depth texture binding - by matthargett (#18658)
  • TC39 migration: flip experimentalDecorators to Stage 3 decorators (atomic) - by RaananW (#18647)
  • fix(core): shrink thin-engine bundle (remove fileTools force-link + thin-closure stubs) - by RaananW (#18656)
  • WebGPU-compatible XR session + XRGPUBinding plumbing - by RaananW (#18650)
  • WebGPU-XR Phase 0: decouple WebXR from WebGL with API-agnostic seams - by RaananW (#18645)

GUI

  • TC39 migration: flip experimentalDecorators to Stage 3 decorators (atomic) - by RaananW (#18647)

Inspector

  • Add support for loading .babylonproj files in Sandbox - [New Feature] by georginahalpern (#18666)
  • feat(inspector): expose PBR metallic texture channel mapping (glTF ORM) - by ryantrem (#18667)

Loaders

Materials

  • TC39 migration: flip experimentalDecorators to Stage 3 decorators (atomic) - by RaananW (#18647)

Node Editor

  • TC39 migration: flip experimentalDecorators to Stage 3 decorators (atomic) - by RaananW (#18647)

Node Geometry Editor

  • TC39 migration: flip experimentalDecorators to Stage 3 decorators (atomic) - by RaananW (#18647)

Node Particle Editor

  • TC39 migration: flip experimentalDecorators to Stage 3 decorators (atomic) - by RaananW (#18647)

Node Render Graph Editor

  • TC39 migration: flip experimentalDecorators to Stage 3 decorators (atomic) - by RaananW (#18647)

Playground

  • TC39 migration: flip experimentalDecorators to Stage 3 decorators (atomic) - by RaananW (#18647)

Sandbox

Serializers

  • TC39 migration: flip experimentalDecorators to Stage 3 decorators (atomic) - by RaananW (#18647)

Smart Filters

  • TC39 migration: flip experimentalDecorators to Stage 3 decorators (atomic) - by RaananW (#18647)

Viewer

  • TC39 migration: flip experimentalDecorators to Stage 3 decorators (atomic) - by RaananW (#18647)
  • Viewer: Treat OpenPBRMaterial as PBR for light setup - by MiiBond (#18622)
  • Upgrade Vite to 8.1.3 (Rolldown) for faster tool builds - by RaananW (#18649)
10 hours ago
modern.js

v3.6.0

What's Changed

New Features 🎉

Bug Fixes 🐞

Other Changes ✨

更新内容

新特性 🎉

Bug 修复 🐞

其他变更 ✨

11 hours ago
vite

plugin-legacy@8.2.0

Please refer to CHANGELOG.md for details.

11 hours ago
vite

v8.1.4

Please refer to CHANGELOG.md for details.

12 hours ago
cherry-markdown

cherry-markdown@0.11.5

Patch Changes

  • fix: avoid window.Cherry side effects in ESM bundles

拆分 full、core、stream 的 ESM 与 UMD/CDN 入口:ESM 产物不再挂载 window.Cherry,UMD/CDN 产物继续挂载并保持原 CDN 路径不变。 @RSS1102(#1789)(dfca358)

14 hours ago
formatjs

formatjs_cli: 1.1.19

1.1.19 (2026-07-09)

What's Changed

New Contributors

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

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • formatjs_icu_messageformat_parser bumped from 0.2.4 to 0.2.5
      • formatjs_icu_skeleton_parser bumped from 0.1.1 to 0.1.2

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.19/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.19/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.19/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.19/formatjs_cli-win32-x64.exe

Verification

Verify the checksums:

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

react-intl: 10.1.15

10.1.15 (2026-07-09)

What's Changed

New Contributors

Full Changelog: https://github.com/formatjs/formatjs/compare/react-intl@10.1.14...react-intl@10.1.15

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @formatjs/icu-messageformat-parser bumped to 3.5.13
      • @formatjs/intl bumped to 4.1.15
      • intl-messageformat bumped to 11.2.10
14 hours ago
formatjs

eslint-plugin-formatjs: 6.4.17

6.4.17 (2026-07-09)

What's Changed

New Contributors

Full Changelog: https://github.com/formatjs/formatjs/compare/eslint-plugin-formatjs@6.4.16...eslint-plugin-formatjs@6.4.17

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @formatjs/icu-messageformat-parser bumped to 3.5.13
      • @formatjs/ts-transformer bumped to 4.4.15
14 hours ago
formatjs

formatjs_icu_skeleton_parser: 0.1.2

0.1.2 (2026-07-09)

What's Changed

New Contributors

Full Changelog: https://github.com/formatjs/formatjs/compare/formatjs_icu_skeleton_parser_v0.1.1...formatjs_icu_skeleton_parser_v0.1.2