Commit Graph

19459 Commits

Author SHA1 Message Date
偏右
152cf6f6f5
fix: Transfer filterOption not trigger by spaces (#26335)
close #26208
2020-08-22 17:54:57 +08:00
llwslc
06b7a7aed9
fix: Set site h tag style in dark mode (#26332)
* add site h tag color

* #000 -> @black

* empty demo h3 -> h4
2020-08-22 15:24:44 +08:00
afc163
f4f5b633ff docs: 📖 update Ant Design Blazor implementation 2020-08-22 01:37:54 +08:00
偏右
d839cb1af9
fix: Progress steps support trailColor (#26323)
* fix: Progress steps support trailColor

close #26316

* add test case

* add test case
2020-08-22 01:29:48 +08:00
Kermit Xuan
63816fa6ba
🐛 fix(textarea): should display defaultValue when value is undefined (#26327)
close #26308
2020-08-21 22:14:28 +08:00
二货机器人
131b6e0264
test: Update Lithuanian doc & test (#26321)
* chore: Update lithuanian lang

* reorder

* Update docs/react/i18n.en-US.md

Co-authored-by: Amumu <yoyo837@hotmail.com>

Co-authored-by: Amumu <yoyo837@hotmail.com>
2020-08-21 22:11:44 +08:00
Diego Barreiro
f1a09fe25d
feat: Galician Locale (#26015)
* feat: Create gl_ES

* Bump dependencies

rc-pagination
rc-picker

* Add test case

* Add documentation

Co-authored-by: Amumu <yoyo837@hotmail.com>

* Update test snapshots

* fix snapshot

Co-authored-by: Amumu <yoyo837@hotmail.com>
Co-authored-by: 二货机器人 <smith3816@gmail.com>
2020-08-21 18:26:36 +08:00
linye
c79ba580f1
docs: Update MorePage.tsx (#26322) 2020-08-21 18:06:48 +08:00
Maksim Slotvinskij
16962bbff1
lithuanian language (#26312)
Co-authored-by: 二货机器人 <smith3816@gmail.com>
2020-08-21 17:07:48 +08:00
偏右
d6488ca6d1
refactor: 🆙 upgrade TypeScript to 4.0 (#26318)
https://devblogs.microsoft.com/typescript/announcing-typescript-4-0/
2020-08-21 15:04:00 +08:00
二货机器人
60771a0f61
feat: Support requiredMarkType (#26309)
* feat: support requreidMarkType

* docs: Update doc desc

* fix lint

* use requiredMark instead

* not change className

* fix ts

* update test case

* rtl style

* fix rtl

Co-authored-by: xrkffgg <xrkffgg@vip.qq.com>
2020-08-21 12:58:14 +08:00
zombiej
55c1dd02c2 chore: Merge master 2020-08-20 17:31:03 +08:00
偏右
9a84eb57ac
fix: Progress type=circle success.percent (#26307)
* refactor: Circle code

* fix: Progress circle success.percent

close #26299
2020-08-20 17:15:40 +08:00
二货机器人
bd2d50c114
chore: Update snapshot (#26306) 2020-08-20 16:45:10 +08:00
偏右
9be6493f08
Update research-form.zh-CN.md 2020-08-20 15:47:41 +08:00
偏右
0111039575
Update research-form.zh-CN.md 2020-08-20 15:42:45 +08:00
偏右
92114f540b
refactor: progress getSuccessPercent (#26302) 2020-08-20 15:27:16 +08:00
yui
ab59023971
fix: typescript build in windows error from-item initialValue (#26292) 2020-08-20 14:42:09 +08:00
Victor
e6e149b1c4
docs: fix mdx typo for code highlight (#26300) 2020-08-20 08:56:08 +08:00
afc163
af91a9b230 docs: 📖 update replace-moment docs 2020-08-19 19:00:45 +08:00
二货机器人
72863626c9
chore: Update rc-virtual-list deps (#26282)
* chore: Update rc-virtual-list deps

* bump

* clean comment
2020-08-19 17:30:23 +08:00
偏右
a3864532e1
chore: 🆙 upgrade rc-virtual-list (#26278)
* chore: 🆙 upgrade rc-virtual-list

* update snapshot

Co-authored-by: zombiej <smith3816@gmail.com>
2020-08-19 13:49:22 +08:00
afc163
29ef3f74dd docs: 📝 update ConfigProvider API 2020-08-19 11:24:43 +08:00
flyerH
2c6c789e3a
fix: Cascader options not open after press ESC and then search (#26271)
* fix: Cascader options not open after press ESC

* add test

* modify

* Apply suggestions from code review

Co-authored-by: 偏右 <afc163@gmail.com>
2020-08-19 10:43:54 +08:00
Kermit Xuan
f98e3eee25
refactor: optimize code stle (#26270) 2020-08-19 09:50:04 +08:00
07akioni
1f04757ece
docs: v3 -> v4 deprecate Button.Group (#26260)
* docs: v3 -> v4 deprecate Button.Group

* docs: update
2020-08-19 09:48:51 +08:00
偏右
a4585c13d0
Merge pull request #26267 from ant-design/master
chore: merge master into feature
2020-08-18 18:51:49 +08:00
xrkffgg
1ecca69bb3
docs: perfect website (#26265) 2020-08-18 17:53:21 +08:00
zombiej
aec0f4517c test: Fix resize related test case 2020-08-18 16:46:05 +08:00
偏右
abf95437f1
fix: Typography copyable tooltips (#26259)
* fix: Typography copyable tooltips cannot accept empty string

https://github.com/ant-design/ant-design/pull/25953#issuecomment-674480396

* fix snapshot change
2020-08-18 16:14:14 +08:00
afc163
adf990f8fb revert: rc-virtual-list in devDeps 2020-08-18 16:00:58 +08:00
Kermit Xuan
ee50fe7952
refactor(upload): rewrite with hooks (#26196)
* refactor(upload): rewrite with hooks

* refactor: optimize code style;
chore(dragger): add forwardRef;

* fix: lint

* fix: trigger ci

* fix: lint

* chore: add test case
2020-08-18 15:44:31 +08:00
afc163
517d2eeccb 🆙 upgrade rc-virtual-list in devDeps 2020-08-18 15:31:33 +08:00
xrkffgg
95aef4aafe
fix: Select focused disabled style (#26255) 2020-08-18 15:13:03 +08:00
偏右
e17e82f549
Merge pull request #26243 from ant-design/master
chore: merge master into feature
2020-08-17 22:23:07 +08:00
偏右
86f6b5f0bc
docs: improve code demo box style (#26242)
* docs: improve code demo box style

* chore: update lighthouse.yml

* use node 14
2020-08-17 19:32:03 +08:00
偏右
30c198c077
chore: 🆙 upgrade lodash
close #26240
2020-08-17 17:45:53 +08:00
偏右
46f63751a4
chore: 🆙 upgrade lodash
close #26240
2020-08-17 17:45:33 +08:00
Albert Mañosa
65ba33e1ab
fix: Pagination font family (#26230)
* fix: Change @pagination-font-family value

* fix: Add explicit font-family to item-ellipsis
2020-08-17 10:31:20 +08:00
afc163
93c1614bcf docs: 🎬 add InputNumber demo of using Intl.Numberformat
close #26223
close #19645
2020-08-16 19:32:48 +08:00
骗你是小猫咪
6d02b51ae1
fix: Space children remount. close #26177 (#26219)
* fix: Space children remount. close #26177

* update snapshots
2020-08-15 16:29:47 +08:00
07akioni
5537ab66e0
docs: v3 -> v4 Tree & TreeSelect migration guide (#26214)
* docs: v3 -> v4 tree & treeselect label & title adjustment

* docs: update links

* chore

* chore

* fix: misplace docs

* chore
2020-08-15 16:28:58 +08:00
xrkffgg
dc306a20f9
style: optimize cascader clear animation (#26186)
* style: optimize cascader clear animation

* fix test

* style: optimize cascader clear animation

* fix test

* add clearTimeout

* add test

* add clearTimeout
2020-08-14 17:53:34 +08:00
xrkffgg
1c63268e6a
style: optimize tree line rtl style (#26205) 2020-08-14 15:41:52 +08:00
xrkffgg
49d02a0b58
style: optimize dropdown rtl style (#26206) 2020-08-14 15:41:22 +08:00
xrkffgg
c6763b35e4
style: fix rtl.less missing variable (#26201) 2020-08-14 13:35:30 +08:00
二货机器人
5cc9742eec chore: Update snapshot 2020-08-14 04:04:58 +00:00
xrkffgg
cbdd2f5703
docs: perfect website (#26198) 2020-08-14 10:58:58 +08:00
xrkffgg
e8c43d4d6c
style: improve select style (#26181) 2020-08-13 13:33:38 +08:00
zhangchen
7df2c4053a
fix: Select with multiple type has no room for icons (#26168)
* fix: Select with multiple type has no room for icons

* update: rtl style
2020-08-13 10:16:34 +08:00