Commit Graph

14492 Commits

Author SHA1 Message Date
afc163
a462c2ddf4
Fix react-dnd demo broken in react 15 2019-03-26 12:27:32 +08:00
偏右
cfa6e2654b
Merge pull request #15293 from zy410419243/issue-14775
pref: lift up coverage rate
2019-03-25 22:24:15 +08:00
zy410419243
c1bfa0d901 fix: conflicts 2019-03-25 21:48:18 +08:00
zy410419243
1e3efc4069 chore: remove unexpected mock restore 2019-03-25 21:48:18 +08:00
zy410419243
d1ed127030 pref: add missing mockRestore 2019-03-25 21:48:18 +08:00
zy410419243
355d58b0fa chore: update description 2019-03-25 21:48:18 +08:00
zy410419243
cdfdb2fa50 Revert "chore: remove unreachable code"
This reverts commit b438566fe315c424665a6d498cc60a6517ea238a.
2019-03-25 21:48:18 +08:00
zy410419243
acaff8dea2 pref: clearInterval should not be called before unmount 2019-03-25 21:48:18 +08:00
zy410419243
2ee56a9c4a pref: spy on clearInterval for Upload & check actions for Card 2019-03-25 21:48:18 +08:00
zy410419243
337e0285ec chore: remove useless test cases 2019-03-25 21:48:18 +08:00
zy410419243
86f5255c3e chore(Mention): skip react 15 2019-03-25 21:48:18 +08:00
zy410419243
af6716a2c7 pref(Mention): check Mention.Nav 2019-03-25 21:48:18 +08:00
zy410419243
2aca6fc51a pref(Menu): instance() => simulate 2019-03-25 21:48:18 +08:00
zy410419243
6571a29a55 pref: instance() => simulate, for Card 2019-03-25 21:48:18 +08:00
zy410419243
0c8e12661d chore: remove unreachable code for Card 2019-03-25 21:48:18 +08:00
zy410419243
a20536f850 chore: update type of Header 2019-03-25 21:48:18 +08:00
zy410419243
19dc14af5c refactor: abstract common method for comparison 2019-03-25 21:48:18 +08:00
zy410419243
cfe531a54a pref: use simulate function to replace calling functions in class 2019-03-25 21:48:18 +08:00
zy410419243
0d932f79b8 chore: remove any 2019-03-25 21:48:18 +08:00
zy410419243
cc8d8b05aa pref: call setProps rathor than componentDidUpdate 2019-03-25 21:48:18 +08:00
zy410419243
64b6197441 test: update cases for Mention 2019-03-25 21:48:18 +08:00
zy410419243
8eec4a801a chore: remove eslint-disable => add function name 2019-03-25 21:48:18 +08:00
zy410419243
316250936c test: update cases for Transfer 2019-03-25 21:48:18 +08:00
zy410419243
a5016a2a1f test: update cases for Affix 2019-03-25 21:48:18 +08:00
zy410419243
c289be6a8a test: update cases for Upload 2019-03-25 21:48:18 +08:00
zy410419243
53b9fd5204 test: update cases for Card 2019-03-25 21:48:17 +08:00
zy410419243
5e1531e50d test: update cases for Menu 2019-03-25 21:48:17 +08:00
zy410419243
ebbf07e233 chore: remove unreachable code 2019-03-25 21:47:25 +08:00
zy410419243
d17a5c49e5 test: update cases for Wave 2019-03-25 21:47:24 +08:00
zy410419243
375135b3fd test: update cases for Calendar.Header 2019-03-25 21:47:24 +08:00
偏右
788292ce51
Merge pull request #15625 from zy410419243/issue-15614
fix(Menu): remove unexpected re-render, which causes flash and shake when collapsed
2019-03-25 21:41:47 +08:00
偏右
0a5ffa8f9b
Merge pull request #15636 from ant-design/fix-upload-dragging-jump
Fix Upload border jumping issue in Chrome
2019-03-25 20:22:55 +08:00
afc163
14c1e68088
🐛 Fix Upload border jumping issue in Chrome
close #15634
2019-03-25 19:15:48 +08:00
zy410419243
5362d57265 test: update case 2019-03-25 19:07:22 +08:00
zy410419243
9dec5ecedc chore: remove useless context from Menu.Item 2019-03-25 18:37:15 +08:00
zy410419243
ad54d23a44 fix(Menu): remove unexpected re-render, which causes flash and shake when collapsed 2019-03-25 13:58:57 +08:00
竹尔
3dc031625f
Update layout.zh-CN.md 2019-03-25 11:03:08 +08:00
竹尔
6c510e0fc8
Update layout.zh-CN.md 2019-03-25 11:02:40 +08:00
krokofant
637b2e326d 👌 IMPROVE: Scoping styles for themeing 2019-03-24 17:52:14 +01:00
偏右
f3c74c3138
💄 Optimize footer of site (#15612) 2019-03-24 23:39:45 +08:00
偏右
f3a07ac7ad
🐛 Fix disabled and selected date cell style of DatePicker (#15608)
close #15580
2019-03-24 19:50:58 +08:00
orzorzorzorz
1e8d3ce40d feat: support gradient line for Progress (#15524)
* try: init gradient line demo

* demo(Progress): update instructions

* chore: adjust default color

* test: update case and snapshots

* docs: update description for strokeColor

* docs: update for more in written

* test: correct type of Progress

* pref: support percent for strokeColor

* test: update snapshots

* test: update case

* pref: sort key for gradients

* fix: lgtm problem

* refactor: update output of sortGradient to string

* chore: make traversal more elegant
2019-03-24 17:05:24 +08:00
Hsuan Lee
baa5a7971f refactor(form-item): move ant-form-item-no-colon selector position (#15592)
* refactor(form-item): better `ant-form-item-no-colon` selector position

fix: fix lint

close #15585

* chore: update snap
2019-03-24 17:03:52 +08:00
杨小事er
a6a5e068eb fix(Input): fix password prop action (#15598)
* fix(Input): fix password prop action

* fix(InputPassword): add assert action is non-null
2019-03-24 16:21:48 +08:00
诸岳
6ae2ee4e31 Merge branch 'master' into feature 2019-03-24 08:41:22 +08:00
诸岳
5d17a6e45a Bump 3.15.2 2019-03-23 23:08:11 +08:00
诸岳
6d68afdeab
Add the changelog of 3.15.2 (#15602) 2019-03-23 23:07:05 +08:00
zefeng
d0a1196e63 remove useless param in tree doc (#15591) 2019-03-23 12:19:36 +08:00
偏右
9e0aa5cb94 🐛 Fix empty missing when Table is loading (#15583)
close #15582
2019-03-22 16:21:58 +08:00
Wei Zhu
922f29ba28 chore: Add CNAME 2019-03-22 14:40:49 +08:00