UNPKG

1.95 kBMarkdownView Raw
1# History
2----
3
4## 8.0.0 / 2020-05-29
5
6- upgrade `rc-util` to `5.0.0`.
7
8## 7.7.0 / 2020-05-05
9
10- upgrade `rc-animate` to `3.0.0`.
11
12## 7.4.0 / 2019-05-10
13
14- Update accessibility.
15
16## 7.3.0 / 2018-12-06
17
18- Support `forceRender` for dialog.
19
20## 7.2.0 / 2018-07-30
21
22- Add closeIcon. [#89](*https://github.com/react-component/dialog/pull/89) [@HeskeyBaozi ](https://github.com/HeskeyBaozi)
23
24## 7.1.0 / 2017-12-28
25
26- Add destroyOnClose. [#72](https://github.com/react-component/dialog/pull/72) [@Rohanhacker](https://github.com/Rohanhacker)
27
28## 7.0.0 / 2017-11-02
29
30
31- Remove ReactNative support, please use https://github.com/react-component/m-dialog instead.
32- Support React 16.
33
34Notable change: Close animation won't trigger when dialog unmounting after React 16, see [facebook/react#10826](https://github.com/facebook/react/issues/10826)
35
36## 6.5.11 / 2017-8-21
37
38- fixed: RN modal support landscape orientation, https://github.com/react-component/dialog/pull/64
39
40## 6.5.0 / 2016-10-25
41
42- remove rc-dialog/lib/Modal's entry prop, add animationType prop
43
44## 6.4.0 / 2016-09-19
45
46- add rc-dialog/lib/Modal to support react-native
47
48## 6.2.0 / 2016-07-18
49
50- use getContainerRenderMixin from 'rc-util'
51
52## 6.0.0 / 2016-03-18
53
54- new html structure and class
55- disable window scroll when show
56
57## 5.4.0 / 2016-02-27
58
59- add maskClosable
60
61## 5.3.0 / 2015-11-23
62
63- separate close and header
64
65## 5.1.0 / 2015-10-20
66
67- only support react 0.14
68
69## 5.0.0 / 2015-08-17
70
71- refactor to clean api. remove onShow onBeforeClose
72
73## 4.5.0 / 2015-07-23
74
75use rc-animate & rc-align
76
77## 4.4.0 / 2015-07-03
78
79support esc to close
80
81## 4.2.0 / 2015-06-09
82
83add renderToBody props
84
85## 4.0.0 / 2015-04-28
86
87make dialog render to body and use [dom-align](https://github.com/yiminghe/dom-align) to align
88
89## 3.0.0 / 2015-03-17
90
91support es6 and react 0.13
92
93## 2.1.0 / 2015-03-05
94
95`new` [#3](https://github.com/react-component/dialog/issues/3) support closable requestClose onBeforeClose