1 hours ago
ionic-framework

v8.8.12

8.8.12 (2026-06-24)

Bug Fixes

4 hours ago
tdesign-miniprogram

tdesign-miniprogram@1.15.2

🌈 1.15.2 2026-06-24

🚀 Features

  • Form: 新增 contentAlign 属性,支持配置表单内容对齐方式 @novlan1 (#4506)
  • Navbar: 新增 isHiddenInSpecialScene 属性,表示是否销毁导航栏,仅场景值为 1433、1434、1177、1175 时有效 @anlyyao (#4509)
  • TabBar: TabBarItem 新增 urllinkType 属性 @anlyyao (#4523)

🐞 Bug Fixes

  • Button: ⚠️ --td-button-xx-font-size 系列变更为 --td-button-xx-font⚠️ 移除 --td-button-font-weight,请改用 --td-button-xx-font,或者组件库级别的 css var 调整字号、行高、字重、字体等文本样式 @liweijie0812 (#4501)
  • Popover: 修复外部样式类 class 无效 @anlyyao (#4499)
  • TabBar: 修复 shaperound 时占位高度未包含底部安全区的问题 @novlan1 (#4521)
  • Text: 修复组件在 Mpx 跨端小程序框架中报错 @anlyyao (#4498)
6 hours ago
mind-elixir-core

v5.13.0

5.13.0 - 2026-06-24

Features

  • Extend theme definitions with required cssVar property

Bug Fixes

  • Constrain text width on p elements instead of topic container to allow LaTeX to render at full width
  • Prevent keyboard event processing during IME composition in DOM and SVG handlers

Full Changelog: https://github.com/SSShooter/mind-elixir-core/compare/v5.12.2...v5.13.0

8 hours ago
next.js

v16.3.0-canary.65

Misc Changes

  • docs(cache-components): clarify allow-runtime, sync-IO and instant=false, CLS fallback: #94997
  • Keep the resolved cache life for cacheMaxMemorySize: 0 caches in dev: #95100
  • Avoid mutating req.headers when stripping internal headers: #95116

Credits

Huge thanks to @aurorascharff and @unstubbable for helping!

8 hours ago
shaka-player

v5.1.11

5.1.11 (2026-06-24)

Bug Fixes

  • text: use valid CSS value 'line-through' for LINE_THROUGH (#10249) (61baa02)
  • UI: Add mute_volume composite element to fix hover jank between mute button and volume bar (#10214) (84d9fe0)
8 hours ago
shaka-player

v5.0.23

5.0.23 (2026-06-24)

Bug Fixes

  • text: use valid CSS value 'line-through' for LINE_THROUGH (#10249) (a21f501)
  • UI: Add mute_volume composite element to fix hover jank between mute button and volume bar (#10214) (93b7d5a)
9 hours ago
shaka-player

v4.16.38

4.16.38 (2026-06-24)

Bug Fixes

  • text: use valid CSS value 'line-through' for LINE_THROUGH (#10249) (c7e4c59)
  • UI: Add mute_volume composite element to fix hover jank between mute button and volume bar (#10214) (68d0e63)
9 hours ago
vue-next

v3.6.0-beta.17

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

9 hours ago
core

v3.6.0-beta.17

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

9 hours ago
penpot

2.16.1

✨ New features & Enhancements

  • Batch multiple thumbnail deletions into a single RPC call #9944 (PR: #9943)
  • Add WebSocket proxy configuration for MCP in Nginx example (by @lancatlin) #10153 (PR: #10152)
  • Add tenant prefix to MCP Redis channel names for multi-environment isolation #10277 (PR: #10276)
  • Show MCP key on Integrations page and remove non-recoverable warning from modal #10290 (PR: #10298)
  • Add MCP status button with single-tab connection control #9923 (PR: #9930)

🐛 Bugs fixed

  • Fix race condition between MCP initialization and plugin runtime #10138 (PR: #10137)
  • Filter ignorable React removeChild errors from browser extensions in error boundary #10146 (PR: #10145)
  • Show resolved values in font family token combobox when pasting comma-separated values #10212 (PR: #10215)
  • Fix MCP server status toggle persistence and missing workspace connection options #10292 (PR: #10226)
  • Allow pasting comma-separated emails in the invite members modal #10173 (PR: #10186)
  • Fix text element edit detaching applied color tokens #9255 (PR: #9525, #9814, #10340)