Commit Graph

19973 Commits

Author SHA1 Message Date
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
2020-11-07 16:04:44 +08:00
Muhammad Sameer
87dfa411bc
docs: Update nest-messages.md (#27620)
Fixed grammatical errors.
2020-11-07 02:49:30 +08:00
偏右
684248c52a
style: fix Pagination extra margin right (#27610)
* style: fix Pagination extra margin right

* fix rtl style
2020-11-06 19:50:46 +08:00
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
2020-11-06 17:09:21 +08:00
hatanon
9f529d251b
docs: update responsive-more.md (#27605)
Add missing dimension `xxl` to en-US
2020-11-06 15:50:45 +08:00
偏右
756a1dffea
feat: Menu support expandIcon (#27565)
* style: optimize menu expand icon color

close #20035

* feat: 🆕 support Menu expandIcon

* revert arrow color
2020-11-06 15:25:43 +08:00
hatanon
6af4d9b4ba
docs: Update responsive.md (#27604)
Add missing dimension `xxl` to en-US.
2020-11-06 15:20:19 +08:00
afc163
2430ae2732 chore: fix color picker position
close #27598
2020-11-06 12:11:47 +08:00
二货机器人
f5d5e9b5ee
docs: tree conduction logic (#27600) 2020-11-06 11:55:01 +08:00
appleshell
8f18328aad
feat: add setSelectionRange for the ref of Input and TextArea (#27584)
Co-authored-by: lvpansen <pansen.lv@atzuche.com>
2020-11-06 11:48:50 +08:00
Davide Bianchi
72dbcfcfde
fix: prevent Search component to throw passing null as enterButton (#27591) 2020-11-06 10:41:51 +08:00
Tom Xu
7f4acb0237
refactor(layout): rewrite with hook (#27595) 2020-11-06 10:26:45 +08:00
xrkffgg
e4fb3d04cb
Merge pull request #27596 from ant-design/master
chore: merge master into feature
2020-11-06 10:23:04 +08:00
不吃猫的鱼
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
2020-11-06 09:54:30 +08:00
Tom Xu
da681fe4dd
chore: improve select ref type (#27594) 2020-11-06 09:52:42 +08:00
Tom Xu
18054b8cc9
docs(select): size demo change hook (#27592) 2020-11-06 09:09:06 +08:00
骗你是小猫咪
3e62e85a5d
Revert "test: enable argos batch mode (#27560)" (#27580)
This reverts commit 811102b105.
2020-11-05 19:55:57 +08:00
偏右
6c9b5437a9
docs: instruction about AutoComplete and Select 2020-11-05 18:07:14 +08:00
afc163
9c400e3266 chore: fix lint 2020-11-05 17:21:57 +08:00
afc163
c09dc30c1d docs: 💄 improve home page loading style 2020-11-05 17:09:57 +08:00
Tom Xu
9772a63b4c
fix: Avatar group size (#27531)
* fix: Avatar group size

* fix
2020-11-05 16:22:21 +08:00
偏右
bd1a6c44d4
fix: vertical Tabs active bold style (#27569)
close #27557
2020-11-05 15:37:33 +08:00
Kermit Xuan
d862b688d0
feat: fetch siteData from remote (#27543) 2020-11-05 15:22:59 +08:00
Tom Xu
edb39437f3
docs(steps): step next change to hooks (#27564) 2020-11-05 13:26:20 +08:00
Tom Xu
9d056c1508
docs(Modal): async change to hook (#27559) 2020-11-05 11:35:37 +08:00
骗你是小猫咪
811102b105
test: enable argos batch mode (#27560)
* test: enable argos batch mode

* back 3
2020-11-05 11:10:38 +08:00
afc163
a624169266 chore: force exit from npm run site:test 2020-11-04 18:47:50 +08:00
偏右
234cc1ea24
docs: 🚹 improve riddle/codesandbox/codepen (#27546)
* docs: 📝 update riddle template

* docs: improve icon
2020-11-04 18:04:38 +08:00
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>
2020-11-04 15:44:13 +08:00
xrkffgg
cba9634a3d
perf: reduce css size (#27527)
* perf: reduce css size

* add

* add

* fix line-height

* add .reset-component
2020-11-04 15:06:41 +08:00
xrkffgg
36cdf0a129
refactor: direction type define (#27540) 2020-11-04 14:12:45 +08:00
偏右
36f8ce8e6f
perf(📦): reduce Steps responsive css size (#27536)
* perf(📦): reduce Steps responsive css size

* deps-lint-skip: grid
2020-11-04 13:47:13 +08:00
不吃猫的鱼
73c4566c61
fix: update Avatar src type (#27524)
* fix: update Avatar src type

* refactor: remove string as ReactNode includes string type
2020-11-04 10:38:27 +08:00
xrkffgg
4c50355570
chore: update compressed-size-action ci (#27529) 2020-11-04 10:36:48 +08:00
Tom Xu
35e9475e4e
docs(popconfirm): add async demo (#27513)
* docs(popconfirm): add async demo

* hooks

* Update async.md
2020-11-04 09:05:46 +08:00
xrkffgg
3c157e637d
fix: Progress.Line strokeColor direction in rtl (#27515) 2020-11-03 16:22:18 +08:00
偏右
114dde6373
fix: Steps inside Steps style (#27514)
* style: fix style of Steps inside Steps

* fix snapshot and rtl

* fix rtl style
2020-11-03 16:20:44 +08:00
xrkffgg
db8569c069 docs: improve pr translation 2020-11-03 16:02:37 +08:00
Tom Xu
8faccc2563
fix: select ref typescript typo (#27482)
* fix: select ref typescript typo

* improve
2020-11-03 11:09:24 +08:00
xrkffgg
62fa37dfe0
style: fix Steps rtl (#27511) 2020-11-03 11:01:56 +08:00
偏右
7630216a97
Merge pull request #27505 from ant-design/master
chore: merge master into feature
2020-11-02 19:22:47 +08:00
信鑫-King
84726aeceb
Merge pull request #27490 from ycjcl868/release-4.8.0
release: 4.8.0 changelog
2020-11-02 01:49:59 -08:00
信鑫-King
ff978ea79d
Merge pull request #27499 from ant-design/fix-steps-responsive-ui
fix: Steps responsive ui
2020-11-02 01:46:23 -08:00
ycjcl868
b4de03bf2d docs: changelog 2020-11-02 17:15:37 +08:00
afc163
7ff5542586 update snapshot 2020-11-02 17:13:18 +08:00
afc163
81fd0d6328 style(💄): fix Steps style in small screen 2020-11-02 17:04:30 +08:00
信鑫-King
d7bf231e78
Update CHANGELOG.en-US.md
Co-authored-by: 偏右 <afc163@gmail.com>
2020-11-02 00:34:45 -08:00
afc163
20e90ef650 chore: tweak code style 2020-11-02 16:33:06 +08:00
ycjcl868
6bb3827764 docs: changelog 2020-11-02 16:23:14 +08:00
ycjcl868
3c8eb12222 docs: changelog 2020-11-02 16:19:47 +08:00