Releases/theme next - #105
Open
lawpachi wants to merge 514 commits into
Open
Conversation
简化了文本区域高度计算的逻辑,并在文档中增加了关于`autoSize`属性如何工作的示例和说明。
修复了文本区域高度计算中的一个小错误,移除了不必要的偏移量,使高度计算更准确。 Co-developed-by: Aone Copilot <noreply@alibaba-inc.com>
添加了新的无障碍测试案例和对应的演示组件,用于验证进度条组件的无障碍特性。 Co-developed-by: Aone Copilot <noreply@alibaba-inc.com>
添加了新的测试文件用于验证TextArea组件的无障碍访问性。 Co-developed-by: Aone Copilot <noreply@alibaba-inc.com>
添加了新的无障碍测试用例和 fixtures 文件,用于验证 Countdown 组件的无障碍特性。
添加了按钮组件的无障碍测试案例,包括创建测试fixture文件和对应的测试文件。
The ESM-specific import path caused SyntaxError when CJS consumers required the built dist output. Using the standard entry point lets bundlers and Node resolve the correct format automatically. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
- Modal/Dialog: 新增 disableAutoFocus、disableRestoreFocus 属性,支持 data-bui-focusable 焦点目标查找,transition onEntered 延迟聚焦 - Dialog: prompt 模式下自动禁用 autoFocus,避免键盘弹出 - TabPanel: aria-hidden + tabIndex 替换为 hidden 属性,提升语义化 - 同步更新相关测试和快照 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
这个 PR 做了什么?
简要描述所做更改
这个变动的性质是?
这个变动涉及以下渠道:
附加信息(可选)
在此添加任何其他相关信息,比如截图或设计图。