Andrey G
a307a7acf7
refactor: remove unnecessary computed props for classNames ( #4055 )
...
* remove unnecessary computed props for classNames
* rollback autocomplete optimization for possible css style order issue
* update snapshots
* remove more unnecessary computed props at Input
2016-11-30 10:20:23 +08:00
Wei Zhu
bd55d21f83
style: Fix jsx-no-multiline-js ( #3994 )
...
* Fix jsx-no-multiline-js
* TimePicker addon test
* Transfer search test
2016-11-25 12:03:39 +08:00
Wei Zhu
ccbebe60cc
style: Fix jsx alignment, #3966 ( #3967 )
2016-11-23 17:53:10 +08:00
flashback313
63dadc1efa
css: Flashback313 fix checkbox style ( #3980 )
...
* Update mixin.less
* fix left2right
2016-11-23 17:47:15 +08:00
Meck
0a30315a32
Let Checkbox and Radio response hover events
...
Close #3455
2016-11-14 11:55:32 +08:00
afc163
563f8120cd
fix Checkbox border
2016-11-09 20:38:57 +08:00
ddcat1115
0baef0627e
docs: 调整组件导航结构 ( #3758 )
...
- Layout 更名为 Grid
2016-11-09 14:43:32 +08:00
afc163
2d0f532f73
Improve checkbox and radio style (ref #3590 )
2016-11-08 21:42:46 +08:00
afc163
9b81fe86d9
clear less variables and add @text-color-secondary
2016-11-08 20:48:03 +08:00
afc163
002f3f5127
Fix Radio[disabled] style and add label-hovering style, close #3590
2016-11-01 00:54:47 +08:00
Wei Zhu
f8d2aeefc3
refactor: Replace react-addons-pure-render-mixin with rc-util/lib/PureRenderMixin ( #3627 )
2016-10-28 13:56:23 +08:00
Benjy Cui
4878258f6c
refactor: ref: #3490
2016-10-24 12:04:26 +08:00
yiminghe
8afe3965c1
upgrade ts 2.0
2016-10-19 17:52:23 +08:00
Benjy Cui
87753482bf
style: update code style to please lint, close : #2811
2016-09-27 10:06:34 +08:00
Benjy Cui
bd7e9f00c0
style: update code style
2016-09-21 11:54:53 +08:00
Benjy Cui
3f67fd3f9f
docs: update docs details
2016-09-21 11:28:38 +08:00
Benjy Cui
af7635a73c
fix: should work with rc-form, close : #3046
2016-09-18 10:20:35 +08:00
偏右
354759cb17
Redesigned icons ( #3041 )
...
* redesigned icons
* change iconfont content
* use same icons
* fix missing icons
* improve icon size
2016-09-18 09:54:47 +08:00
马斯特
a25ec29fb8
refactor: 保证所有的tsx和less都正确使用prefix ( #3024 )
...
* refactor: extract prefix cls as less variable
* refactor: apply ant icon prefix cls in less files
* refactor: all components support prefixCls props
2016-09-14 16:18:33 +08:00
Shawn Sit
9777c7d065
docs: translate demo ( #2996 )
2016-09-10 18:00:51 +08:00
ddcat1115
5dffb63484
feat: checkbox add indeterminate ( #2905 )
2016-09-08 15:54:04 +08:00
afc163
363f610d8b
Fix tsc errors beside DatePicker
2016-08-24 16:09:55 +08:00
afc163
77949bb9e3
upgrade eslint-config, close #2811
2016-08-23 21:00:35 +08:00
Benjy Cui
5dcce12c2c
fix: some tsc errors ( #2804 )
2016-08-22 17:26:14 +08:00
Benjy Cui
f21033c316
docs: tranlsation of Checkbox ( #2740 )
2016-08-18 11:22:55 +08:00
afc163
da6b65f7f0
Merge 1.x-stable
2016-08-12 14:47:01 +08:00
afc163
cd98aab871
Fix transfer list item overflow style, close #2674
2016-08-10 17:46:36 +08:00
afc163
0eeca99f02
Merge 1.x-stable
2016-07-26 22:20:33 +08:00
afc163
ca57794ae7
better implement for a2804cb
2016-07-25 14:03:56 +08:00
afc163
2e41e35cc6
Fix more tslint problems
2016-07-13 17:22:23 +08:00
偏右
de359d2cf7
fix tslint problems ( #2360 )
2016-07-13 11:14:24 +08:00
afc163
f675b636cd
Merge 1.x-stable
2016-07-08 16:34:02 +08:00
afc163
9e4c02aabd
Fix checkbox API table style
2016-07-08 15:58:25 +08:00
yiminghe
94706f1d2c
fix ts
2016-07-07 20:25:03 +08:00
RaoHai
18f35047ec
Rewrite Checkbox in typescript
...
+ add return type of splitObject
+ rewrite `import React from 'react'` to `import * as React from 'react'`
+ rewrite Checkbox in typescript
2016-06-30 10:05:29 +08:00
afc163
95351bfffa
Merge branch '1.x-stable'
2016-06-27 19:31:38 +08:00
afc163
089f1ae512
update components category name
2016-06-27 18:21:12 +08:00
afc163
ef4c1a4749
Merge branch '1.x-stable'
2016-06-27 17:58:16 +08:00
afc163
f31e4b6186
Fix checkbox margin
2016-06-27 14:52:46 +08:00
afc163
cc4cab5b1e
Merge 1.x-stable
2016-06-23 23:11:14 +08:00
afc163
230016825e
Merge branch '1.x-stable' of github.com:ant-design/ant-design into 1.x-stable
2016-06-23 12:32:24 +08:00
afc163
3310f59d20
Fix Checkbox check rotate in IE8, close #2148
2016-06-23 12:30:45 +08:00
ddcat1115
618bea689d
fix #2114 ( #2146 )
2016-06-23 11:15:24 +08:00
afc163
695c26c859
Merge 1.x-stable
2016-06-22 22:56:55 +08:00
afc163
3cf0a59916
Better default margin for Checkbox & Radio, close #2137
2016-06-22 18:08:52 +08:00
yiminghe
9a0d751f94
refactor to typescript
2016-06-22 13:19:48 +08:00
偏右
09db9f2436
Revert "Remove react-addons-pure-render-mixin, use rc-util's PureRenderMixin instead" ( #2074 )
2016-06-16 22:06:06 +08:00
Leon Shi
0f8855dff7
remove react-addons-pure-render-mixin, use rc-util's PureRenderMixin instead ( #2055 )
2016-06-15 16:57:06 +08:00
Leon Shi
71fc0774c0
implement shouldComponentUpdate to make the re-render much faster for Checkbox
2016-06-08 19:43:46 +08:00
Benjy Cui
2144349741
style: enable react/jsx-closing-bracket-location
2016-06-06 13:54:10 +08:00