From 459874f708e626bd97bc3f83908453e29b1987b8 Mon Sep 17 00:00:00 2001 From: xrkffgg Date: Fri, 28 Aug 2020 09:18:31 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=F0=9F=86=99=20HISTORY?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HISTORY.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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`.