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
tag
attribute for Col and Row. - Cascader: Added
beforeFilter
attribute. - Dropdown: Added
onVisibleChange
event. - Carousel: Added
flatcard
type
1.0.0
1.0.0-beta.4
- Tabs: Show scroll indicator when Tabs has many panes.
- Notification: New props
onClick
will be invoked when user click the notification. - Select: Fix an issue that
onChange
event always was invoked twice. - Theme: Compatible with
[email protected]
. - New component: Transfer
1.0.0-beta.3
Breaking changes
- Form components'
onChange
event will callback the changed value instead of the bubbled event.