Files
icehrm/web/node_modules/rc-drawer/HISTORY.md
2020-05-20 18:47:29 +02:00

35 lines
526 B
Markdown
Executable File

History
---
## 3.0.0
- Remove `drawerStyle`.
## 2.1.0
- Add `drawerStyle`.
## 1.5.0
1. Rename `handleChild` -> `handled`, remove `handleStyle`.
2. remove `levelTransition`, split into `duration` `ease`.
3. add `levelMove`.
## 1.1.0
add `maskStyle`;
## 1.0.0
### API
1. remove `openClassName` `width`;
2. update `iconChild` -> `handleChild` `onIconClick` -> `onHandleClick` `parent` -> `getContainer`;
3. add `handleStyle` `showMask`;
### Func
1. add `top` `bottom` placement.
2. `handleChild` type remove Array;