Skip to content

v0.3.0-alpha.13

Pre-release
Pre-release

Choose a tag to compare

@higuaifan higuaifan released this 26 Feb 16:11
· 148 commits to main since this release

🌈 v0.3.0-alpha.13

✨ Add

  1. added automatic publishing script for shuimo-ui-nightly package. Now you can use shuimo-ui-nightly to get the latest, daily updated, but **unstable** Shuimo code;
  2. components support on-demand export;
  3. VirtualList component beta version completed;
  4. added nuxt module plugin, now you can use it according to this document;

🚀 Enhancements

  1. loading supports slot and set size;
  2. re-enabled web-component version of ricePaper;
  3. re-enabled web-component version of border;

🔧 Optimizations

  1. move tag :root to tag.css;

👮 TypeScript

  1. split breadcrumbItem type;

🐛 Bug Fixes

  1. fixed overflow issue in select;
  2. fixed overflow issue in datePicker;
  3. fixed the issue of inputNumber value being less than min (thanks to @QJvic);

Many thanks to @QJvic for their contributions to fixing the component bugs. 🙇


✨ 新增

  1. 新增shuimo-ui-nightly包自动发布脚本,现在您可以使用shuimo-ui-nightly来获取最新的每日更新的**但不稳定的**水墨代码;
  2. 组件支持按需导出
  3. virtualList组件beta版本完成;
  4. 新增nuxt module插件,现在您可以根据这个文档使用;

🚀 增强

  1. loading支持slot和设置size
  2. 重新支持ricePaperweb-component版本;
  3. 重新支持borderweb-component版本;

🔧 优化

  1. tag :root 移到tag.css中;

👮 TypeScript

  1. 拆分breadcrumbItem类型;

🐛 bug修复

  1. 修复selectoverflow问题;
  2. 修复datePickeroverflow问题;
  3. 修复inputNumber数值小于min的问题(感谢@QJvic)(#77#79);

十分感谢@QJvic对于组件bug作出的贡献。🙇

Other Changed

  • ✨ [doc] add breadcrumb and loading demo by @youuss in #56
  • 🏗️ [ci] create publish release-nightly ci by @RSS1102 in #57
  • ⏪️ [ci] revert "🏗️ [ci] create publish release-nightly ci" by @higuaifan in #59
  • 🐛 [loading] fix wrong width of loading logo by @youuss in #60
  • ✅ [test] add new prop's test cases of loading by @youuss in #62
  • 📄 [pr] add pr tempalte by @youuss in #65
  • 🎨 [packege] collect common deps to root workspace and use shiki instead of shikiji by @youuss in #67
  • 🏁 [build] packaging path errors in Windows by @RSS1102 in #68
  • 📝 [doc] fix height of right content by @QJvic in #70
  • 📝 [doc] Reset scrollBar after switching page route by @QJvic in #72
  • 🏗️ [ci] automatic publishing shuimo-ui-nightly by @RSS1102 in #73

New Contributors

  • @QJvic made their first contribution in #70

Full Changelog: v0.3.0-alpha.12...v0.3.0-alpha.13