🌈 v0.3.0-alpha.14
Pre-release
Pre-release
·
101 commits
to main
since this release
🌈 v0.3.0-alpha.14
✨ New Features
- Added the
nuxtplugin, now you can useshuimo-uiinnuxtin the fastest way possible (see module here); - Added support for component prompts in
vscode(thanks to @youuss); - Re-enabled the
month typeindate-picker(thanks to @QJvic);
🔧 Fixes
- Fixed incorrect css height variable in
rice-paper; - Fixed abnormal behavior of the
inputValueparameter and data update issue inselect; - Fixed issue with the
visibleparameter ofdrawerbeing ineffective; - Fixed export issue with
MShuimoConfigKey;
🚀 Enhancements
- Changed
avatarcomponent's dependency to usesvgassets; - Added support for
dark-modeinswitch; - Added support for
dark-modeinradio; - Added default
m-cursortorice-paper; - Added support for
full-screenlayout inrice-paper; - Added support for displaying only specific borders in
border; - Optimized import method for
global.css, now can directly importshuimo-ui/global.css; - Added support for
directionanddrawerClassprops indrawer, removedwidthandcloseBtnprops; - Added
exposeforgetInputValueinselect;
🧑💻 Development Experience Improvements
- Optimized the interactive structure of
playground(thanks to @helloworld551);
✨ 新增
- 新增了
nuxt插件,现在你可以直接在nuxt中以最快速的方式使用shuimo-ui(你可以在这里看到); - 支持
vscode组件提示(感谢 @youuss ); - 重新支持
date-picker中的month type(感谢 @QJvic );
🔧 修复
- 修复
rice-paper中错误的高度css变量; - 修复
select中inputValue参数异常的问题和数据更新异常问题; drawer的visible参数无效的问题;- 修复
MShuimoConfigKey导出问题;
🚀 优化
avatar组件依赖的assets改为使用svg;switch支持dark-mode;radio支持dark-mode;rice-paper添加默认m-cursor;rice-paper支持full-screen布局方式;border支持只显示部分边;- 优化
global.css的导入方法,现在可以直接使用shuimo-ui/global.css导入; drawer支持direction和drawerClass属性,移除width和closeBtn属性;select添加getInputValue的expose;
🧑💻 开发体验优化
- 优化了
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
- @helloworld551 made their first contribution in #88
Full Changelog: v0.3.0-alpha.13...v0.3.0-alpha.14