🌈 v0.3.0-alpha.14
Pre-release
Pre-release
·
86 commits
to main
since this release
🌈 v0.3.0-alpha.14
✨ New Features
- Added the
nuxt
plugin, now you can useshuimo-ui
innuxt
in the fastest way possible (see module here); - Added support for component prompts in
vscode
(thanks to @youuss); - Re-enabled the
month type
indate-picker
(thanks to @QJvic);
🔧 Fixes
- Fixed incorrect css height variable in
rice-paper
; - Fixed abnormal behavior of the
inputValue
parameter and data update issue inselect
; - Fixed issue with the
visible
parameter ofdrawer
being ineffective; - Fixed export issue with
MShuimoConfigKey
;
🚀 Enhancements
- Changed
avatar
component's dependency to usesvg
assets; - Added support for
dark-mode
inswitch
; - Added support for
dark-mode
inradio
; - Added default
m-cursor
torice-paper
; - Added support for
full-screen
layout 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
direction
anddrawerClass
props indrawer
, removedwidth
andcloseBtn
props; - Added
expose
forgetInputValue
inselect
;
🧑💻 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