37 minutes ago
shaka-player

v4.15.60

4.15.60 (2026-09-11)

Bug Fixes

3 hours ago
tdesign-react

@tdesign-react/chat@1.1.0

🌈 1.1.0 2026-09-11

🚀 Features

  • 底层 Web Components 从 tdesign-web-components 迁移到 @tdesign/web-components-chat @LzhengH (#4381)
  • ChatEngine:
    • 新增生成式 UI,内置 json-render Catalog/Registry、自定义组件、Action 与数据绑定;支持通过 AG-UI Activity 流式渲染,并内置 A2UI v0.9 适配 @LzhengH (#4381)
    • 兼容最新版本的 AG-UI 协议 reasoning 相关字段 @LzhengH (#4381)
    • 支持 reasoning 与 markdown 内容的多重增量更新 @LzhengH (#4381)

🐞 Bug Fixes

  • ChatMarkdown: 修复引用块内列表缩进丢失导致样式重叠 @LzhengH (#4381)
  • ChatSender: 修复中文输入法拼音组合阶段按 Enter 误发送 @LzhengH (#4381)

🚀 Features

  • The underlying Web Components have been migrated from tdesign-web-components to @tdesign/web-components-chat @LzhengH (#4381)
  • ChatEngine:
    • A generative UI has been added, featuring built-in json-render Catalog/Registry, custom components, Action, and data binding; it supports stream rendering via AG-UI Activity, as well as compatibility with A2UI v0.9 @LzhengH (#4381)
    • Compatibility with the latest version of AG-UI’s protocol and its reasoning-related fields @LzhengH (#4381)
    • Support for multiple incremental updates of reasoning content and markdown content @LzhengH (#4381)

🐞 Bug Fixes

  • ChatMarkdown: Fixed an issue where indentation in lists within quoted blocks caused style overlaps @LzhengH (#4381)
  • ChatSender: Fixed a problem where pressing Enter during pinyin entry in Chinese input methods led to accidental messages being sent @LzhengH (#4381)
4 hours ago
vue-next

v3.6.0-rc.8

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

4 hours ago
core

v3.6.0-rc.8

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

7 hours ago
modern.js

v3.9.1

What's Changed

Bug Fixes 🐞

Other Changes ✨

Rsbuild Update 📦

更新内容

Bug 修复 🐞

其他变更 ✨

Rsbuild 更新 📦

9 hours ago
snapdom

v2.24.18

What's Changed

New Contributors

Full Changelog: https://github.com/zumerlab/snapdom/compare/v2.24.17...v2.24.18

11 hours ago
next.js

v16.4.0-canary.26

Misc Changes

  • Add in warning for workers around the fsevents bug: #98447
  • skill: add Partial Prefetching optimizer: #96471
  • bundle-analyzer: add table view to single-build analyzer: #93523
  • bundle-analyzer: add table view to compare mode: #93522
  • bundle-analyzer: add compare view with treemap diff: #93521
  • [testmode] Stop using deprecated url.parse: #98194
  • fix(next/image): don't share the requester's socket with the internal image response: #98168
  • Fix duplicate background revalidation for 'use cache': #98446
  • Turbopack: Deduplicate project options documentation: #98465
  • Report incompatible parallel route slots: #97430
  • Require canonical routes for interception routes: #97428
  • Error when app pages do not match any route: #97401
  • fix(turbopack): add get_relative_request_to for paths used as module requests: #98497
  • [ci] Cleanup orphaned next-stats-action: #98348
  • [scripts] Move scripts (and benchmarks) off of node-fetch: #98347
  • [test] Move fixtures off node-fetch: #98346
  • [test] Move the harness off node-fetch: #98195
  • fix(turbopack): resolve ../ and /-rooted import.meta.glob patterns: #96557

Credits

Huge thanks to @jimmyhmiller, @aurorascharff, @wbinnssmith, @eps1lon, @Amusac, @unstubbable, @bgw, @gnoff, and @sokra for helping!

13 hours ago
dockview

v8.3.1

What's Changed

Full Changelog: https://github.com/dockview/dockview/compare/v8.3.0...v8.3.1

14 hours ago
formatjs

formatjs_cli: 1.7.0

1.7.0 (2026-09-10)

What's Changed

Full Changelog: https://github.com/formatjs/formatjs/compare/formatjs_cli_v1.6.2...formatjs_cli_v1.7.0

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

Verification

Verify the checksums:

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

formatjs_intl: 0.6.0

0.6.0 (2026-09-10)

What's Changed

New Contributors

Full Changelog: https://github.com/formatjs/formatjs/compare/formatjs_intl_v0.5.0...formatjs_intl_v0.6.0