Skip to content

2.0.0-beta.3

Compare
Choose a tag to compare
@warmhug warmhug released this 28 Sep 11:29
· 3768 commits to master since this release
  • Feature
    • [Web] ListView(beta.3) add pull-up feature.
    • [Web] add onScrollChange event for Picker, upgrade onOk logic.
  • Break Change
    • [Web] ListView(beta.3) Remove stickyHeader prop and react-sticky dependency, but you can also use react-sticky and useBodyScroll in listview by your self. (see demo)

      Because this feature is not commonly used and does not contain UI, so it is not suitable for integration.

    • [Web] RefreshControl(beta.3) Change inner dom className
      • from ${prefixCls}-ptr to ${prefixCls}-indicator
      • from ${prefixCls}-ptr-icon to ${prefixCls}-indicator-icon-wrapper
      • from ${prefixCls}-ptr-loading to ${prefixCls}-indicator-loading-wrapper