Skip to content

tinper-bee

Compare
Choose a tag to compare
@yangchch6 yangchch6 released this 13 Jul 07:22
· 41 commits to release since this release
  • [email protected]
    • 🐞 [Fixbug]禁用态日期输入框去掉 hover 样式。
    • 🌟 [Feature]日期面板上的输入框在失焦或按 Enter 键时进行校验。#227
    • 🌟 [Feature]增加 defaultPanelShown 属性,设置日期组件显示/隐藏的默认状态。#226
    • 🌟 [Feature]输入框值为空时,回填默认值并关闭面板。
  • [email protected]
    • 🐞 [Fixbug]入口文件中引用的 “Pagelayout” 的 l 改为大写。#258
  • [email protected]
    • 🐞 [Fixbug]清空功能的关闭图标错误。#252
  • [email protected]
    • 🐞 [Fixbug]延迟属性改用Overlay提供的。解决鼠标快速移入移出后,下拉框不消失的问题。
  • [email protected]
    • 🌟 [Feature]delay 单位改为毫秒。
  • [email protected]
    • 🐞 [Fixbug]解决点击模态框 Header 区域,产生错位的问题。
    • 🌟 [Feature]提供 centered 属性,支持垂直居中展示 Modal。#259
  • [email protected]
    • 🐞 [Fixbug]设置 expandIconAsCell 属性后样式错乱的问题。
  • [email protected]
    • 🐞 [Fixbug]querySelector容错处理。
  • [email protected]
    • 🌟 [Feature]table无数据时,支持通过 hideHeaderScroll 隐藏表头滚动条。#207
  • [email protected]
    • 🐞 [Fixbug]解决传入 selectedValue={0} 时,组件未接收的问题。
  • [email protected]
    • [Fixbug]含有复选框的场景中,操作按钮溢出问题。