UNPKG

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