Tom Xu
a2acc56235
docs(menu): switch mode demo change to hook ( #27638 )
* Update switch-mode.md
* Update switch-mode.md
4 years ago
偏右
b9bf8c223e
fix: submenu icon style ( #27625 )
4 years ago
不吃猫的鱼
20bdbb34ae
fix: introduce generic type for transfer item ( #27630 )
4 years ago
Tom Xu
cd15ba4c1a
refactor(tree-select): rewrite with hook ( #27593 )
4 years ago
Tom Xu
535400f7cd
docs(switch): change demo to hook ( #27618 )
4 years ago
偏右
ef2c494c12
fix: Select error outline style in Form ( #27607 )
* fix: Select error outline in Form
close #27378
close #27526
* fix: css priority
4 years ago
afc163
88210e92fc
chore: improve npm run changelog
4 years ago
einq7
3357fccf0e
docs: format inline code ( #27634 )
4 years ago
tangjinzhou
d2206eb132
perf: Optimize menu animation ( #27632 )
体感好一些
4 years ago
Paul Damnhorns
5dce62d814
fix: update Kazakh locale according to new rc-picker & rc-pagination packages ( #27631 )
4 years ago
Paul Damnhorns
b9d263c7b6
feat: add Kazakh locale ( #27589 )
* feat: add Kazakh locale
* fix: make translation fixes by @manar-mk
* fix: add Kazakh locale fixes by @roose
* test: add test case for Kazakh locale
* docs: add Kazakh locale to i18n.zh-CH.md
4 years ago
Muhammad Sameer
87dfa411bc
docs: Update nest-messages.md ( #27620 )
Fixed grammatical errors.
4 years ago
偏右
684248c52a
style: fix Pagination extra margin right ( #27610 )
* style: fix Pagination extra margin right
* fix rtl style
4 years ago
Tom Xu
f5ed19248f
docs(checkbox): change check all demo to hook ( #27608 )
* docs(checkbox): change check all demo to hook
* Update check-all.md
* Update demo.test.js.snap
4 years ago
hatanon
9f529d251b
docs: update responsive-more.md ( #27605 )
Add missing dimension `xxl` to en-US
4 years ago
偏右
756a1dffea
feat: Menu support expandIcon ( #27565 )
* style: optimize menu expand icon color
close #20035
* feat: 🆕 support Menu expandIcon
* revert arrow color
4 years ago
hatanon
6af4d9b4ba
docs: Update responsive.md ( #27604 )
Add missing dimension `xxl` to en-US.
4 years ago
afc163
2430ae2732
chore: fix color picker position
close #27598
4 years ago
二货机器人
f5d5e9b5ee
docs: tree conduction logic ( #27600 )
4 years ago
appleshell
8f18328aad
feat: add setSelectionRange for the ref of Input and TextArea ( #27584 )
Co-authored-by: lvpansen <pansen.lv@atzuche.com>
4 years ago
Davide Bianchi
72dbcfcfde
fix: prevent Search component to throw passing null as enterButton ( #27591 )
4 years ago
Tom Xu
7f4acb0237
refactor(layout): rewrite with hook ( #27595 )
4 years ago
xrkffgg
e4fb3d04cb
Merge pull request #27596 from ant-design/master
chore: merge master into feature
4 years ago
不吃猫的鱼
240b8044e7
feat: add Select filterSort support ( #27523 )
* feat: upgrade rc-select version and add demo to bring in filterSort functionality
* fix: lint error
* fix: add filterSort support version in doc and update demo order
* fix: update doc
4 years ago
Tom Xu
da681fe4dd
chore: improve select ref type ( #27594 )
4 years ago
Tom Xu
18054b8cc9
docs(select): size demo change hook ( #27592 )
4 years ago
骗你是小猫咪
3e62e85a5d
Revert "test: enable argos batch mode ( #27560 )" ( #27580 )
This reverts commit 811102b105
.
4 years ago
偏右
6c9b5437a9
docs: instruction about AutoComplete and Select
4 years ago
afc163
9c400e3266
chore: fix lint
4 years ago
afc163
c09dc30c1d
docs: 💄 improve home page loading style
4 years ago
Tom Xu
9772a63b4c
fix: Avatar group size ( #27531 )
* fix: Avatar group size
* fix
4 years ago
偏右
bd1a6c44d4
fix: vertical Tabs active bold style ( #27569 )
close #27557
4 years ago
Kermit Xuan
d862b688d0
feat: fetch siteData from remote ( #27543 )
4 years ago
Tom Xu
edb39437f3
docs(steps): step next change to hooks ( #27564 )
4 years ago
Tom Xu
9d056c1508
docs(Modal): async change to hook ( #27559 )
4 years ago
骗你是小猫咪
811102b105
test: enable argos batch mode ( #27560 )
* test: enable argos batch mode
* back 3
4 years ago
afc163
a624169266
chore: force exit from npm run site:test
4 years ago
偏右
234cc1ea24
docs: 🚹 improve riddle/codesandbox/codepen ( #27546 )
* docs: 📝 update riddle template
* docs: improve icon
4 years ago
Yuan
d01aa2539e
fix: filters in column.children should render ( #27435 )
* fix: filters in column.children should render
when a column has filter and it's children also have filters, all these filters in children can not render. this problem can not be found when use sorter.
* test: add test for this fix
* Update components/table/__tests__/Table.filter.test.js
Co-authored-by: 偏右 <afc163@gmail.com>
4 years ago
xrkffgg
cba9634a3d
perf: reduce css size ( #27527 )
* perf: reduce css size
* add
* add
* fix line-height
* add .reset-component
4 years ago
xrkffgg
36cdf0a129
refactor: direction type define ( #27540 )
4 years ago
偏右
36f8ce8e6f
perf( 📦 ): reduce Steps responsive css size ( #27536 )
* perf(📦 ): reduce Steps responsive css size
* deps-lint-skip: grid
4 years ago
不吃猫的鱼
73c4566c61
fix: update Avatar src type ( #27524 )
* fix: update Avatar src type
* refactor: remove string as ReactNode includes string type
4 years ago
xrkffgg
4c50355570
chore: update compressed-size-action ci ( #27529 )
4 years ago
Tom Xu
35e9475e4e
docs(popconfirm): add async demo ( #27513 )
* docs(popconfirm): add async demo
* hooks
* Update async.md
4 years ago
xrkffgg
3c157e637d
fix: Progress.Line strokeColor direction in rtl ( #27515 )
4 years ago
偏右
114dde6373
fix: Steps inside Steps style ( #27514 )
* style: fix style of Steps inside Steps
* fix snapshot and rtl
* fix rtl style
4 years ago
xrkffgg
db8569c069
docs: improve pr translation
4 years ago
Tom Xu
8faccc2563
fix: select ref typescript typo ( #27482 )
* fix: select ref typescript typo
* improve
4 years ago
xrkffgg
62fa37dfe0
style: fix Steps rtl ( #27511 )
4 years ago