Benjy Cui
4878258f6c
refactor: ref: #3490
8 years ago
yiminghe
8afe3965c1
upgrade ts 2.0
8 years ago
Benjy Cui
87753482bf
style: update code style to please lint, close : #2811
8 years ago
Benjy Cui
bd7e9f00c0
style: update code style
8 years ago
Benjy Cui
3f67fd3f9f
docs: update docs details
8 years ago
Benjy Cui
af7635a73c
fix: should work with rc-form, close : #3046
8 years ago
偏右
354759cb17
Redesigned icons ( #3041 )
* redesigned icons
* change iconfont content
* use same icons
* fix missing icons
* improve icon size
8 years ago
马斯特
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
8 years ago
Shawn Sit
9777c7d065
docs: translate demo ( #2996 )
8 years ago
ddcat1115
5dffb63484
feat: checkbox add indeterminate ( #2905 )
8 years ago
afc163
363f610d8b
Fix tsc errors beside DatePicker
8 years ago
afc163
77949bb9e3
upgrade eslint-config, close #2811
8 years ago
Benjy Cui
5dcce12c2c
fix: some tsc errors ( #2804 )
8 years ago
Benjy Cui
f21033c316
docs: tranlsation of Checkbox ( #2740 )
8 years ago
afc163
cd98aab871
Fix transfer list item overflow style, close #2674
8 years ago
afc163
ca57794ae7
better implement for a2804cb
8 years ago
afc163
2e41e35cc6
Fix more tslint problems
8 years ago
偏右
de359d2cf7
fix tslint problems ( #2360 )
8 years ago
afc163
9e4c02aabd
Fix checkbox API table style
9 years ago
yiminghe
94706f1d2c
fix ts
9 years ago
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
9 years ago
afc163
089f1ae512
update components category name
9 years ago
afc163
f31e4b6186
Fix checkbox margin
9 years ago
afc163
3310f59d20
Fix Checkbox check rotate in IE8, close #2148
9 years ago
ddcat1115
618bea689d
fix #2114 ( #2146 )
9 years ago
afc163
3cf0a59916
Better default margin for Checkbox & Radio, close #2137
9 years ago
yiminghe
9a0d751f94
refactor to typescript
9 years ago
偏右
09db9f2436
Revert "Remove react-addons-pure-render-mixin, use rc-util's PureRenderMixin instead" ( #2074 )
9 years ago
Leon Shi
0f8855dff7
remove react-addons-pure-render-mixin, use rc-util's PureRenderMixin instead ( #2055 )
9 years ago
Leon Shi
71fc0774c0
implement shouldComponentUpdate to make the re-render much faster for Checkbox
9 years ago
Benjy Cui
2144349741
style: enable react/jsx-closing-bracket-location
9 years ago
RaoHai
d6c0aa2e1c
Checkbox show its label while label equals number 0.
close #1811
9 years ago
Leon Shi
48317ad261
Improve Checkbox style for Transfer custom render
9 years ago
Benjy Cui
8842d9342a
site: update components' type
9 years ago
afc163
d57632ca5b
Fix CheckboxGroup initialValue, close #1631
9 years ago
Benjy Cui
ecaa6c56c3
style: enable comma-dangle
9 years ago
afc163
c66a226004
Fix lesshint problems
9 years ago
afc163
03cb74ead5
upgrade eslint-config-airbnb version and fix some problems
9 years ago
yiminghe
1021d62ef6
fix checkbox
9 years ago
afc163
0ca6a1c24a
css modularize ( #1448 )
* css modularize
* Add alert style
* Move more component style
* Move iconfont to common style
* Move layout style
* Move more component style
* Move all components
* Fix lots of mixin deps
* remove css-prefix from less
* fix a button icon style bug
* restructure
* fix index
* add dist
* fix jest
* fix some components style
* clean webpack config
* check more components style
* update tabs
* update scripts
* update scripts
* fix form style
* fix more style
* Fix select width
* Fix form and tabs style
9 years ago
afc163
e59715f98d
fix checkbox and radio empty span
9 years ago
afc163
dab3ce4513
Add focused style to Select & TreeSelect
9 years ago
Benjy Cui
df3ba36720
docs: remove useless newline in documentation
9 years ago
Benjy Cui
d5a6932c15
docs: update documentation format
9 years ago
Benjy Cui
03d09b66e8
docs: update demo format
9 years ago
Benjy Cui
fd3406bd03
style: enable react/jsx-no-bind
9 years ago
Bruce Mitchener
ba965dc746
Convert several React.createClass usages to classes.
9 years ago
Bruce Mitchener
63c06e8652
Use ES2015 classes instead of React.createClass.
Make Breadcrumb, Checkbox, Dropdown, Steps and Timeline
components use ES2015 classes rather than React.createClass.
This includes:
* getDefaultProps method becomes a defaultProps value on the
constructor.
* propTypes becomes a value on the constructor.
9 years ago
闲耘™
e0172caee4
feat(checkbox group): checkbox group support disable specified item.
9 years ago
afc163
ca15c9832e
CheckboxGroup support label in option
close #1155 , #1025
9 years ago