Commit Graph

8204 Commits

Author SHA1 Message Date
Benjy Cui
8409cff8db style: update code style to please lint 2017-03-27 11:00:11 +08:00
Benjy Cui
5a827f174e bump 2.8.3 2017-03-27 10:09:38 +08:00
Benjy Cui
8c1be9c6b6 docs: add changelog for 2.8.3 (#5499) 2017-03-27 10:09:38 +08:00
Benjy Cui
0beb892971 fix: injectLocale should work in IE<=10 (#5488) 2017-03-27 10:09:38 +08:00
afc163
f0ec7b749a tweak menu style code 2017-03-27 10:09:38 +08:00
afc163
1e83c0c940 Fix menu icon transition delay in Chrome, close #5495 2017-03-27 10:09:38 +08:00
afc163
cdeeb776e0 update docs 2017-03-27 10:09:38 +08:00
ddcat1115
0049fdda23 fix Layout.Content scrolling style issue (#5480) 2017-03-27 10:09:38 +08:00
afc163
4723173c33 update Radio demo description 2017-03-27 10:09:38 +08:00
afc163
cad9edc06c fix outdated links, close #5485 2017-03-27 10:09:38 +08:00
afc163
23212aea5c fix badge snap 2017-03-27 10:09:38 +08:00
Benjy Cui
43b155e7f6 fix: Modal[footer] could be set to null to hide totally, close: #5462 2017-03-27 10:09:38 +08:00
afc163
ee2f025585 Fix badge style in Maxthon, close #5477 2017-03-27 10:09:38 +08:00
Sebastian Blade
041bbee2c0 Fix button render with null or undefined child. (#5473)
* Fix button render with null or undefined child.

Fix bug #5472

* Add missing semicolon

* Make if statement braced.

......
2017-03-27 10:09:38 +08:00
Benjy Cui
9b8ef5a0b7 docs: update demo for Select[size] 2017-03-27 10:09:38 +08:00
afc163
d0114d8d9f fix tslint 2017-03-27 10:09:38 +08:00
feng zhi hao
8dfdce50f9 fix: improve rowSelection.selections of Table (#5409)
* improve rowSelection.selections of Table

* fix classNames spell error

* update class name
2017-03-27 10:09:38 +08:00
feng zhi hao
18fced672a chore: improve Form.create ts definition of Form (#5420)
* improve Form.create ts definition of Form

* use function<T>() instead of arrow function
2017-03-27 10:09:38 +08:00
Benjy Cui
1669735b66 docs: recommend react-document-title 2017-03-27 10:09:38 +08:00
William Yang
3f6a4172ce fix: #5456(Cannot display feed back icon and prefix icon together) (#5457)
* fix #5456

* remove demo and set z-index to 1
2017-03-27 10:09:38 +08:00
afc163
8f286d6700 change comments to English 2017-03-27 10:09:38 +08:00
偏右
0308138974 [WIP] upgrade deps (#5455)
* upgrade deps

* autofix some tslint problems

* Fix tslint problems manually
2017-03-27 10:09:38 +08:00
Wei Zhu
68cdfc550d refactor: RadioGroup's cloneElement to context (#5453) 2017-03-27 10:09:06 +08:00
afc163
d26554d1e9 update doc 2017-03-27 10:09:06 +08:00
afc163
218a516000 update doc 2017-03-27 10:09:06 +08:00
afc163
901a1e6769 use @info-color over @primary-color, close #5442 2017-03-27 10:09:06 +08:00
Wei Zhu
4ff6eafe12 Add new select demo snapshot 2017-03-27 10:09:06 +08:00
afc163
4f1811a3cc itemRender do not rely on route.breadcrumbName 2017-03-27 10:09:06 +08:00
afc163
77b382fb1c update table demo 2017-03-27 10:09:06 +08:00
afc163
9cb7d1338b update alert banner demo 2017-03-27 10:09:06 +08:00
afc163
0c58fda707 Add select users demo, close #2765 2017-03-27 10:09:06 +08:00
afc163
459c3c94f9 update recommendation list 2017-03-27 10:09:06 +08:00
afc163
e410662133 fix carousel demo 2017-03-27 10:09:06 +08:00
afc163
849c5fbf75 Fix getPopupContainer ts type 2017-03-27 10:09:06 +08:00
afc163
8eb472a466 Fix Table selectAll behavious inside Popover, close #5407 2017-03-27 10:09:06 +08:00
afc163
fa590e3506 update customize docs 2017-03-27 10:09:06 +08:00
afc163
b25a4671ee update customize docs 2017-03-27 10:09:06 +08:00
Conway Anderson
10ad3a0fbd Clarity update for customize-theme.en-US.md (#5411)
First attempt at making the docs for the recommended form of theme customization more specific. The goal is to make this section more accessible to beginners.
2017-03-27 10:09:06 +08:00
afc163
0be0843ef0 fix whitespace required, close #5418 2017-03-27 10:09:06 +08:00
afc163
58fbdf3785 use latest eslint-plugin-react 2017-03-27 10:09:06 +08:00
Andrey G
26c436987f *updates for RU locale (#5406) 2017-03-27 10:09:06 +08:00
Xie Guanglei
b054a0c2b8 feat: allow disable tabs inkBar animation (#5450)
* fix issue [5089](https://github.com/ant-design/ant-design/issues/5089)

* tabs doc
2017-03-24 14:28:11 +08:00
Benjy Cui
583ed547e9 fix: code syntax 2017-03-24 11:29:38 +08:00
Madis Väin
7696c1cd05 feat: Add et_EE locale (Estonian) (#5266)
* add Estonian translations

* add other translations except pagination for Estonian

* add to tests

* linting fixes

* remove comments
2017-03-24 10:54:36 +08:00
Martin Litvaj
82b516c77f feat: SK Localization (#5304) 2017-03-24 10:30:37 +08:00
偏右
9a0b9adc1e feat: 12 hours time picker (#5434)
* TimePicker support 12 hours format, close #4063

* Add new demo snapshot
2017-03-22 17:53:37 +08:00
afc163
19bebebc60 percise modal document 2017-03-22 15:25:12 +08:00
afc163
821ca46b50 upgrade rc-calendar 2017-03-22 15:23:05 +08:00
afc163
f5350fcd7e Add InputNumber[parser] which works with formatter 2017-03-22 15:10:03 +08:00
Benjy Cui
d24a647392 feat: Tabs[onNextClick] Tabs[onPrevClick], close: #4395 (#5412) 2017-03-21 23:42:16 +08:00