diff --git a/HISTORY.md b/HISTORY.md index e4f8b644..f8b86b05 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,18 @@ # History ---- +## 8.2.0 / 2020-08-27 +- use `father`. [#197](https://github.com/react-component/dialog/pull/197) + +## 8.1.1 / 2020-08-19 + +- 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) + +## 8.1.0 / 2020-07-09 + +- remove babel runtime. +- up `rc-drawer` to `4.1.0`. + ## 8.0.0 / 2020-05-29 - upgrade `rc-util` to `5.0.0`.