From cfeb56d45a4d22df34dbafa999b6fa7706b4abaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=A4=A7=E6=A0=B9?= <814465104@qq.com> Date: Wed, 1 Nov 2017 16:37:09 +0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d931c3f..8131e08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ n3:💚 不影响之前版本使用方式的更新(不需要用户适配) - 💚 import `PropTypes` from `prop-types` instead of `react` -## ActionSheet +### ActionSheet - 💚 new props `overlayAnimationDuration`:duration of Overlay animation - 💚 new props `onShow`:a callback called when ActionSheet has shown @@ -23,7 +23,7 @@ n3:💚 不影响之前版本使用方式的更新(不需要用户适配) - 💚 new props `onPanResponderGrant`:a callback called when the gesture starts - 💚 new props `onPanResponderRelease`:a callback called when the gesture stops -## Dialog +### Dialog - 💚 new props `overlayAnimationDuration`:duration of Overlay animation - 💚 new props `onShow`:a callback called when Dialog has shown