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
偏右
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
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
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
偏右
6c9b5437a9
docs: instruction about AutoComplete and Select
2020-11-05 18:07:14 +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
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
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
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
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
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
afc163
20e90ef650
chore: tweak code style
2020-11-02 16:33:06 +08:00
信鑫-King
47c61cb776
Merge pull request #27485 from ant-design/pageHeader
...
fix(pageHeader): if title is null,no render title view
2020-11-01 22:03:23 -08:00
chenshuai2144
d6c11fa901
less code
2020-11-02 13:43:03 +08:00
chenshuai2144
04658fa0a4
fix ci warning
2020-11-02 12:12:46 +08:00
xrkffgg
311a4fbb42
docs: update Avatar src define
2020-11-02 11:31:42 +08:00
Liu Ya
e954079dd0
fix: Typography.Link color not disabled ( #27487 )
...
修复 Typography.Link disabled时悬浮、点击颜色问题
2020-11-02 10:35:45 +08:00
信鑫-King
39c192ab32
Merge branch 'master' into chore-conflict-feature
2020-11-01 18:04:04 -08:00
chenshuai2144
ef5e6603c2
fix(pageHeader): if title is null,no render title view
2020-11-01 22:47:10 +08:00
不吃猫的鱼
0afb8de631
feat: support Image element prop for Avatar component ( #27448 )
...
* feat: support Image element prop for Avatar component
* feat: reuse src prop instead of new image prop
* fix: update snapshot
* fix: re-update snapshots with latest dependencies
2020-10-31 16:15:55 +08:00
二货机器人
d052543844
feat: Row support wrap
( #27469 )
...
* feat: Support noWrap
* test: update snapshot
* fix: Miss check
* test: fix snapshot
* refactor: rename to wrap
* update snapshot
2020-10-30 22:13:23 +08:00
偏右
66d3d0aacc
fix: Tree switcher icon double click selecting ( #27476 )
2020-10-30 21:10:21 +08:00
afc163
2a08383a22
test( ✅ ): update table snapshot
2020-10-30 21:09:08 +08:00
zombiej
0bf5a43e15
chore: feature merge master
2020-10-30 20:55:27 +08:00
大猫
5c0799d5ac
docs: add techui promotion ( #27465 )
...
* feat: add techui promotion
* feat: change button to menu
* feat: change TechUI menu position
2020-10-30 20:02:43 +08:00
xyb
9052af449b
fix: Modal missing modalRender prop ( #27272 )
...
close #27174
2020-10-30 19:52:12 +08:00
appleshell
f2a16bc904
docs: update description of optionFilterProp in Select ( #27467 )
...
* docs: update description of optionFilterProp in Select
* update description
* update description
Co-authored-by: lvpansen <pansen.lv@atzuche.com>
2020-10-30 17:50:39 +08:00
偏右
39e37bf1b4
fix: Input[allowClear] className ( #27462 )
...
* fix: Input[allowClear] className missing
close #27444
* fix snapshot
2020-10-30 15:27:37 +08:00
xrkffgg
db89bf3955
fix: RangePicker border style when has same data ( #27438 )
2020-10-29 15:29:20 +08:00
骗你是小猫咪
4ec9e23b3c
Merge pull request #27421 from shaodahong/merge-to-feature
...
chore: merge master to feature
2020-10-28 17:09:39 +08:00
偏右
cc8ec58ab1
fix: Table onShowSizeChange trigger twice ( #27417 )
...
close #26100
close #27392
2020-10-28 12:56:05 +08:00
南北
7c0e88839c
feat: components used in confirm title and content support prefixCls ( #27376 )
2020-10-28 12:07:46 +08:00
jesse
a7ce8039b9
docs: update Tabs api ( #27416 )
2020-10-28 11:51:43 +08:00
Amumu
729ad9dfa1
fix: Fix the width of the step content in the horizontal direction ( #27406 )
...
* chore: code style
* Revert "feat: remove content max-width on dot-step (#24907 )"
This reverts commit 0879bd5df3
.
* chore: revert code style
2020-10-27 23:58:38 +08:00
二货机器人
39333253d9
fix: Not merge additional data ( #27412 )
2020-10-27 23:02:52 +08:00
jesse
abb724565d
docs: update Tabs api ( #27410 )
...
* docs: update api
* Update index.zh-CN.md
* fix
* fix
* suggestion
2020-10-27 23:00:54 +08:00
偏右
6880bf7073
Merge pull request #27388 from ant-design/master
...
chore: merge master into featrue
2020-10-27 12:21:04 +08:00