二货机器人
|
ca46793593
|
Merge pull request #26655 from ant-design/master
chore: Feature merge master
|
2020-09-09 15:34:35 +08:00 |
|
Dave
|
0b4563579b
|
feat(select): sync placeholder color (input) (#26651)
|
2020-09-09 14:55:59 +08:00 |
|
偏右
|
6fc11830d6
|
fix: Textarea value works differently as Input (#26652)
|
2020-09-09 14:41:00 +08:00 |
|
Bojack
|
ad180b8dcf
|
docs: update AutoComplete api document (#26633)
* docs:update AutoComplete api documnet
* docs: update AutoComplete api document
|
2020-09-08 17:03:12 +08:00 |
|
二货机器人
|
8ab74cbe0e
|
test: Fix Upload test case (#26638)
* test: Fix test case
* clean up
|
2020-09-08 14:47:31 +08:00 |
|
Tom Xu
|
498d48c6b1
|
docs: fix pro table link (#26637)
|
2020-09-08 13:14:35 +08:00 |
|
二货机器人
|
c58135fd46
|
fix: Align motion match (#26628)
* fix: Align motion match
* bump rc-motion
* lock rc-trigger version
* update snapshot
|
2020-09-08 11:34:29 +08:00 |
|
二货机器人
|
b713f457f0
|
Merge pull request #26630 from ant-design/master
chore: merge master into feature
|
2020-09-07 23:10:36 +08:00 |
|
偏右
|
e745e24677
|
fix: Invalid value for prop navigate on Link (#26623)
close #26622
|
2020-09-07 17:37:49 +08:00 |
|
偏右
|
ce6d89e93a
|
fix: Table pagination missing when position is top (#26618)
close #26617
|
2020-09-07 16:52:10 +08:00 |
|
二货机器人
|
a26517f9ab
|
fix: Controlled multiple files upload list sync (#26612)
* init hooks
* Use raf to sync list
* clean up
|
2020-09-07 16:41:28 +08:00 |
|
afc163
|
e9d3ee6928
|
test: fix image test snapshot
|
2020-09-07 15:56:54 +08:00 |
|
willc001
|
79b681d27c
|
fix: restrict nested table styles to only apply to direct children of td (#26568)
Co-authored-by: William Cai <williamcai@easyops.cn>
|
2020-09-06 13:21:40 +08:00 |
|
Alex
|
bf45c4c1b0
|
style: 💄 className prop ordering #26594 (#26602)
close #26594
|
2020-09-06 13:07:39 +08:00 |
|
xrkffgg
|
a46c5ce19b
|
docs: update typography demo (#26604)
|
2020-09-06 11:28:49 +08:00 |
|
偏右
|
c630a6de69
|
fix: Table clear both style (#26599)
* fix: Table clear both style
close #26595
* Update index.less
|
2020-09-05 17:24:18 +08:00 |
|
Pengsha Ying
|
b4c0978068
|
fix(upload): adjust type declaration for the onError of customRequest (#26601)
|
2020-09-05 17:13:20 +08:00 |
|
Long Nguyen
|
7b55f112ce
|
docs: fix typos (#26598)
|
2020-09-05 12:40:38 +08:00 |
|
偏右
|
a8dea916b2
|
fix: Search autocomplele list in Chrome (#26590)
* fix: 🆙 upgrade rc-select to 11.2.x
* style: fix input search clear button
* test: update snapshot
|
2020-09-05 00:38:39 +08:00 |
|
偏右
|
a12a7ef2d8
|
Update basic.md
|
2020-09-04 16:56:53 +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 |
|
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 |
|
偏右
|
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 |
|
zhangj
|
0c521962e7
|
feat: Update rc-dialog to 8.3.0, support Modal drag and drop. (#26507)
* feat: 更新到rc-dialog@8.3.0 添加Modal组件对拖拽的支持。
* fix: test case
* Update components/drawer/index.en-US.md
Co-authored-by: xrkffgg <xrkffgg@vip.qq.com>
* fix: 修复文档版本修改为4.7.0, 文档的order改为13最后一个,指针改为move
* fix: 修改API的顺序,按照字母顺序进行排列
* fix: 修复一些讨论的问题
* fix: test case
* fix: 修改Demo的Modal的Button的显示方式,进行竖着排列
* docs: 去掉多余的demo
Co-authored-by: xrkffgg <xrkffgg@vip.qq.com>
|
2020-09-03 12:36:06 +08:00 |
|
xrkffgg
|
09e19b765d
|
chore: merge master into feature #26557
|
2020-09-03 11:30:46 +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 |
|
偏右
|
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 |
|
xrkffgg
|
4a4b97c197
|
chore: merge master into feature (#26513)
|
2020-09-01 10:46:58 +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 |
|
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 |
|
偏右
|
2d46fb72ec
|
Merge pull request #26478 from ant-design/master
chore: merge master into feature
|
2020-08-29 14:06:39 +08:00 |
|
Will Soares
|
9101f3666a
|
feat: add support to responsive sizes in Avatar component (#26244)
fix lint and test failures
update avatar demo card title
update ts type check for undefined
|
2020-08-29 13:43:52 +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
|
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 |
|