You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ant-design/components/radio
米老朱 6936599aef Enhance stylelint rules (#14803)
* rename .stylelintrc to .stylelintrc.json for explicit file type

* add new npm script lint-fix:style

* fix pseudo-element with double colon

* function name should be lower except ignored functions

* support stylelint declaration-block-no-ignored-properties rule

* support sorted CSS properties order for readability and consistency

* autofix order of all styles by lint-fix:style script

* remove double slash comments after selector

* replace .stylelintignore with ignoreFiles in .stylelintrc.json
6 years ago
..
__tests__ FIx RadioButton cause RadioGroup onChange event trigger twice (#14523) 6 years ago
demo 💄 fix eslint problems 6 years ago
style Enhance stylelint rules (#14803) 6 years ago
group.tsx Format 6 years ago
index.en-US.md more natural sounding english for radio component 6 years ago
index.tsx Fix implicit any for Radio 7 years ago
index.zh-CN.md 🌐 site: transition component category, close #11629 6 years ago
interface.tsx Merge branch 'master' into feature-3.8.0 7 years ago
radio.tsx Fix the bug that radio onchange will be ovrride by radioGroup onchange (#14364) 6 years ago
radioButton.tsx FIx RadioButton cause RadioGroup onChange event trigger twice (#14523) 6 years ago