0.5.0-preview.4
Pre-release
Pre-release
capdiem
released this
27 Jun 07:09
·
1276 commits
to main
since this release
Features
- BottomNavigation: a new component, is an alternative to the sidebar. It is primarily used for mobile applications.
- DragZone: a new component, based on Sorttable.js to implement drag and drop functionality.
- Modal: support for setting custom title content and close content through slots.
- Form: validation messages supports i18n.
- i18n: component library supports localization and enhance the localization of docs.
Bug fixes
- ErrorHandler: fix that exceptions in lifecycles still thrown in a loop.
Refactors
- i18n: rename
language
toculture
.
功能
- BottomNavigation:一个替代侧边栏的新组件。它主要用于移动应用程序。
- DragZone:一个基于 Sorttable.js 实现拖放功能的新组件。
- Modal:支持通过插槽设置自定义标题内容和关闭内容。
- Form:验证消息支持I18N。
- i18n:组件库支持本地化,增强了文档的本地化。
问题修复
- ErrorHandler:修复生命周期中的异常仍然循环抛出的问题。
重构
- i18n:重命名
language
为culture
。