From 150cca1da6cc5457601d730fc7fbcdfa09ca61d5 Mon Sep 17 00:00:00 2001 From: Benjy Cui Date: Fri, 25 Dec 2015 15:55:38 +0800 Subject: [PATCH] Updates --- changelog.html | 98 ++++++++++- components/affix/index.html | 2 +- components/alert/index.html | 2 +- components/badge/index.html | 2 +- components/breadcrumb/index.html | 2 +- components/button/index.html | 2 +- components/calendar/index.html | 2 +- components/carousel/index.html | 2 +- components/checkbox/index.html | 2 +- components/collapse/index.html | 2 +- components/date-picker/RangePicker.jsx | 2 +- .../date-picker/demo/with-time-picker.html | 99 +++++++++++ components/date-picker/index.html | 2 +- components/dropdown/index.html | 2 +- components/form/Form.jsx | 10 +- components/form/index.html | 2 +- components/icon/index.html | 2 +- components/input-number/index.html | 2 +- components/layout/index.html | 2 +- components/menu/index.html | 2 +- components/message/index.html | 2 +- components/modal/index.html | 2 +- components/notification/index.html | 2 +- components/pagination/index.html | 2 +- components/popconfirm/index.html | 2 +- components/popover/index.html | 2 +- components/progress/index.html | 2 +- components/queue-anim/index.html | 2 +- components/radio/index.html | 2 +- components/select/index.html | 2 +- components/slider/index.html | 2 +- components/spin/index.html | 2 +- components/steps/index.html | 2 +- components/switch/index.html | 2 +- components/table/demo/indent-size.html | 158 +++++++++++++++++ components/table/index.html | 166 +++++++++++++++++- components/tabs/index.html | 2 +- components/tag/index.html | 2 +- components/time-picker/index.html | 2 +- components/timeline/index.html | 2 +- components/tooltip/index.html | 2 +- components/transfer/index.html | 2 +- components/tree/index.html | 2 +- components/upload/index.html | 2 +- components/validation/index.html | 2 +- dist/antd.js | 39 ++-- dist/antd.js.map | 2 +- dist/demo.css | 64 ++++--- dist/demo.css.map | 2 +- dist/demo.js | 39 ++-- dist/demo.js.map | 2 +- docs/getting-started.html | 2 +- docs/install-en.html | 2 +- docs/install.html | 2 +- docs/introduce.html | 2 +- docs/upgrade-notes.html | 15 +- index.html | 2 +- package.json | 4 +- readme-zh-cn.html | 2 +- spec/colors.html | 2 +- spec/easing.html | 2 +- spec/font.html | 2 +- spec/introduce.html | 2 +- spec/layout/index.html | 2 +- spec/motion.html | 2 +- spec/page-transition.html | 2 +- spec/pattern.html | 2 +- spec/tools.html | 2 +- spec/typography.html | 2 +- style/components/datepicker/Calendar.less | 19 +- style/components/datepicker/MonthPanel.less | 2 +- style/components/datepicker/RangePicker.less | 22 +-- style/components/datepicker/TimePicker.less | 19 +- style/components/datepicker/YearPanel.less | 2 +- style/components/table.less | 4 + style/readme.html | 2 +- 76 files changed, 731 insertions(+), 149 deletions(-) create mode 100644 components/date-picker/demo/with-time-picker.html create mode 100644 components/table/demo/indent-size.html diff --git a/changelog.html b/changelog.html index 1de1f3da1..107ac0a5e 100644 --- a/changelog.html +++ b/changelog.html @@ -197,7 +197,7 @@ @@ -563,7 +563,101 @@

更新日志

-

0.10.4 2015-11-30#