Skip to content

Releases: alley-rs/alley-components

v0.2.2

02 May 02:46
649e9ba
Compare
Choose a tag to compare

🚀 Enhancements

  • chore(segmented): 选中的选项不触发点击事件(#105)

v0.2.1

02 May 02:38
bf3e0b8
Compare
Choose a tag to compare
Merge pull request #103 from alley-rs/dev

fix(segmented): 对象类型作为选项时不能正确处理 value

v0.2.0

02 May 02:05
8e4761b
Compare
Choose a tag to compare

🎉 Features

  • feat(menu): 菜单组件添加一个属性 index 使期更易控制(#99)
  • feat: 添加分段控制器 segmented(#101)

v0.1.4

14 Mar 03:42
23053fb
Compare
Choose a tag to compare

🎉 Features

  • feat(toast): 支持传入 alert 类型提示(#96)

v0.1.3

14 Mar 02:43
a7cb290
Compare
Choose a tag to compare

🚀 Enhancements

  • chore(button): 文本按钮点击时添加 ripple 动画(#92)

v0.1.2

13 Mar 09:58
5ac25d2
Compare
Choose a tag to compare

🚀 Enhancements

  • chore: 改进 cursor 样式,使元素类似系统控件行为(#88)
  • chore(button): 改进 ripple 动画(#89)

v0.1.1

12 Mar 10:00
19c057f
Compare
Choose a tag to compare

🐛 Fixes

  • fix(list): 样式异常(#84)

v0.1.0

12 Mar 06:59
ce103a0
Compare
Choose a tag to compare

🎉 Features

  • feat(toast): 添加轻提示组件(#78)

🐛 Fixes

  • fix(button): 危险 plain 按钮样式异常(#76)
  • fix(float-button): button 属性未全部传递(#77)
  • fix: alert 和 toast 间动画覆盖(#80)

v0.0.15

11 Mar 13:20
dee1b09
Compare
Choose a tag to compare

🎉 Features

  • feat(button): 完善和添加一些新功能(#73)

🚀 Enhancements

  • chore(space): space-item 元素水平垂直居中(#72)
  • feat(button): 完善和添加一些新功能(#73)

🐛 Fixes

  • fix(input): 大尺寸 line-height 不正确(#71)

v0.0.14

11 Mar 08:30
a076a1d
Compare
Choose a tag to compare

🚀 Enhancements

  • chore(layout): content 高度溢出时使用滚动条(#65)
  • chore(layout): content 不使用 dislay: flex(#66)

🐛 Fixes

  • fix(compact): focus 时输入框右边框不显示(#68)