2021-01-07
- improve: ScrollLocker call related. #227
2021-01-04
- refactor: use ScrollLocker. #220
2020-12-19
- fix: trigger close only when click wrap itself. #218
2020-12-07
- fix: Dialog should keep refresh when forceRender provided. #217
2020-12-03
-
fix: dialog dont close when mouseDown in content and mouseUp in wrapper. #210
-
chore: Should not re-render when dialog is invisible. #212
2020-10-21
- chore: support react 17. #207
2020-10-14
- fix: Dialog should not auto destroy. #206
2020-10-11
- fix: Portal event bubble. #204
2020-09-29
- refactor: Use
rc-motion
. #203
- fix: prevent scroll behavior when focus trigger. ant-design/ant-design#26582
- fix: page scroll position will jump after dialog is closed. #202
- fix: remove typing from package.json. #201
- fix: add displayName. #200
- fate: add
modalRender
. #195
- use
father
. #197
- Fix dialog component will only show mask, if initialize a Dialog component with both forceRender and visible are true. #194
- remove babel runtime.
- up
rc-drawer
to4.1.0
.
- upgrade
rc-util
to5.0.0
.
- upgrade
rc-animate
to3.0.0
.
- Update accessibility.
- Support
forceRender
for dialog.
- Add closeIcon. #89 @HeskeyBaozi
- Add destroyOnClose. #72 @Rohanhacker
- 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
- fixed: RN modal support landscape orientation, #64
- remove rc-dialog/lib/Modal's entry prop, add animationType prop
- add rc-dialog/lib/Modal to support react-native
- use getContainerRenderMixin from 'rc-util'
- new html structure and class
- disable window scroll when show
- add maskClosable
- separate close and header
- only support react 0.14
- refactor to clean api. remove onShow onBeforeClose
use rc-animate & rc-align
support esc to close
add renderToBody props
make dialog render to body and use dom-align to align
support es6 and react 0.13
new
#3 support closable requestClose onBeforeClose