0.4.0-rc.1
Pre-release
Pre-release
Features(功能)
- Presets(预置)
- BlockText: display two data of the same type side by side.
并排显示同一类型的两个数据
- CopyableText: append a button that provides copy feature to the content.
添加一个按钮,提供复制内容的功能
- ImageCaptcha: provide the feature of generating image verification code and validation.
提供生成图像验证码和验证的功能
- PopupService: support alert, confirm, prompt and toast by injecting IPopupService.
通过注入IPopupService提供弹出类功能,支持alert,confirm,prompt 和 toast
- Toast: a non-interrupting light-weighted prompt.
一个不间断的轻量级提示
- BlockText: display two data of the same type side by side.
- BottomSheet: a modified
MDialog
that slides from the bottom of the screen.一个修改自“MDialog”的屏幕底部滑动弹出框
- Form: support FluentValidation.
表单验证支持 FluentValidation
- OTP Input: used for MFA procedure of authenticating users by a one-time password.
用于MFA(多重身份验证)的一次性密码认证
- Markdown: a markdown editor based on Vditor.
基于Vditor的markdown编辑器
- Editor: a rich text editor base on quill.
基于quill的富文本编辑器
- Divider: add support for
ChildContent
andOrientation
.分割线添加支持子内容和方向
- Floating Action Buttons: can be used as a floating action button. This provides an application with a main point of action. Combined with the
MSpeedDial
component, you can create a diverse set of functions available for your users.
可以用作浮动动作按钮。 这为应用程序提供了一个主要的操作点。 结合“MSpeedDial”组件,您可以为您的用户创建一组不同的功能
- TextField: add support for setting
NumberProps
when type isnumber
.当type为number时,支持设置NumberProps
Refactors(重构)
- Dialog(Modal, Dialog, Tooltip, Drawer, Windows): Optimize signalr communication times.
优化signalr通讯次数
- SimpleCheckbox: rename
OnInput
toValueChanged
.OnInput
重命名为ValueChanged
- Transition: ensure that the transition is complete by handling the transitionend event.
通过处理transitionend事件来确保过渡动画已经完成
Docs
- Markdown
- Transitions