afc163
8703145d70
Fix prop-types and createClass warning, #5678
8 years ago
Benjy Cui
2feb3d42e6
chore: add definition for Button[onMouseDown], close : #6054
8 years ago
Tyler
919cb22eb7
Use the prop-types package from npm instead of React.PropTypes ( #6057 )
* Use the prop-types package from npm instead of React.PropTypes
* Remove using of PropTypes from React in docs and site
8 years ago
BK Heleth
291ca97428
Fix #6044 | Radio.Button types ( #6053 )
8 years ago
Graeme Yeates
5841746ec9
Decompose @background-color-base into several variables
8 years ago
Graeme Yeates
ede77a8aa7
Consistently use @background-color-base for disabled states
8 years ago
afc163
45e7c86067
Fix Checkbox and Radio disabled cursor, close #5935
8 years ago
Graeme Yeates
1790642e98
Allow styling of radio button backgrounds ( #5791 )
8 years ago
Benjy Cui
eb9e19be1f
feat: make Checkbox work in Checkbox.Group, close : #5645 ( #5714 )
* refactor: simplify Radio's code
* feat: make Checkbox work in Checkbox.Group, close : #5645
* test: add snapshot
8 years ago
afc163
139eedf87c
update radio group demo
8 years ago
Wei Zhu
1a8e738142
Set snapshotSerializers
8 years ago
afc163
0bfb35c562
fix snapshot
8 years ago
黄子毅
0648172973
fix jslint ( #5514 )
8 years ago
afc163
4723173c33
update Radio demo description
8 years ago
Wei Zhu
68cdfc550d
refactor: RadioGroup's cloneElement to context ( #5453 )
8 years ago
afc163
052a73081a
update Radio demo description
8 years ago
Wei Zhu
ab6e521ea2
refactor: RadioGroup's cloneElement to context ( #5453 )
8 years ago
Wei Zhu
f6b1e942e3
Jest 19 ( #5361 )
* Upgeade to jest 19
* Use jest.spyOn
8 years ago
Wei Zhu
54b49afd32
Use a special static property for type detecting
close #5359
8 years ago
一喵呜
5bf0552691
Radio组件的一个样式问题 ( #5336 )
box-shadow
8 years ago
Benjy Cui
15c3656a6d
test: update test for Radio className
8 years ago
Benjy Cui
4579d8c419
fix: should not generate className twice, close : #5295
8 years ago
afc163
696a3c0e34
fix Checkbox and Radio text alignment with form label, close #5276
8 years ago
Benjy Cui
758559f718
test: update snapshots
8 years ago
Benjy Cui
27def1e7dd
fix: should not generate cls twice
8 years ago
afc163
d8fb282088
Adjust checkbox and radio vertical, close #5001
8 years ago
afc163
18203972a1
rewrite Radio demos to es6 component, #4878
8 years ago
HQidea
7471780ffe
fix: fix Radio children === 0 ( #4882 )
8 years ago
afc163
94ec19570e
Make InputNumber & RadioButton height style more flexible
8 years ago
afc163
df1e30d9f8
Tweak radio vertical align
8 years ago
Benjy Cui
200b88246f
docs: update docs format
8 years ago
Benjy Cui
d2b8d65c87
style: update code style to please lint, close : #2179
8 years ago
Graeme Yeates
1006015ef0
Add border customization variables ( #4734 )
* Add border customization variables (#4712 )
* Make border styles customizable (fixes #4712 )
8 years ago
Wei Zhu
77b78a9389
docs: Unify type naming ( #4636 )
* Unify name of ReactNode type in document
* Lowser all string type name
* Lowercase all number type name
* Lowercase all boolean type name
* Unify array type
* Lowercase all object type name
* Unify mutilple types
8 years ago
Benjy Cui
3e17551b7e
site: improve build speed
8 years ago
Wei Zhu
f6c0e69af5
cleanup npm scripts ( #4499 )
* Cleanup npm scripts
* Lint fix
* Don't need ignore js files
* Upgrade jest
* Add components index.tsx test
8 years ago
偏右
d811ebee5c
New color system ( #4426 )
* Add new color patterns algorithm
* Add color palettes
* update other colors
* fix gray color
* update more tint/shade to colorPalette
* new font color
* Update doc for new color system
* improve doc style
8 years ago
Rex
ca8e88971a
fix: callback is triggered only when the value changes ( #4278 )
* callback is triggered only when the value changes
* optimize lastValue assignment
8 years ago
BK Heleth
a973ae18b5
docs: update document ( #4263 )
8 years ago
feng zhi hao
6e416f4746
optimize Radio declaration ( #4260 )
chore: optimize Radio declaration (#4260 )
8 years ago
Pierre
827aa2f94c
style: remove hardcoded inputs height ( #4175 )
* remove hardcoded inputs height
* revert pagination input height
* revert pagination input heights bis
8 years ago
Wei Zhu
07103b9fb6
Don't ignore test files.
8 years ago
Wei Zhu
17a0a33283
Restructure tests.
8 years ago
D & R
57bb12ca3c
fix: radio button在disabled和checked状态多了点box-shadow ( #4114 )
8 years ago
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
8 years ago
Will Chen
6b774a1343
docs: improve docs' detail ( #4050 )
8 years ago
Benjy Cui
932443099a
css: use @component-background , ref: #4040
8 years ago
cathayandy
addb6e44dc
Fix #4039 . Replace background-color: #fff with background: @body-background ( #4040 )
8 years ago
afc163
16fdb00282
No need Radio[key] in RadioGroup
8 years ago
Meck
0a30315a32
Let Checkbox and Radio response hover events
Close #3455
8 years ago