Commit Graph

18082 Commits

Author SHA1 Message Date
Amumu
656b5abf65
docs: update docs for less-loader@6 (#23603)
* update docs for less-loader@6

* Revert "update docs for less-loader@6"

This reverts commit 5be1a428dc.

* update

* update

* update

* in line
2020-04-26 12:11:01 +08:00
afc163
c9c44c173f fix demo snapshot 2020-04-26 11:00:13 +08:00
Heechan Bak
88cab9547b
Update: Add lessOptions in the use-with-create-react-app (#23596) 2020-04-26 10:49:10 +08:00
Tom Xu
60f3e775d0
style: fix table size nest table margin (#23602) 2020-04-26 10:42:05 +08:00
xrkffgg
41da9de946
docs: add symbol (#23600) 2020-04-26 09:34:46 +08:00
诸岳
44da4125fa fix(site): frameworky => framework 2020-04-26 00:09:23 +08:00
诸岳
ac14f44f2b Merge branch 'master' of github.com:ant-design/ant-design 2020-04-25 23:47:08 +08:00
偏右
569b6539d3
🆙 eslint-plugin-unicorn 2020-04-25 23:20:30 +08:00
诸岳
454a02b4d9 chore(test): Update snapshots 2020-04-25 22:54:11 +08:00
Tom Xu
8cdf1c017a
fix: ConfigProvider getPopupContainer invalid (#23594)
* fix: ConfigProvider getPopupContainer invalid

* slider getPopupContainer

* Create container.test.js

* Update container.test.js
2020-04-25 22:46:21 +08:00
Tom Xu
8f30a14790
refactor(badge): rewrite with hook (#23488)
* refactor(badge): rewrite with hook

* Update ScrollNumber.tsx
2020-04-25 20:53:21 +08:00
偏右
2785d22e5c
Update README.md 2020-04-25 19:49:45 +08:00
诸岳
9963e515d1
docs: Add the changelog of 4.1.5 (#23589)
* docs: Add the changelog of 4.1.5

* docs: Update changelog of 4.1.5

* Bump 4.1.5
2020-04-25 19:29:07 +08:00
afc163
5e9bf9fdc0 📖 upgrade less-loader@6 usage 2020-04-25 18:55:29 +08:00
afc163
99bcad6dd6 fix unused import 2020-04-25 18:47:36 +08:00
ibrahim velinov
336a6fba42
docs: Rephrase 500 error (#23570)
* Rephrase 500 error

'Server is wrong' is not a clear sentence for users. I propose to use 'Something went wrong' with 500.

* Update demo.test.js.snap
2020-04-25 18:16:12 +08:00
Benjamin Vertonghen
175e0aaa14
feat: Link Ant Design Blazor (#23579)
* Link Ant Design Blazor

* Indent and align

Co-authored-by: Benjamin Vertonghen <benjamin.vertonghen@apped.be>
2020-04-25 18:12:29 +08:00
二货机器人
22ffa61da0
fix: Legacy button group style (#23590) 2020-04-25 18:03:35 +08:00
Tom Xu
54f2abfe47
refactor(tree): rewrite with hook (#23550)
* refactor(tree): rewrite with hook

* fix codecov

* Update directory.test.js

* Update README.md

* 🆙 upgrade intersection-observer

* refactor(tree): rewrite with hook

* fix codecov

* Update directory.test.js

Co-authored-by: 偏右 <afc163@gmail.com>
2020-04-25 15:30:13 +08:00
二货机器人
efbb2849dc
fix: Tree with quick loadData frozen the virtual scroll (#23581)
* update version

* add deadline

* clean up
2020-04-25 11:13:14 +08:00
afc163
d50cc55d87 📖 fix site description and rtl className 2020-04-24 18:48:48 +08:00
偏右
6a49973bb9
docs: 📖 Update data-display.zh-CN.md (#23567)
* Update data-display.zh-CN.md

* Update data-display.en-US.md
2020-04-24 18:24:20 +08:00
Adriano Ruberto
d2140490d8
Fix ie11 flex in steps (#23566) 2020-04-24 18:12:09 +08:00
xrkffgg
dfcaa408c2
style: optimize steps rtl (#23564) 2020-04-24 17:55:44 +08:00
Amumu
fb46b8a864
chore: Add navigation for China mirror site (#23562)
* Add navigation for domestic mirror sites

* use A tag
2020-04-24 17:17:03 +08:00
偏右
d860358f94
chore: 🎬 optimize Table demo code (#23560)
* 🎬 optimize Table demo code

*  fix demo snapshot

* 🐛 Fix Table warning when pageSize is changed

close #23554

* remove console.log

* optimize demo code
2020-04-24 17:16:44 +08:00
Adriano Ruberto
289dd080b9
fix(steps): Add flex on steps to fix ie11 (#23561)
* Add flex on steps to fix ie11

* Ordering
2020-04-24 16:46:46 +08:00
偏右
7cf20f18a1
🆙 upgrade intersection-observer 2020-04-24 13:32:56 +08:00
偏右
6556b583bd
Update README.md 2020-04-24 13:29:50 +08:00
Sonjeet Paul
4f1ad3ef4b
url navigates to correct component listing (#23540) 2020-04-24 10:41:38 +08:00
Tom Xu
eb83d6b341
docs: fixed link path for components (#23533) 2020-04-24 10:40:23 +08:00
Sonjeet Paul
f9c56b6eb4
docs: 📖 fixed link path for components 2020-04-23 21:10:57 +08:00
Tom Xu
6401da2082
refactor(comment): rewrite with hook (#23498)
* refactor(comment): rewrite with hook

* improve comment code
2020-04-23 20:52:15 +08:00
偏右
d2c541b4e2
fix: 🐛 Input.Search height affected by suffix (#23527)
* 🎬 improve Input demo code

* style: fix Input.Search height stretched by suffix

close #23523

* fix react key warning

*  fix demo snapshot
2020-04-23 18:11:11 +08:00
xrkffgg
facbe46251
style: optimize alert rtl tyle (#23526)
* style: optimize alert rtl tyle

* fix dark
2020-04-23 17:58:36 +08:00
xrkffgg
be72d1762a
fix: upload disabled hover border (#23522) 2020-04-23 15:58:17 +08:00
xrkffgg
eb5c7ffc7e
style: complete upload rtl (#23520) 2020-04-23 15:01:20 +08:00
二货机器人
8ec4d3f64f
docs: Update research result image (#23519) 2020-04-23 13:57:32 +08:00
Amumu
fb2ef64036
update Compatibility intro (#23513) 2020-04-23 11:55:37 +08:00
偏右
cd34b624b3
🐛 Fix Menu behavior when hover gap (#23511)
close #13955
2020-04-23 11:17:21 +08:00
偏右
835bcabdbc
💄 fix DatePicker/TimePicker icon color (#23508)
should be same as 3.x
2020-04-23 10:48:51 +08:00
xiaoxintang
937beba421
fix: Table selections type when use Table.SELECTION_ALL or Table.SELECTION_INVERT (#23462)
* fix:selections type when use SELECTION_ALL | SELECTION_INVERT

* fix: Table selections type when use Table.SELECTION_ALL or Table.SELECTION_INVERT

* fix: Table selections type when use Table.SELECTION_ALL or Table.SELECTION_INVERT

* Update useSelection.tsx

* Update type.test.tsx

Co-authored-by: 二货机器人 <smith3816@gmail.com>
2020-04-22 21:59:18 +08:00
二货机器人
d77c2e8ba7
docs: Mention filterOption params change in doc (#23501)
* Update migration-v4.zh-CN.md

* Update migration-v4.en-US.md
2020-04-22 21:24:36 +08:00
偏右
17f7e2f4d2
fix: Tree custom icon missing when loading (#23494)
close #23470
2020-04-22 21:11:57 +08:00
Eric Wang
800871166c
chore: Transform alert test to typescript (#23495) 2020-04-22 18:16:03 +08:00
Tom Xu
b7e877aeef
refactor(slider): rewrite with hook (#23474)
* refactor(slider): rewrite with hook

* improve test

* Revert "improve test"

This reverts commit 48cd83d0cc.

* improve test

* improve test 2
2020-04-22 15:58:57 +08:00
偏右
c550cb050b
💄 fix DatePicker/TimePicker disabled icon color (#23478) 2020-04-22 15:16:51 +08:00
Eric Wang
64cb9584ce
fix: include tests in type check (#23452)
* fix: include tests in type check

* Do lint *.md

* Improve types in tests
2020-04-22 13:37:23 +08:00
Eric Wang
55265ac4ef
chore: Replace domhook with jest.spyon (#23469)
* chore: Replace domhook with jest.spyon

* use mockreturn value when possible

* Update tests/shared/focusTest.js
2020-04-22 11:59:56 +08:00
xrkffgg
677168b007
style: optimize tabs rtl style (#23471) 2020-04-22 11:57:06 +08:00