From 34754440ed900402800ba82a2285297faf0fef22 Mon Sep 17 00:00:00 2001 From: Benjy Cui Date: Fri, 14 Oct 2016 14:45:53 +0800 Subject: [PATCH] docs: add change log for 5.0.0, close: #149 --- HISTORY.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index 3518243..1af7b9a 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,11 @@ # History ---- +## 5.0.0 / 2016-09-12 + +[#147](https://github.com/react-component/slider/issues/147) fix style conflicts with rc-tooltip [@benjycui](https://github.com/benjycui) +[#145](https://github.com/react-component/slider/pull/145) fix `onChange` will be triggered while mousemove [@Fuzzyma](https://github.com/Fuzzyma) + ## 4.0.0 / 2016-08-12 [#133](https://github.com/react-component/slider/pull/133) support multi-range ([@sosz](https://github.com/sosz))