2 hours ago
Babylon.js

9.20.0

Core

  • Reuse graphics bindings and disable raw camera access - by RaananW (#18773)
  • Fix the per-eye clear wiping drawn frames, plus upright rendering and half-Z NDC - by RaananW (#18688)
  • Fix RawCubeTexture invertY crash on WebGPU - [Bug Fix] by Popov72 (#18767)

Loaders

  • Fix: respect camera layerMask in the transmission opaque texture - by RaananW (#18766)
3 hours ago
tdesign-miniprogram

tdesign-miniprogram@1.16.0

🌈 1.16.0 2026-08-06

🚀 Features

  • ChatRecord: 新增语音输入组件 @zydemail (#4474)
  • ChatSender: 新增 allowSpeech 属性,表示是否允许语音输入 @zydemail (#4474)
  • Form:
    • 适配 skyline 渲染引擎 @anlyyao (#4583)
    • 统一组件关系类型为 ancestor/descendant 以支持复合嵌套场景 @anlyyao (#4589)
  • Cell: 统一组件关系类型为 ancestor/descendant 以支持复合嵌套场景 @anlyyao (#4589)
  • DropdownMenu: 统一组件关系类型为 ancestor/descendant 以支持复合嵌套场景 @anlyyao (#4589)
  • Indexes: 统一组件关系类型为 ancestor/descendant 以支持复合嵌套场景 @anlyyao (#4589)
  • Layout: 统一组件关系类型为 ancestor/descendant 以支持复合嵌套场景 @anlyyao (#4589)
  • Picker: 统一组件关系类型为 ancestor/descendant 以支持复合嵌套场景 @anlyyao (#4589)
  • SideBar: 统一组件关系类型为 ancestor/descendant 以支持复合嵌套场景 @anlyyao (#4589)
  • Steps: 统一组件关系类型为 ancestor/descendant 以支持复合嵌套场景 @anlyyao (#4589)
  • Swiper: 统一组件关系类型为 ancestor/descendant 以支持复合嵌套场景 @anlyyao (#4589)

🐞 Bug Fixes

  • Upload: 修复使用 add-content 插槽时,该区域内容重复 @anlyyao (#4568)
5 hours ago
OrgChart

6.0.0

Starting from v6.0.0, orgchart has been rewritten in native JavaScript and no longer depends on jQuery.

orgchart

5 hours ago
modern.js

v3.8.0

What's Changed

New Features 🎉

  • feat: bundle version-matched docs into @modern-js/app-tools and generate AGENTS.md / CLAUDE.md pointing at them, so AI coding agents read docs matching the installed version in https://github.com/web-infra-dev/modern.js/pull/8781
  • feat: agent knowledge supply — bundle version-matched English docs into the app-tools tarball (docs/) on publish, and generate AGENTS.md / CLAUDE.md in new projects created by @modern-js/create (skip with --no-agents-md). Existing projects can run npx @modern-js/create --agents-md-only to add or idempotently refresh these files after an upgrade (managed marker block is updated in place, user content is preserved). Also fixes boolean flags swallowing the following positional argument (e.g. create --sub my-app). in https://github.com/web-infra-dev/modern.js/pull/8781
  • feat: support configuring the Mock directory through dev.mockDir in https://github.com/web-infra-dev/modern.js/pull/8780

Bug Fixes 🐞

Other Changes ✨

更新内容

新特性 🎉

  • feat: 随包分发与安装版本一致的文档,并生成指向它的 AGENTS.md / CLAUDE.md,让 AI 编码助手读到与所装版本匹配的文档, 详情可查看 https://github.com/web-infra-dev/modern.js/pull/8781
  • feat: Agent 知识供给 —— 发布时将版本匹配的英文文档打进 app-tools tarball(docs/),并在 @modern-js/create 新建项目时默认生成 AGENTS.md / CLAUDE.md--no-agents-md 可跳过)。已有项目可运行 npx @modern-js/create --agents-md-only 在升级后补齐或幂等更新这两个文件(就地更新托管标记块,保留用户自定义内容)。同时修复布尔参数吞掉后续位置参数的问题(如 create --sub my-app)。, 详情可查看 https://github.com/web-infra-dev/modern.js/pull/8781
  • feat: 支持通过 dev.mockDir 配置 Mock 目录, 详情可查看 https://github.com/web-infra-dev/modern.js/pull/8780

Bug 修复 🐞

其他变更 ✨

6 hours ago
tdesign-miniprogram

@tdesign/uniapp-chat@0.3.0

🌈 0.3.0 2026-08-06

🚀 Features

  • ChatRecord: 新增语音输入组件 @zydemail (#4474)
  • ChatSender: 新增 allowSpeech 属性,表示是否允许语音输入 @zydemail (#4474)

🐞 Bug Fixes

  • ChatMarkdown: 修复 App 下粗体样式无法显示的问题 @novlan1 (#4578)
6 hours ago
tdesign-miniprogram

@tdesign/uniapp@0.10.3

🌈 0.10.3 2026-08-06

🚀 Features

  • Form: 支持嵌套 name @novlan1 (#4578)
  • Navbar: 优化 right 插槽在多端的对齐与定位表现,H5/App 端不再预留胶囊按钮宽度 @novlan1 (#4578)

🐞 Bug Fixes

  • Form: 修复 FormRule.required 为 true 时,requiredMark 属性无效问题 @anlyyao (#4555)
  • SwiperCell: 修复缓慢拖动时的抖动问题 @novlan1 (#4578)
7 hours ago
hls.js

v1.7.0-rc.3

Summary

HLS.js v1.7.0-rc.3 includes bug fixes and improvements over the last pre-release.

Changes Since The Last Release

https://github.com/video-dev/hls.js/compare/v1.7.0-rc.2...v1.7.0-rc.3

  • Update README supported features (#7953) @robwalch
  • Defer playlist reload while network is offline (#7926)
  • Fix "discontinuity sequence mismatch" for fragment hint with no parts (#7964)
  • Prevent loop loading for SourceBuffer mismatch append errors (#7965)
  • Fixed v1.7 dev regressions:
    • Fix key-status internal-error handling (#7963)
    • Fix MPEGTS Sample-AES decryption (#7959)
  • Migrate CI to Sauce Connect 5 (#7957) @itsjamie
  • Improve CEA-608 performance for low powered devices (#7949)
  • Improve tsdemuxer performance (#7955)
  • Improve mp4 box parsing performance (#7956)

Previous 1.7 Release Notes

A complete list of 1.6 to 1.7 changes will be included in the v1.7.0 release. For now, please consult the earlier pre-release notes:

https://github.com/video-dev/hls.js/releases/tag/v1.7.0-rc.2 https://github.com/video-dev/hls.js/releases/tag/v1.7.0-rc.1 https://github.com/video-dev/hls.js/releases/tag/v1.7.0-beta.2 https://github.com/video-dev/hls.js/releases/tag/v1.7.0-beta.1

Demo Page

https://7d50c871.hls-js-dev.pages.dev/demo/

API and Breaking Changes

No public exports were removed and no runtime behavior changes are required to upgrade from v1.6 to v1.7. A list of changes impacting TypeScript consumers have been added to the migration guide: https://github.com/video-dev/hls.js/blob/v1.7.0-rc.3/MIGRATING.md#migrating-from-hlsjs-16-to-17

Feedback

Please provide feedback via Issues in GitHub. For more details on how to contribute to HLS.js, see our CONTRIBUTING guide.

8 hours ago
formatjs

formatjs_intl: 0.1.1

0.1.1 (2026-08-06)

What's Changed

New Contributors

Full Changelog: https://github.com/formatjs/formatjs/compare/formatjs_intl_v0.1.0...formatjs_intl_v0.1.1

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • formatjs_icu_messageformat bumped from 0.1.0 to 0.1.1
      • formatjs_intl_macros bumped from 0.1.0 to 0.1.1
8 hours ago
formatjs

formatjs_intl_macros: 0.1.1

0.1.1 (2026-08-06)

What's Changed

New Contributors

Full Changelog: https://github.com/formatjs/formatjs/compare/formatjs_intl_macros_v0.1.0...formatjs_intl_macros_v0.1.1

8 hours ago
formatjs

formatjs_icu_messageformat: 0.1.1

0.1.1 (2026-08-06)

What's Changed

New Contributors

Full Changelog: https://github.com/formatjs/formatjs/compare/formatjs_icu_messageformat_v0.1.0...formatjs_icu_messageformat_v0.1.1