Skip to content

🌈 0.3.0-alpha.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@higuaifan higuaifan released this 25 Jun 16:50
· 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.

  1. Cell added a new cell component that can create a looks like irregular quadrilateral dom.
  2. Grid added a new grid component that, when combined with the Cell component, can achieve a split-screen effect.
  3. Tree Thanks to @JobinJia for the contribution 🎉, added a new tree component.

🚀 Improvements

  1. DarkMode now supports SSR in a simple way, which means we now have basic support for using it in Nuxt.
  2. The Border and RicePaper versions of Vue now support the web-component mode and are enabled by default. You can set whether to enable them when using createMUI.
  3. Message added a new create method to create a completely new Message instance with the same configuration.
  4. Updated web-types.json to provide a better coding experience.
  5. Checkbox support indeterminate prop;

✨ 新增

需要注意的是以下组件都是🚧 beta版本,仍在迭代中,且目前只支持vue

  1. Cell 新增了一个单元组件,可以创建一个表现为不规则的四边形dom
  2. Grid 新增了一个网格组件,配合Cell组件可以实现分镜效果;
  3. Tree 感谢@JobinJia 的贡献🎉,新增了一个树组件;

🚀 优化

  1. DarkMode简单支持了SSR,意味着我们简单支持了在Nuxt中使用;
  2. Vue版本的BorderRicePaper支持了web-component模式,并且默认启用,可以在createMUI时设置是否启用;
  3. Message新增了一个create方法,用来创建一个全新的但是配置相同的Message环境;
  4. 更新web-types.json,提供更好的编码体验;
  5. Checkbox支持了indeterminate属性;

New Contributors

Full Changelog: v0.3.0-alpha.2...v0.3.0-alpha.3