- Remove
react-lifecycles-compat
andprop-types
. - Upgrade
rc-animate
to3.x
. - Use
@ant-design/css-animation
.
- Add
extra
.
- Add
expandIcon
.
- Fix invalid aria-expanded prop in preact
- Add keyboard support #84
- Add prop forceRender to Panel #82
- Add prop id for Panel #69
- Allow user to add custom header classe !66
- Add prop destroyInactivePanel !61
- Change createClass to React.Component !58
- Fix
style
support for Panel
- Add 'showArrow' prop to Panel to toggle arrow visibility !48
- Child item support null !45
- add className props to Panel
- fix missing rc-collapse-item-active classname on active panel header
- lazy render/controllable
- use css animation instead of velocity.js
- only support react 0.14+
- 'chore' Change name to Collapse
- 'feat' Support Collapse and Accordion
test
Add testrefactor
add Panel Api