UNPKG

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