Skip to content

🌈 v0.3.0-alpha.14

Pre-release
Pre-release
Compare
Choose a tag to compare
@higuaifan higuaifan released this 03 Apr 14:13
· 86 commits to main since this release

🌈 v0.3.0-alpha.14

✨ New Features

  1. Added the nuxt plugin, now you can use shuimo-ui in nuxt in the fastest way possible (see module here);
  2. Added support for component prompts in vscode (thanks to @youuss);
  3. Re-enabled the month type in date-picker (thanks to @QJvic);

🔧 Fixes

  1. Fixed incorrect css height variable in rice-paper;
  2. Fixed abnormal behavior of the inputValue parameter and data update issue in select;
  3. Fixed issue with the visible parameter of drawer being ineffective;
  4. Fixed export issue with MShuimoConfigKey;

🚀 Enhancements

  1. Changed avatar component's dependency to use svg assets;
  2. Added support for dark-mode in switch;
  3. Added support for dark-mode in radio;
  4. Added default m-cursor to rice-paper;
  5. Added support for full-screen layout in rice-paper;
  6. Added support for displaying only specific borders in border;
  7. Optimized import method for global.css, now can directly import shuimo-ui/global.css;
  8. Added support for direction and drawerClass props in drawer, removed width and closeBtn props;
  9. Added expose for getInputValue in select;

🧑‍💻 Development Experience Improvements

  1. Optimized the interactive structure of playground (thanks to @helloworld551);

✨ 新增

  1. 新增了 nuxt 插件,现在你可以直接在nuxt中以最快速的方式使用shuimo-ui (你可以在这里看到);
  2. 支持vscode组件提示(感谢 @youuss );
  3. 重新支持date-picker中的month type(感谢 @QJvic );

🔧 修复

  1. 修复rice-paper中错误的高度css变量;
  2. 修复selectinputValue参数异常的问题和数据更新异常问题;
  3. drawervisible参数无效的问题;
  4. 修复MShuimoConfigKey导出问题;

🚀 优化

  1. avatar组件依赖的assets改为使用svg
  2. switch支持dark-mode;
  3. radio支持dark-mode;
  4. rice-paper添加默认m-cursor;
  5. rice-paper支持full-screen布局方式;
  6. border支持只显示部分边;
  7. 优化global.css的导入方法,现在可以直接使用shuimo-ui/global.css导入;
  8. drawer支持directiondrawerClass属性,移除widthcloseBtn属性;
  9. select添加getInputValueexpose

🧑‍💻 开发体验优化

  1. 优化了playground的交互结构(感谢 @helloworld551 );

What's Changed

  • ✨ [experience] add vetur components data by @youuss in #81
  • 🔧 [datePicker] fix month type picker by @QJvic in #82
  • 🏗️ [ci] add trigger restrictions for specified repo by @RSS1102 in #83
  • 🛝 : playground interaction optimization by @helloworld551 in #88

New Contributors

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