0.5.0-preview.3
Pre-release
Pre-release
capdiem
released this
21 Jun 08:28
·
1286 commits
to main
since this release
Features
- Select/Autocomplete: add logic pressed by Escape, Space, Home and End keys.
- Form: FluentValidation support DependencyInjection.
Bug fixes
- Switch/Checkbox: implement
ISelectable
, and fix that failing to change value by clicking label. - Autocomplete: fix that menu cannot be activated after searching results.
- Divider: fix that
Style
is set to the wrong element. - Stepper: fix that ref maybe null in disposing.
- TextField: fix that
Autofocus
not works in Dialog. - Transition: fix that
LeaveAbsolute
not works in ToogleableTransitionElement.
Docs
- ExpansionPanels: update the Advanced example with new Transition component.
- CSS:
masa-extend-blazor.css
should not include the style of the doc.
功能
- Select/Autocomplete:添加按下 Escape、Space、Home、End 键的逻辑。
- Form:FluentValidation 支持依赖注入。
问题修复
- Switch/CheckBox:实现
ISelecable
,点击Label修复无法更改值的问题。 - Autocomplete:修复搜索结果后无法激活菜单的问题。
- Divider:修复
Style
设置错误的元素。 - Stepper:修复在处理时引用可能为空的问题。
- Textfield:修复对话框中
AutoFocus
不起作用。 - Transition:修复
LeaveAbolute
在 ToogleableTransftionElement 中不起作用。
文档
- ExpansionPanels:使用新的过渡组件更新高级示例。
- css:
masa-end-blazor.css
不能包含文档的样式。