偏右
759b0bb821
seperate reset styles ( #7682 )
* seperate reset styles
* not reset ul/ol/p/heading
* revert reset.less idea
* move label style into ant-form-item, #5851
* revert reset.less idea
* update base.less
* Better typography from bootstrap@4
use reboot replace normalize
ref:
b4d84b9cdf/scss/_reboot.scss
close #6162
7 years ago
afc163
acc4061eeb
Tweak align problems
7 years ago
Kaien Liao
b2aea45b4f
fix: Checkbox props definition ( #7649 ), close : #7650
7 years ago
Benjy Cui
070b2696ba
chore: remove hacks for IE8-, close : #7447 ( #7512 )
7 years ago
Leo
fc8f533e67
fix ts checking ( #7355 )
* add title prop to Option component(for ts checking)
* fix Checkbox onChange type
7 years ago
XuMM_12
35bc4726a9
Fix Checkbox Group disabled status ( #7266 ) ( #7296 )
7 years ago
afc163
6a17efcbf1
upgrade some devDeps and fix stylelint
7 years ago
Wei Zhu
401519ec6f
Fix types
7 years ago
Aleck Landgraf
d6a0b1bd3e
[checkbox][docs] fixes doc table extra column cell ( #6995 )
7 years ago
afc163
4d5eb5a92f
Fix indeterminate checkbox disabled style
7 years ago
bang
e7013fcb3f
fix: miss semicolon
7 years ago
bang
3fb21c0325
chore: keep checkbox's value type consistent close #6768
7 years ago
afc163
9eee9f5dcd
Add test case for Checkbox
7 years ago
afc163
eccaeaea0e
Add click animation for checkbox and radio
8 years ago
Harshit Mehrotra
c7c3625899
Update docs for checkbox and radio
Update docs with prop "disabled" for Radio, RadioGroup, Checkbox and CheckboxGroup.
8 years ago
afc163
b0aef6cad5
Fix Tree and TreeSelect disabled style, close #6320
8 years ago
Panjie Setiawan Wicaksono
1abbc1c31b
chore: add name props to input-related interfaces ( #6276 )
8 years ago
afc163
29e54c2339
fix lint in demo
8 years ago
Benjy Cui
12a6060304
docs: fix code style
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
Benjy Cui
175b16c190
docs: add changelog for 2.10 ( #5981 )
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
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
Manjit Kumar
4e055ed5d0
use PropTypes from 'prop-types' mdoule instead of React
- as React.PropTypes is being deprecated
- Warning: Accessing PropTypes via the main React package is deprecated. Use the prop-types package from npm instead.
- Solution: https://facebook.github.io/react/blog/2017/04/07/react-v15.5.0.html#migrating-from-react.proptypes
8 years ago
afc163
4a20dfcf2f
Fix checkbox hover border color
8 years ago
偏右
0308138974
[WIP] upgrade deps ( #5455 )
* upgrade deps
* autofix some tslint problems
* Fix tslint problems manually
8 years ago
偏右
674255bd14
[WIP] upgrade deps ( #5455 )
* upgrade deps
* autofix some tslint problems
* Fix tslint problems manually
8 years ago
Wei Zhu
f6b1e942e3
Jest 19 ( #5361 )
* Upgeade to jest 19
* Use jest.spyOn
8 years ago
afc163
696a3c0e34
fix Checkbox and Radio text alignment with form label, close #5276
8 years ago
Benjy Cui
0042ac1c0a
fix: recursive dependencies, close : #5264
8 years ago
Benjy Cui
758559f718
test: update snapshots
8 years ago
Benjy Cui
dd86e33283
deps: upgrade rc-checkbox to fix #2744
8 years ago
afc163
d8fb282088
Adjust checkbox and radio vertical, close #5001
8 years ago
feng zhi hao
6eca407711
docs: rewrite Checkbox demos to ES6 component ( #4944 )
8 years ago
Benjy Cui
200b88246f
docs: update docs format
8 years ago
偏右
75a4b06e44
Unified border radius, close #4772 ( #4773 )
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
Penghan Wang
29081542e6
doc: fix checkbox description error ( #4731 )
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
陆离
46c200896f
Customize Input Component of AutoComplete ( #4483 )
* cherry-pick
* remove useless files
* remove useless files
* Group ts
* update interface
* ReactElement
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
Benjy Cui
1351b5da5d
refactor: remove splitObject
8 years ago
Rex
05e9587ec8
<CheckboxGroup /> support className ( #4276 )
8 years ago
Wei Zhu
07103b9fb6
Don't ignore test files.
8 years ago
Wei Zhu
17a0a33283
Restructure tests.
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
Wei Zhu
bd55d21f83
style: Fix jsx-no-multiline-js ( #3994 )
* Fix jsx-no-multiline-js
* TimePicker addon test
* Transfer search test
8 years ago