Commit Graph

2409 Commits

Author SHA1 Message Date
renovate[bot]
8ee56de702 chore(deps): update dependency @octokit/rest to v16 (#1595) 2019-12-20 13:01:58 +08:00
renovate[bot]
2184e911ab chore(deps): update commitlint monorepo to v8 (#1594) 2019-12-20 12:57:36 +08:00
renovate[bot]
8c6691e9ca chore(deps): update dependency style-loader to ^0.23.0 (#1593) 2019-12-20 12:56:58 +08:00
renovate[bot]
98d7d1c593 chore(deps): update dependency mini-css-extract-plugin to ^0.8.0 (#1592) 2019-12-20 12:56:32 +08:00
renovate[bot]
fff744cbd5 fix(deps): update dependency warning to v4 (#1577) 2019-12-20 12:55:20 +08:00
renovate[bot]
edc6089df8 chore(deps): update dependency css-loader to v3 (#1604) 2019-12-20 12:54:26 +08:00
renovate[bot]
f85a9f40c6 chore(deps): update dependency eslint to v6 (#1606) 2019-12-20 12:53:54 +08:00
renovate[bot]
33cc558669 chore(deps): update dependency eslint-config-prettier to v6 (#1607) 2019-12-20 12:52:54 +08:00
renovate[bot]
53e88f2107 chore(deps): update dependency vue-clipboard2 to v0.3.1 (#1573) 2019-12-20 12:51:28 +08:00
renovate[bot]
6ae576de67 chore(deps): update dependency eslint-plugin-html to v6 (#1608) 2019-12-20 12:44:22 +08:00
renovate[bot]
5eb19b4ba9 chore(deps): update dependency eslint-plugin-vue to v6 (#1609) 2019-12-20 12:40:32 +08:00
renovate[bot]
4c31abe021 fix(deps): update dependency ismobilejs to v1 (#1576) 2019-12-20 12:38:53 +08:00
tangjinzhou
b3b6a0dc09
Merge pull request #1603 from vueComponent/renovate/cross-env-6.x
chore(deps): update dependency cross-env to v6
2019-12-20 12:38:10 +08:00
tangjinzhou
9fc92161d9
Merge pull request #1591 from vueComponent/renovate/marked-0.x
chore(deps): update dependency marked to ^0.8.0
2019-12-20 11:51:48 +08:00
tangjinzhou
685ae1b894
Merge pull request #1596 from vueComponent/renovate/major-vue-cli-monorepo
chore(deps): update dependency @vue/cli-plugin-eslint to v4
2019-12-20 11:51:13 +08:00
tangjinzhou
8f9ffaebd4
chore(deps): update dependency acorn to v7 (#1597) 2019-12-20 11:50:18 +08:00
renovate[bot]
9e091a30fe chore(deps): update dependency babel-plugin-istanbul to v5 (#1600) 2019-12-20 11:49:50 +08:00
renovate[bot]
7d8fba2ae3 chore(deps): update dependency commander to v4 (#1602) 2019-12-20 11:49:33 +08:00
renovate[bot]
e510945e6d chore(deps): update dependency chalk to v3 (#1601) 2019-12-20 11:48:16 +08:00
renovate[bot]
9b095be6c5 chore(deps): update dependency axios to ^0.19.0 (#1590) 2019-12-20 11:48:03 +08:00
Renovate Bot
23295cfc0b
chore(deps): update dependency cross-env to v6 2019-12-20 03:25:34 +00:00
Renovate Bot
4262ddc173
chore(deps): update dependency acorn to v7 2019-12-20 03:25:01 +00:00
Renovate Bot
aa23708d1e
chore(deps): update dependency @vue/cli-plugin-eslint to v4 2019-12-20 03:24:55 +00:00
Renovate Bot
e779a19a46
chore(deps): update dependency marked to ^0.8.0 2019-12-20 03:24:48 +00:00
tanjinzhou
88f49db317 chore: update devDependencies 2019-12-20 11:02:21 +08:00
tanjinzhou
56c4f3d778 chore: update renovate config 2019-12-19 19:26:40 +08:00
wangxueliang
6cc28eeb62 fix: animation no work #1540 2019-12-18 19:06:38 +08:00
zkwolf
a66ff7deb0 fix: timepicker non-unique id (#1566) 2019-12-18 13:05:59 +08:00
renovate[bot]
a14ea591dd chore(deps): add renovate.json (#1564) 2019-12-18 13:02:57 +08:00
wangxueliang
84c95cd524 fix: avoid dead loop upload 2019-12-17 19:26:52 +08:00
三点包子
7464bddedd
Merge pull request #1554 from clys/master
fix:picture is not rendered
2019-12-16 16:18:58 +08:00
陈李雨声
f744690e92
fix:picture is not rendered
get the picture base64 asynchronously, resulting in no rendering
2019-12-14 18:26:25 +08:00
tangjinzhou
c835bb8f9e bump 1.4.10 2019-12-11 21:04:11 +08:00
tangjinzhou
5220dd8089 docs: update doc 2019-12-11 21:03:52 +08:00
tangjinzhou
c14d7357b8 fix: left and right arrows of MonthPicker cannot be worked #1543 2019-12-11 21:02:31 +08:00
tanjinzhou
9dcc648378 docs: update doc 2019-12-10 17:48:08 +08:00
tanjinzhou
2d5da3ea51 bump 1.4.9 2019-12-10 17:29:26 +08:00
tanjinzhou
1f7ae756fc docs: update docs 2019-12-10 17:28:57 +08:00
tanjinzhou
dfbd183429 test: update input test 2019-12-10 17:15:36 +08:00
tanjinzhou
fd319389a7 docs: add 1.4.9 changelog 2019-12-10 17:14:57 +08:00
Eric Tian
50299632cc fix: select empty not center (#1445)
* 修复select组件在mode为multiple或tags时,下拉选项为空时样式没有居中问题

外层的.ant-select-dropdown-menu-item样式设置了padding-right:@control-padding-horizontal + 20,得到padding的值为5px 32px 5px 12px,所以里层的.ant-empty-small的样式margin-left不需要加上@control-padding-horizontal

* 添加px单位
2019-12-10 15:04:25 +08:00
Reson-a
d6234307d2 fix: memory leak of Trigger (#1483) 2019-12-10 14:53:15 +08:00
tanjinzhou
79438a8543 fix: menu error in edge #1492 2019-12-10 13:17:17 +08:00
tanjinzhou
cdc0e1a5f6 test: update upload test 2019-12-10 13:16:16 +08:00
tangjinzhou
843d9dc82f fix: password add focus blur methods #1485 2019-12-09 22:44:52 +08:00
tangjinzhou
d294328319 feat: add modal not scroll to focus position when close #1320 2019-12-09 22:34:45 +08:00
tangjinzhou
e4f83939b9 fix: body scroll when open modal #1472 2019-12-09 22:23:40 +08:00
tanjinzhou
c86a261bca fix: tooltip throws exception in some cases #1519 2019-12-06 18:18:52 +08:00
tanjinzhou
9723a6253e fix: autoComplete placeholder not hide #1506 2019-12-06 17:11:17 +08:00
tanjinzhou
197cad6c5f fix: MonthPicker value can not change when open #1510 2019-12-06 17:09:27 +08:00