0.15.0
What's Changed
❗ BREAKING CHANGES
Stepper
: 属性 theme 的 gray 主题更名为 filled,并新增 outline 主题 @anlyyao (#518)Radio
: 属性 align 更名为 placement @LeeJim (#517)Radio
: 属性 icon 的枚举值变更、DOM 变更 @LeeJim (#517)Switch
: 废弃 colors 属性,改用 CSS Variables @LeeJim (#520)Switch
: 属性 label 的类型从 string 变为 array @LeeJim (#520)Switch
: 优化 DOM @LeeJim (#520)
🚀 Features
Tag
: 支持 css variable @anlyyao (#507)Stepper
: 新增 size 属性 @anlyyao (#518)Radio
: 新增支持 allowUncheck、block、maxContentRow、maxLabelRow 属性 @LeeJim (#517)RadioGroup
: 新增支持 allowUncheck、borderless、keys、placement 属性 @LeeJim (#517)Swtich
: 新增 icon、loading、size 属性 @LeeJim (#520)
🐞 Bug Fixes
Full Changelog: 0.14.1...0.15.0