Commit Graph

19329 Commits

Author SHA1 Message Date
Sumit Vekariya
16251d1de9
docs: fix typos (#26583) 2020-09-04 12:53:56 +08:00
lich-yoo
f0f22bb726
fix: cascader value overwritten when filtering (#26554) (#26569)
* fix: cascader value overwritten when filtering  (#26554)

* test: add onChange test cases (#26554)

* test: add onChange test cases

Co-authored-by: lich(李春翯) <lich@21kunpeng.com>
2020-09-04 10:59:10 +08:00
Jonathan Gabaut
7e209f0a51
fix: add flex type to ColSize interface (#26578)
According to the API in the docs and based on my own usage, it's a valid value so let's make it official!
2020-09-04 10:50:36 +08:00
zombiej
9663b24216 docs: Update requiredMark doc desc 2020-09-03 17:44:50 +08:00
afc163
34887ca249 docs: improve design doc 2020-09-03 17:12:13 +08:00
Tanmoy Bhowmik
6d2854264a
fix: Modal width out of screen (#25765)
* style(modal): add max-width

* chore(modal): add custom width demo

* test(modal): add custom width snapshot

* Update modal.less

* Update modal.less

* Update width.md

* Update demo.test.js.snap

Co-authored-by: 偏右 <afc163@gmail.com>
2020-09-03 16:29:40 +08:00
willc001
b0c70ab348
fix: Radio.Group forward child element ref (#26555)
Co-authored-by: William Cai <williamcai@easyops.cn>
2020-09-03 15:31:08 +08:00
afc163
25f2bd66c8 docs: 📝 should be react-app-rewired
ref https://github.com/ant-design/ant-design/issues/26565
2020-09-03 15:21:12 +08:00
偏右
a409f3126f
test: add test cases to increase coverage (#26559)
* test:  add test cases to increase coverage

* chore: remove console
2020-09-03 13:36:23 +08:00
afc163
e5fe9b90df fix: scroll position jump after dialog closing 2020-09-02 22:37:06 +08:00
afc163
ff22827cb3 docs: update 4.6.0 changelog 2020-09-02 22:37:06 +08:00
afc163
7a0320d978 chore: add debug color to toc 2020-09-02 22:37:06 +08:00
afc163
a204040a07 chore: improve API table style in small screen
close #26510
2020-09-02 22:37:06 +08:00
afc163
05fc90c605 chore: remove docs site horizontal scrollbar
close #26528
2020-09-02 22:37:06 +08:00
偏右
34d5112132
fix: Pagination align issue (#26549)
close #26533
2020-09-02 21:46:03 +08:00
二货机器人
0097d34d01
fix: Update rc-motion deps & fix ssr (#26542)
* chore: Update rc-motion deps

* frame wheel not prevent scroll

* update ts
2020-09-02 18:30:27 +08:00
myeunhyuk
b5d9580565
docs: Update font.en-US.md (#26526) 2020-09-02 17:32:30 +08:00
偏右
bc950d9a24
fix: Tooltip/Popover children type (#26534)
close #26517
2020-09-02 15:35:49 +08:00
ZHANGYU
e2dda85c90
fix: Avatar doesn't scale when display is none (#26522) 2020-09-02 15:28:23 +08:00
偏右
c88fd34e9a
chore: 🆙 upgrade react-resizable (#26524)
* chore: 🆙 upgrade react-resizable

* test: fix snapshot

* code style improve
2020-09-02 10:51:04 +08:00
myeunhyuk
4976fef1b1
docs: Update font.zh-CN.md (#26525) 2020-09-02 10:45:15 +08:00
偏右
97f7a972bf
perf: 🆙 upgrade rc-dialog and rc-upload and rc-progress (#26494)
* 🆙 upgrade rc-dialog and rc-upload

* 🆙 upgrade @babel/runtime

* 🆙 upgrade rc-progress
2020-09-01 22:12:14 +08:00
PeakFish
71f726afb1
docs: fix api display (#26504) 2020-08-31 20:19:35 +08:00
二货机器人
f68c743448
test: Remove timeout in configProvider test (#26499)
* test: Remove timeout in configProvider test

* chore: Clean up

* move form test out
2020-08-31 17:41:56 +08:00
ZHANGYU
09dd53915e
docs: update modal doc (#26492)
* docs: update modal doc

* docs: sort modal props
2020-08-31 14:18:50 +08:00
信鑫-King
fb8be1e249
release: 4.6.2 changelog (#26490)
* docs: changelog

* chore: version

* chore: changelog

* docs: changelog
2020-08-31 11:44:12 +08:00
xrkffgg
5f6470d8f3
style: optimize col rtl style (#26482) 2020-08-29 22:06:07 +08:00
二货机器人
88ae028321
fix: Upload controlled issue (#26481)
* fix upload sync

* add test case

* rm only

* update snapshot

* fix test case
2020-08-29 21:28:44 +08:00
Moein Alizadeh
6b90477b53
fix: rlt style of columns (#26479)
* Fix rlt issue for columns

This fix should exist in rtl styles.

* Update rtl.less
2020-08-29 19:33:28 +08:00
xrkffgg
bf72f5538a docs: update api naming 2020-08-29 15:25:09 +08:00
Kaan KÜÇÜK
7e223c1edc
Update index.en-US.md (#26476)
Type for Checkbox.Group Options is not valid on docs.
2020-08-29 12:11:22 +08:00
Rainy
221a38db91
fix: no shadow in the style of the Select focus. (#26465)
Fix #26255 style error.
2020-08-28 23:08:33 +08:00
xrkffgg
ae650485a0
docs: optimize site menu sort (#26471) 2020-08-28 22:55:16 +08:00
xrkffgg
2005546d22
test: update snap (#26467) 2020-08-28 21:43:44 +08:00
zhangchen
c47bfb0c91
fix: Table topPaginationNode display logic should same with bottomPaginationNode (#26143)
* fix: Tree bottomPaginationNode display logic should same with bottomPaginationNode

* update: test
2020-08-28 15:48:19 +08:00
二货机器人
77cbf724cf
fix: TimePicker.RangePicker props (#26446) 2020-08-28 11:46:35 +08:00
二货机器人
d561d73614
fix: Space should support fragement (#26444) 2020-08-28 11:29:37 +08:00
baidumap
3507a01798
fix: 修复disabledTime参数文档 (#26439)
* fix: 修复disabledTime参数文档

* fix: 英文版dates -> date

Co-authored-by: jingruoyu <jingruoyu@xiaomi.com>
2020-08-27 21:15:52 +08:00
Arvin Xu
948ba88629
docs: update image cover (#26431)
* docs: update image cover

* docs: update image cover
2020-08-27 17:02:02 +08:00
ZHANGYU
dd547aabfd
docs: fix Tree prop autoExpandParent default value (#26426) 2020-08-27 11:45:10 +08:00
二货机器人
a6180008c5
Revert "fix: ref lost in Radio.Group (#25328)" (#26418)
This reverts commit 0a8641fc02.
2020-08-26 21:36:21 +08:00
Ben Callaway
852fad9e3b
fix: Add missing properties to ShowUploadListInterface (#26406) 2020-08-26 18:43:34 +08:00
xrkffgg
008dc3e7f5
docs: update select demo and site (#26417) 2020-08-26 17:50:14 +08:00
偏右
c53e8ac4c9
test: add test cases to increase coverage (#26410) 2020-08-26 16:42:47 +08:00
偏右
e11da52bf7
fix: 🐛 Table Expand Icon size issue (#26409)
* - https://github.com/ant-design/ant-design/issues/24719
Expand Icon

* - https://github.com/ant-design/ant-design/issues/24719
Expand Icon

Co-authored-by: Gary Wei <wgz@tip-lab.com>
2020-08-26 13:43:48 +08:00
zhangchen
453eafe68d
fix: Badge not work when props.color is empty (#26375)
* fix: Badge not work when props.color is empty

* update: test
2020-08-26 11:27:07 +08:00
xishanxu
507fdc44ae
docs: fix typo in demo (#26391)
* Update extra.md

* Update extra.md
2020-08-26 11:09:14 +08:00
xrkffgg
73f4b9bcd7
docs: complete expandedRowClassName (#26397) 2020-08-25 22:54:29 +08:00
偏右
7274a2ef4a
fix: colorPalette is not defined when use theme (#26395)
close #26290
2020-08-25 22:54:04 +08:00
Bosseskompis
19606b375c
docs: Add expandedRowClassName to Table.expandable (#26392)
* Add expandedRowClassName to Table.expandable docs

* Use alphabetical order
2020-08-25 20:26:04 +08:00