偏右
bebc662940
🐛 Fix Steps style when size="small" and labelPlacement="vertical" ( #21258 )
close #21257
5 years ago
信鑫-King
6166f5b42d
chore: dark site style ( #21246 )
* fix: dark site style
* fix: format
* fix: update snapshot
* fix: site params
* fix: site style
5 years ago
偏右
06ba40e860
🆕 Add bordered prop ( #21242 )
close #19859
5 years ago
二货机器人
a3da49e292
fix: Transfer search input style collapsed ( #21247 )
5 years ago
Kermit Xuan
7b7afac38e
fix( #19879 ): add drag class to slider and upgrade slider to 9.2.1 ( #21244 )
* fix(#20523 ): update rc-pagination to 1.20.13
* fix(#19879 ): add drag class to slider and upgrade slider to 9.2.1
5 years ago
二货机器人
52a1600a01
fix: Badge number style ( #21235 )
* fix css priority
* update snapshot
* update snapshot
5 years ago
偏右
74f01d8485
Merge pull request #21226 from ant-design/feature
chore: Merge feature into master
5 years ago
afc163
98251c2c1d
Merge branch 'mrodrigs-patch-1'
5 years ago
afc163
8debe2eb65
test: update snapshot for pt_BR locale
5 years ago
afc163
4d1217c9e7
Merge branch 'patch-1' of https://github.com/mrodrigs/ant-design into mrodrigs-patch-1
5 years ago
偏右
a558dd8756
Merge pull request #21221 from ant-design/master
chore: Merge master into feature
5 years ago
信鑫-King
fa559d125d
docs: dark color tool ( #21101 )
* docs: dark color tool
* tweak: locale
* fix: lint
* fix: dark
* fix: color unset
* fix: style
* fix: primary minSaturation
* fix: lint
* fix: padding
* fix: height
* fix: colors
5 years ago
偏右
4984838cbb
Merge pull request #21185 from ant-design/upgrade-jest
chore: 🆙 upgrade jest 25
5 years ago
afc163
8b1912a048
🆙 upgrade rc-rate to fix ci
5 years ago
二货机器人
57f0605f42
chore: Add article track ( #21220 )
* chore: Add article track
* update category
5 years ago
afc163
25d2f1b3e2
✅ some tests should run when mount to document.body
5 years ago
afc163
6b01785f96
🆙 upgrade jest 25
5 years ago
afc163
e03209c7d4
✅ update snapshot
close #20779
5 years ago
偏右
fd8d71717b
🆕 Add style for Checkbox & Radio Group options ( #21219 )
close #19739
5 years ago
二货机器人
6d685c7e8a
fix: Table customize filter update ( #21218 )
* fix: useSyncState logic
* add test case
5 years ago
Rick Zhou
4fa525b8a0
avoid reading innerText ( #21217 )
this resolves https://github.com/ant-design/ant-design/issues/21160
5 years ago
偏右
7d47413afa
fix: Radio Group style with Badge ( #21215 )
* 💄 fix Radio Group style with Badge
close #21213
* ✅ update snapshot
5 years ago
偏右
93e6454488
🆕 Add less variable @form-item-label-font-size ( #21216 )
close #21205
5 years ago
afc163
d4b757698a
✅ update snapshot
5 years ago
二货机器人
ad51283a9d
fix: Form.Item init status should also check help ( #21211 )
* fix: Form.Item init status should also check help
* clean up
5 years ago
二货机器人
536823b977
Update azure-pipelines.yml ( #21212 )
5 years ago
depfu[bot]
bba23d2f0a
Update rc-slider to version 9.2.0 ( #21207 )
5 years ago
zhiyuc
73679974b9
fix: Collapse Panel with extra prop ( #21202 )
5 years ago
Teng YANG
347fea69ee
feat: resolve #20728 customize header checkbox labels in Transfer ( #21139 )
* add checkboxLabels prop in Transfer
* change prop to `selectAllLabels` and add demo
* update transfer demo test snapshot
* refine param in one object and update demo
5 years ago
Marcus Stenbeck
e5509215bc
docs: fix typo ( #21201 )
5 years ago
二货机器人
e6719cbf2a
fix: Should TimePicker defaultOpenValue work ( #21198 )
* fix: Should TimePicker defaultOpenValue work
* update snapshot
5 years ago
Belikov Ivan
3a7235679b
fix: Form.Item name `0` processing ( #21186 )
* fix Form.Item name `0` processing
* Test coverage for `null`
5 years ago
二货机器人
b4519407b8
fix: Table.Column should correct handle sorter state ( #21194 )
5 years ago
偏右
4d26ed83e3
🐛 fix site menu affix bug ( #21188 )
close #21128
5 years ago
二货机器人
d02c486052
feat: Modal support hooks ( #20949 )
* init hooks
* portal it in
* children with 2 context demo
* Remove config since not more second demo
* Quit with same Component for logic reuse
* add rest functions
* use localeReceiver
* use localeReceiver
* update test case
* fix lint
* update docs
* update demo title
5 years ago
myeunhyuk
7715657cf1
Update dark.md ( #21184 )
* Update dark.md
* Update dark.md
Co-authored-by: 偏右 <afc163@gmail.com>
5 years ago
二货机器人
207fc03c91
fix: Form.Item with name `0` should be validate ( #21179 )
* fix FormItem missing name
* update test case
5 years ago
二货机器人
b36e96043f
feat: Form.Item support validateFirst ( #21178 )
5 years ago
二货机器人
5884416156
Merge pull request #21177 from ant-design/master
chore: Merge master
5 years ago
二货机器人
92998e67ef
refactor: Button disable `autoInsertSpaceInButton` will not calculate text length ( #21176 )
* skip check
* add test case
5 years ago
二货机器人
eb399e9fe7
fix: Select multiple selection margin ( #21175 )
* fix style
* fix size
* fix lint
5 years ago
tae
88642f6048
refactor: Progress use `React.Fragment` to remove unused div ( #21170 )
5 years ago
二货机器人
d96ab1c985
fix: Table `expandIcon` should work ( #21169 )
* test driven
* fix logic
5 years ago
二货机器人
074fa324b6
fix: FormItem required not work without name ( #21168 )
5 years ago
Teng YANG
048a6e28a3
fix : #21134 checkbox can't receive context update from checkbox group ( #21146 )
* fix checkbox can't receive context update issue
* add test case for checkbox handling context update
5 years ago
Felix
db99fe752f
Phrasing ( #21142 )
Small edit that I believe may be more appropriate for what this paragraph is trying to convey.
5 years ago
琚致远
b9dca84e78
docs: Update fileList.md ( #21144 )
* Update fileList.md
* Update fileList.md
5 years ago
偏右
75a4cd9b74
Merge pull request #21138 from ant-design/master
Merge master into feature
5 years ago
Teng YANG
5fcd73c371
fix transfe checkbox label unit calculate issue ( #21136 )
5 years ago
Chris Frisina
0b4caf96d1
docs: Clarifying property conflicts in English ( #21118 )
* clarifying conflicts in english
To show which property it conflicts with
* Update index.zh-CN.md
Co-authored-by: Amumu <yoyo837@hotmail.com>
5 years ago