🌈 0.3.0-alpha.3
Pre-release
Pre-release
·
325 commits
to main
since this release
0.3.0-alpha.3
✨ New Features
Please note that the following components are still in beta and under development, and currently only support vue
.
Cell
added a new cell component that can create a looks like irregular quadrilateraldom
.Grid
added a new grid component that, when combined with theCell
component, can achieve a split-screen effect.Tree
Thanks to @JobinJia for the contribution 🎉, added a new tree component.
🚀 Improvements
DarkMode
now supportsSSR
in a simple way, which means we now have basic support for using it inNuxt
.- The
Border
andRicePaper
versions ofVue
now support theweb-component
mode and are enabled by default. You can set whether to enable them when usingcreateMUI
. Message
added a newcreate
method to create a completely newMessage
instance with the same configuration.- Updated
web-types.json
to provide a better coding experience. Checkbox
supportindeterminate
prop;
✨ 新增
需要注意的是以下组件都是🚧 beta版本,仍在迭代中,且目前只支持vue
Cell
新增了一个单元组件,可以创建一个表现为不规则的四边形dom
;Grid
新增了一个网格组件,配合Cell
组件可以实现分镜效果;Tree
感谢@JobinJia 的贡献🎉,新增了一个树组件;
🚀 优化
DarkMode
简单支持了SSR
,意味着我们简单支持了在Nuxt
中使用;Vue
版本的Border
和RicePaper
支持了web-component
模式,并且默认启用,可以在createMUI
时设置是否启用;Message
新增了一个create
方法,用来创建一个全新的但是配置相同的Message
环境;- 更新
web-types.json
,提供更好的编码体验; Checkbox
支持了indeterminate
属性;
New Contributors
Full Changelog: v0.3.0-alpha.2...v0.3.0-alpha.3