Skip to content

v1.0.8

Compare
Choose a tag to compare
@JeromeLin JeromeLin released this 09 Aug 02:44
· 4645 commits to master since this release
  • Break Change

    • Stepper新增onInputChange属性,input默认将不触发onChange事件而触发onInputChange事件。(c6eb5de)
  • Bug Fix

    • 修复Input为textarea多行文本时的defaultValue设置位置不正确。修复autoHeight功能在组件不可见转变为可见的情况下不更新的bug。(#60)
    • 修复classnames依赖问题。(#62