You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
96 lines
1.9 KiB
96 lines
1.9 KiB
# History
|
|
----
|
|
|
|
## 8.0.0 / 2020-05-29
|
|
|
|
- upgrade `rc-util` to `5.0.0`.
|
|
|
|
## 7.7.0 / 2020-05-05
|
|
|
|
- upgrade `rc-animate` to `3.0.0`.
|
|
|
|
## 7.4.0 / 2019-05-10
|
|
|
|
- Update accessibility.
|
|
|
|
## 7.3.0 / 2018-12-06
|
|
|
|
- Support `forceRender` for dialog.
|
|
|
|
## 7.2.0 / 2018-07-30
|
|
|
|
- Add closeIcon. [#89](*https://github.com/react-component/dialog/pull/89) [@HeskeyBaozi ](https://github.com/HeskeyBaozi)
|
|
|
|
## 7.1.0 / 2017-12-28
|
|
|
|
- Add destroyOnClose. [#72](https://github.com/react-component/dialog/pull/72) [@Rohanhacker](https://github.com/Rohanhacker)
|
|
|
|
## 7.0.0 / 2017-11-02
|
|
|
|
|
|
- Remove ReactNative support, please use https://github.com/react-component/m-dialog instead.
|
|
- Support React 16.
|
|
|
|
Notable change: Close animation won't trigger when dialog unmounting after React 16, see [facebook/react#10826](https://github.com/facebook/react/issues/10826)
|
|
|
|
## 6.5.11 / 2017-8-21
|
|
|
|
- fixed: RN modal support landscape orientation, https://github.com/react-component/dialog/pull/64
|
|
|
|
## 6.5.0 / 2016-10-25
|
|
|
|
- remove rc-dialog/lib/Modal's entry prop, add animationType prop
|
|
|
|
## 6.4.0 / 2016-09-19
|
|
|
|
- add rc-dialog/lib/Modal to support react-native
|
|
|
|
## 6.2.0 / 2016-07-18
|
|
|
|
- use getContainerRenderMixin from 'rc-util'
|
|
|
|
## 6.0.0 / 2016-03-18
|
|
|
|
- new html structure and class
|
|
- disable window scroll when show
|
|
|
|
## 5.4.0 / 2016-02-27
|
|
|
|
- add maskClosable
|
|
|
|
## 5.3.0 / 2015-11-23
|
|
|
|
- separate close and header
|
|
|
|
## 5.1.0 / 2015-10-20
|
|
|
|
- only support react 0.14
|
|
|
|
## 5.0.0 / 2015-08-17
|
|
|
|
- refactor to clean api. remove onShow onBeforeClose
|
|
|
|
## 4.5.0 / 2015-07-23
|
|
|
|
use rc-animate & rc-align
|
|
|
|
## 4.4.0 / 2015-07-03
|
|
|
|
support esc to close
|
|
|
|
## 4.2.0 / 2015-06-09
|
|
|
|
add renderToBody props
|
|
|
|
## 4.0.0 / 2015-04-28
|
|
|
|
make dialog render to body and use [dom-align](https://github.com/yiminghe/dom-align) to align
|
|
|
|
## 3.0.0 / 2015-03-17
|
|
|
|
support es6 and react 0.13
|
|
|
|
## 2.1.0 / 2015-03-05
|
|
|
|
`new` [#3](https://github.com/react-component/dialog/issues/3) support closable requestClose onBeforeClose
|