2.0.0-beta.3
- Feature
- [Web]
ListView
(beta.3) add pull-up feature. - [Web] add
onScrollChange
event forPicker
, upgradeonOk
logic.
- [Web]
- Break Change
- [Web]
ListView
(beta.3) RemovestickyHeader
prop and react-sticky dependency, but you can also use react-sticky anduseBodyScroll
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
- from
- [Web]