tdesign-miniprogram@1.15.2
Form: 新增contentAlign属性,支持配置表单内容对齐方式 @novlan1 (#4506)Navbar: 新增isHiddenInSpecialScene属性,表示是否销毁导航栏,仅场景值为 1433、1434、1177、1175 时有效 @anlyyao (#4509)TabBar:TabBarItem新增url和linkType属性 @anlyyao (#4523)
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: 修复shape为round时占位高度未包含底部安全区的问题 @novlan1 (#4521)Text: 修复组件在 Mpx 跨端小程序框架中报错 @anlyyao (#4498)
v5.13.0
- Extend theme definitions with required cssVar property
- 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
v16.3.0-canary.65
- docs(cache-components): clarify allow-runtime, sync-IO and instant=false, CLS fallback: #94997
- Keep the resolved cache life for
cacheMaxMemorySize: 0caches in dev: #95100 - Avoid mutating
req.headerswhen stripping internal headers: #95116
Huge thanks to @aurorascharff and @unstubbable for helping!
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.
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.
2.16.1
- 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)
- 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)