From 2a69f54bbd6004e67eb273a797927768e1b306b0 Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Sat, 9 Dec 2017 10:52:14 +0800 Subject: [PATCH] released v1.5.2 --- docs/md/cn/changelog.md | 37 +++++++++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 38 insertions(+), 1 deletion(-) diff --git a/docs/md/cn/changelog.md b/docs/md/cn/changelog.md index 51aa3ed5e3..8f6ab7aed3 100644 --- a/docs/md/cn/changelog.md +++ b/docs/md/cn/changelog.md @@ -5,6 +5,43 @@ Github [更新日志](https://github.com/uiw-react/uiw/releases) +## 1.5.2 + +`2017-12-09` + +Feature: + +- 🌟 feat(Menu): Add support submenu nested. [e8df7e1](https://github.com/uiw-react/uiw/commit/e8df7e1d62c38518082c16e996d2e5056bbf0ea7) +- 🌟 feat(Divider): Add Divider component. [6293516](https://github.com/uiw-react/uiw/commit/6293516dc58bad228c930152732dbc7244338d53) +- 🌟 feat(Carousel): Add jump method. [eeb03a4](https://github.com/uiw-react/uiw/commit/eeb03a4f67436a322d070b595d485066d6762fea) +- 🌟 feat(Carousel): Update version v0.16.0 [9b9e9e2](https://github.com/uiw-react/uiw/commit/9b9e9e2d3a9a479efd264655846eb6845d3bb3cd) +- 🌟 feat(DatePicker): Add renderDate custom date cells. [42086b5](https://github.com/uiw-react/uiw/commit/42086b5c9dcaaa8a8c8805d612dc17e19eb1c058) +- 🌟 feat(DatePicker): Add shortcuts to DatePicker : [@Xing-He](https://github.com/xing-he) [9a9be75](https://github.com/uiw-react/uiw/commit/9a9be755774b68e68b7fd5c996ba4b8e5c9f9880) +- 🌟 feat(Upload):Add Upload Component ([#44](https://github.com/uiw-react/uiw/pull/44)) : [@kooff88](https://github.com/kooff88) [9ed5c91](https://github.com/uiw-react/uiw/commit/9ed5c9106094b043e7b57b385f5cebce7103af7d) + +Test Case: + +- ⛑ test(Transition):Add transition test ([#47](https://github.com/uiw-react/uiw/pull/47)) [@kooff88](https://github.com/kooff88) [f1cce8a](https://github.com/uiw-react/uiw/commit/f1cce8a77d128312f650240087dfcad5aadc67c3) +- ⛑ test(Tabs):Add Tabs test ([#46](https://github.com/uiw-react/uiw/pull/46)) : [@kooff88](https://github.com/kooff88) [1ac4b5e](https://github.com/uiw-react/uiw/commit/1ac4b5e6a0814fffb422d663eb7c6d62ac08fef9) + +Bug fixed: + +- 🐞 fix(Tabs): Switch content bug. [83ccd6a](https://github.com/uiw-react/uiw/commit/83ccd6aec3436b8b9448cac472fb57b5906eb0bd) +- 🐞 fix(Carousel): matchMedia not present, legacy browsers require a polyfill [d61bdc9](https://github.com/uiw-react/uiw/commit/d61bdc931ca4d328831c9d2cffd66952bcaa8ffe) +- 🐞 fix(TimePicker): fix [#45](https://github.com/uiw-react/uiw/issues/45) Choose the NaN that appears. [d5aac9f](https://github.com/uiw-react/uiw/commit/d5aac9fd7ae24373600b15c300328b2c222e9fff) +- 🐞 fix(DatePicker): Modify props shortcutClassName and doc : [@Xing-He](https://github.com/xing-he) [1bba805](https://github.com/uiw-react/uiw/commit/1bba8058cdd6a89ef1322adc5094866340d257bc) +- 🐞 fix(Select): Select couldn't pop subview when only one directly option element : [@Xing-He](https://github.com/xing-he) [5b8be69](https://github.com/uiw-react/uiw/commit/5b8be69d6feb1a1a9f7fc4e225b06b839e31c85e) +- 🐞 Update hotkeys.js v2.0.5 [a684baf](https://github.com/uiw-react/uiw/commit/a684bafce4ee53249dfd6323b0364d771985a58d) + +Document Update: + +- 📖 doc: Update quick-start.md [96dc3f9](https://github.com/uiw-react/uiw/commit/96dc3f9571251236950b5b6e33d2d391c7910267) +- 📖 doc(Divider): Document display Divider component. [a5c2d1a](https://github.com/uiw-react/uiw/commit/a5c2d1a8aabce45259b140543fa73defbfc19def) +- 📖 doc: Update development install problems. [9de1e44](https://github.com/uiw-react/uiw/commit/9de1e445a935b22d78de510c9346eb0f10e0de7c) +- 📖 doc(DatePicker): Add description of shortcut : [@Xing-He](https://github.com/xing-he) [dadab82](https://github.com/uiw-react/uiw/commit/dadab82747912a9b758ed378566efeb8be37239c) +- 📖 doc(DatePicker): Modify typo error : [@Xing-He](https://github.com/xing-he) [286003f](https://github.com/uiw-react/uiw/commit/286003f1e394ad4918868cf79fe4be638014a021) +- 🌍 website: Fix menu switch warning: unmountComponentAtNode. [de6d28d](https://github.com/uiw-react/uiw/commit/de6d28d8845d1466db419dc2e72e88354d1b8a7d) + ## 1.5.1 `2017-12-07` diff --git a/package.json b/package.json index 23bed0409f..787ab16d9a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uiw", - "version": "1.5.1", + "version": "1.5.2", "description": "A high quality UI Toolkit, A Component Library for React 16+.", "homepage": "https://uiw-react.github.io", "authors": [