Commit Graph

3459 Commits (ba971c4f2c0ebebf002167316906a4bc31db4937)

Author SHA1 Message Date
Amour1688 dea4866177 chore: refactor comment and icon 2020-09-18 12:15:01 +08:00
John60676 be480a89c0
fix(types): button type prop missing link (#2856) 2020-09-17 15:14:44 +08:00
zkwolf 6a910de636
chore: add size type to progress (#2854) 2020-09-17 14:52:10 +08:00
John60676 c1cfabb20e
fix: menu cannot be collapsed by the Layout (#2819) 2020-09-17 14:51:32 +08:00
tanjinzhou c78e9418a4 fix: layout vue warning #2817 2020-09-17 14:09:33 +08:00
Amour1688 b5dd6c69b3 fix: empty duplicate class 2020-09-16 12:54:54 +08:00
Amour1688 7cec8614b0 chore: classNames es 2020-09-16 12:45:04 +08:00
Amour1688 87aa5ecbd8 fix: merge conflict 2020-09-12 11:34:18 +08:00
tanjinzhou 2b422dd17b fix: table rowselection type error 2020-09-11 16:02:14 +08:00
tanjinzhou 4afb93e7fb chore: update vue-loader version 2020-09-10 16:39:02 +08:00
tanjinzhou 5991cf776b chore: update use version 2020-09-10 11:27:34 +08:00
zkwolf 19c4ec819a
chore: add menu onClick ts type (#2758)
* chore: add menu click type

* chore: change menu onClick definition

* chore: update menu onClick type
2020-09-10 10:34:41 +08:00
Amour1688 a5eda35693 Merge branch feat-vue3 into next 2020-09-10 10:01:32 +08:00
tanjinzhou 05a6f82644 chore: add @ant-design-vue/use 2020-09-09 18:42:00 +08:00
tanjinzhou f38979f5ba chore: udpate type 2020-09-09 16:40:28 +08:00
tanjinzhou ca2bfbd3ef fix: modal icons type error 2020-09-08 14:26:39 +08:00
tanjinzhou f84065dcd3 bump 2.0.0-beta.8
fix: types error
2020-09-08 13:33:55 +08:00
tanjinzhou b25eb6742a bump 2.0.0-beta.7 2020-09-08 10:16:42 +08:00
undefined cf4edceca6 chore: update to @vue/babel-plugin-jsx 2020-09-07 22:28:29 +08:00
tanjinzhou 56ffcc6619 test: update snap 2020-09-07 18:28:03 +08:00
tanjinzhou 5f68ab9181 perf: add radio event declar 2020-09-07 18:27:49 +08:00
tanjinzhou 7ec5dac844 perf: add checkbox event declar 2020-09-07 17:19:28 +08:00
tanjinzhou ec73097d9b fix: steps v-model can not click 2020-09-07 17:18:50 +08:00
tanjinzhou 9257c1ea68 fix: modal loading button not work 2020-09-07 13:49:12 +08:00
tanjinzhou b616823353 fix: Descriptions Item support v-for #2793 2020-09-07 13:26:22 +08:00
tanjinzhou 8024469b88 fix: types error 2020-09-07 12:45:01 +08:00
Carter Li fb52b36067
chore: use `lodash-es` to support vite (#2777)
To fix error: `Uncaught (in promise) SyntaxError: The requested module
'/@modules/lodash/isPlainObject.js' does not provide an export named
'default'`
2020-09-02 22:44:16 +08:00
tanjinzhou 58b66daa1e bump 2.0.0-beta.6 2020-09-02 12:54:47 +08:00
tanjinzhou 8dd2c5b751 fix: tree-select-node not registered 2020-09-02 12:54:24 +08:00
tangjinzhou fbcf0bff9d chore: update moment to support vite 2020-08-31 22:25:47 +08:00
tanjinzhou 695607bbf3 chore: remove not use package 2020-08-31 18:37:11 +08:00
tanjinzhou 1f6accba22 test: update snap 2020-08-31 17:16:16 +08:00
tanjinzhou 06b7e33cc0 chore: remove classnames 2020-08-31 16:53:19 +08:00
tanjinzhou c36a984b1b bump 2.0.0-beta.4 2020-08-31 15:18:53 +08:00
tanjinzhou 5b6a9f93ef chore: remove not use package 2020-08-31 15:11:17 +08:00
tanjinzhou 5b5beb5942 chore: update types 2020-08-31 14:59:56 +08:00
tangjinzhou 382f603301 style: pretty-quick 2020-08-30 22:59:47 +08:00
tangjinzhou 83f7c6ed41 fix: modal afterClose trigger twice 2020-08-30 22:56:15 +08:00
tangjinzhou 2cbc72f617 chore: remove require 2020-08-30 22:23:36 +08:00
undefined d57a2acd87 perf: update tree 2020-08-30 15:10:11 +08:00
undefined 3d17d5f26e perf: update lazyload 2020-08-27 22:38:56 +08:00
tanjinzhou 2b1e972803 perf: update propssymbol 2020-08-27 18:34:23 +08:00
tanjinzhou 29d681ff52 style: remove not use file 2020-08-27 17:40:29 +08:00
tanjinzhou 4770ed4708 perf: update tabs 2020-08-27 17:28:18 +08:00
tanjinzhou 5e3d9fe5a3 fix: upload not support css scope 2020-08-27 16:03:42 +08:00
tanjinzhou 8ac75e4a73 test: update snap 2020-08-25 14:24:56 +08:00
tanjinzhou 37ddc96666 Merge branch 'feat-vue3' of https://github.com/vueComponent/ant-design-vue into feat-vue3 2020-08-25 14:17:23 +08:00
tanjinzhou 6fa4f9cd23 bump 2.0.0-beta.3 2020-08-25 14:17:00 +08:00
zkwolf 0e0ad463c7
feat: badge text support vnode (#2750)
* feat: badge text support vnode

* test: update badge test
2020-08-25 13:51:01 +08:00
Amour1688 09eb71d5fb chore: refactor tag 2020-08-23 19:33:01 +08:00