Releases: ElemeFE/element-react
Releases · ElemeFE/element-react
1.0.8
Bug fixes:
Switch: Fix the color won't change when changing the default style.
MessageBox: Keep update with [email protected].
1.0.6
1.0.4
1.0.3
1.0.1
Now element-react is compatible with TypeScript, thanks @doxiaodong.
Components changes:
- Select: Fix scroll bottom padding issue.
- Layout: Added
tagattribute for Col and Row. - Cascader: Added
beforeFilterattribute. - Dropdown: Added
onVisibleChangeevent. - Carousel: Added
flatcardtype
1.0.0
1.0.0-beta.4
- Tabs: Show scroll indicator when Tabs has many panes.
- Notification: New props
onClickwill be invoked when user click the notification. - Select: Fix an issue that
onChangeevent always was invoked twice. - Theme: Compatible with
[email protected]. - New component: Transfer
1.0.0-beta.3
Breaking changes
- Form components'
onChangeevent will callback the changed value instead of the bubbled event.