Alan Wang
21e37b1900
build: support build on windows ( #3956 )
2021-10-20 09:45:47 +08:00
Otto
7349165300
fix(components): elProgress 修复不必要的 props required 定义,减少单测错误 ( #3954 )
2021-10-20 09:45:19 +08:00
jeremywu
16f069ebbe
Revert "build!: simplify build & support native esm import ( #3900 )" ( #3945 )
...
* Revert "build!: simplify build & support native esm import (#3900 )"
This reverts commit fb94222bb4
.
* remove module
* Fix linter
* Add @element-plus/icons as dependency
* update pnpm lock file
* temporary lock element-plus at 1.1.0-beta.20
2021-10-20 09:42:32 +08:00
jeremywu
4be8526b85
Revert "ci: fix init crowdin token ( #3911 )" ( #3943 )
...
This reverts commit 1e6914d453
.
2021-10-19 17:08:23 +08:00
jeremywu
065470a0be
Revert "build: fix copying font files ( #3929 )" ( #3942 )
...
This reverts commit 7961329aa8
.
2021-10-19 17:08:15 +08:00
Alan Wang
fffed80a81
fix(components): [el-rate] decimal icon display problem ( #3921 )
...
Co-authored-by: “Alanscut” <“wp_scut@163.com”>
2021-10-19 13:26:56 +08:00
btea
208be236cd
fix(utils): svg classname deal ( #3926 )
2021-10-19 13:26:30 +08:00
三咲智子
7961329aa8
build: fix copying font files ( #3929 )
2021-10-19 13:26:19 +08:00
Element
feda0d2ccf
chore: Update changelog 1.1.0-beta.21 ( #3919 )
2021-10-18 16:43:54 +08:00
btea
3c98dd627f
refactor(utils): addClass and removeClass ( #3858 )
2021-10-18 16:33:34 +08:00
波比小金刚
40b3dea926
fix(components): [el-form-item] calc the label-width. ( #3914 )
2021-10-18 16:31:45 +08:00
波比小金刚
fdfe38deb0
refactor(utils): use built-in throwError function ( #3916 )
2021-10-18 16:30:45 +08:00
三咲智子
06fc7f4215
build!: improve esm exports ( #3871 )
...
* build: improve esm import
* refactor: change mjs for esm version
* chore: improve exports map
2021-10-18 16:29:33 +08:00
三咲智子
12bf28e8c8
refactor(components): refactor image-viewer ( #3810 )
...
* refactor(components): refactor image-viewer
* fix: remove unused
* refactor: improve type
2021-10-18 16:24:52 +08:00
三咲智子
ffe6d251c6
refactor(components): refactor input ( #3805 )
...
* refactor(input): rename
* refactor(input): with-install
* refactor(input): kebab-case
* refactor(components): refactor input
* fix: fix test import
* refactor(components): [el-input] refactor export named
* refactor: improve types
* refactor: improve types
2021-10-18 16:21:30 +08:00
三咲智子
1e6914d453
ci: fix init crowdin token ( #3911 )
2021-10-18 14:58:53 +08:00
三咲智子
fb94222bb4
build!: simplify build & support native esm import ( #3900 )
...
* build: refactor build
* refactor: reorganize files
* refactor: refactor build
* build: improve perf
* fix: scripts
* build: add rollup-plugin-filesize
* chore: scripts ignore no-console
* build: disable tree-shaking
* build: improve code
* build: add sourcemap
* build: add banner
* refactor: remove annotation
2021-10-18 14:45:57 +08:00
三咲智子
3e2be8eb0b
chore: upgrade & remove unused dependencies ( #3892 )
2021-10-16 21:00:18 +08:00
三咲智子
647367e887
ci: upgrade pnpm version ( #3895 )
2021-10-16 20:58:41 +08:00
三咲智子
cf112c5866
refactor(utils): improve props validator warning ( #3847 )
...
* refactor(utils): improve props validator warning
* Update props.ts
* refactor: improve buildProps
* fix: test
Co-authored-by: Herrington Darkholme <2883231+HerringtonDarkholme@users.noreply.github.com>
2021-10-15 18:24:49 +08:00
deepthan
e8043abca8
fix: capitalize the first letter of the error message ( #3882 )
...
* Fix: fix erros message typo
Co-authored-by: linkun.he <helinkun@ithinkdt.com>
Co-authored-by: Herrington Darkholme <2883231+HerringtonDarkholme@users.noreply.github.com>
2021-10-15 17:51:15 +08:00
Alan Wang
39c286f140
fix: table lazy rows can't expand at the first time ( #3731 )
...
* fix: Table Attributes expand-row-keys has changed, but fold not work
* fix: Table lazy column can't expand at the first time
* Update packages/components/table/src/store/tree.ts
Co-authored-by: jeremywu <15975785+JeremyWuuuuu@users.noreply.github.com>
* Update packages/components/table/src/store/tree.ts
Co-authored-by: jeremywu <15975785+JeremyWuuuuu@users.noreply.github.com>
Co-authored-by: jeremywu <15975785+JeremyWuuuuu@users.noreply.github.com>
2021-10-14 17:38:00 +08:00
Alan Wang
4cffe3d9e7
fix: [ElSelectV2] set value to an empty array after selection error ( #3875 )
2021-10-14 17:36:41 +08:00
啝裳
4b5dc2123f
docs: add ellipsis prop only in horizontal mode menu ( #3873 )
2021-10-14 14:59:00 +08:00
啝裳
9108fade83
feat(components): [el-menu] add ellipsis prop ( #3870 )
2021-10-14 14:58:50 +08:00
表弟
12f1d0e47f
style(components): [el-message-box] string does not wrap ( #3856 ) ( #3867 )
2021-10-14 11:12:47 +08:00
btea
56776028b8
chore(dev): play add favicon ( #3864 )
2021-10-13 16:35:14 +08:00
Alan Wang
d36ef9d784
fix: about custom extension of table column ( #3437 )
2021-10-11 16:13:29 +08:00
Element
c23053a66a
chore: Update changelog 1.1.0-beta.20 ( #3838 )
2021-10-11 14:54:55 +08:00
btea
816a3bb44e
chore: fix typo ( #3831 )
2021-10-10 16:56:47 +08:00
三咲智子
4e458fe586
refactor(utils): improve defineProps ( #3811 )
...
* refactor(utils): improve defineProps
* refactor(utils): improve defineProps
2021-10-08 14:58:48 +08:00
Sanjay Soundarajan
4281c49ff0
Added a fix for spelling errors ( #3799 )
2021-10-08 10:01:48 +08:00
三咲智子
85d526f556
refactor(components): refactor col ( #3804 )
2021-10-08 09:55:18 +08:00
诗无尽头i
8912bd80f3
docs: fix theme-chalk path ( #3801 )
2021-10-07 22:48:16 +08:00
iamkun
6e86fd3343
chore: ignore CHANGELOG lint ( #3762 )
...
* chore: ignore CHANGELOG lint
* Update .eslintignore
2021-10-07 11:57:16 +08:00
三咲智子
3cf091f2d5
refactor(components): refactor image ( #3770 )
2021-10-06 20:17:18 +08:00
三咲智子
edb5726c2d
refactor(utils): refactor buildProps & replace buildProp ( #3775 )
2021-10-06 19:56:24 +08:00
三咲智子
50451ee0ac
chore(dev): add eslint-define-config & adjust eslint rules ( #3765 )
2021-10-06 19:41:52 +08:00
三咲智子
a4c65447f0
build: refactor copyDefinitions ( #3756 )
2021-10-06 19:40:44 +08:00
三咲智子
cced42def3
test(dev): reorganize play ( #3764 )
2021-10-06 19:36:30 +08:00
三咲智子
3b9e63d587
refactor(components): refactor space ( #3757 )
2021-10-06 19:34:32 +08:00
Kevin
23a2ac5515
test: jest support script setup
2021-10-06 17:54:22 +08:00
Kevin
cd2bd26d63
test: upgrade @vue/test-utils to v2.0.0-rc.15
2021-10-06 17:19:00 +08:00
btea
bf91f72351
fix(components): [el-date-picker] panel not select value enter error ( #3768 )
2021-10-05 15:46:17 +08:00
云游君
e5025ce50d
refactor: add parallax effect for home ( #3772 )
2021-10-05 02:16:40 +08:00
qiang
8adbd4735b
build: add default slot to generate better code hint files ( #3763 )
2021-10-04 08:26:51 +08:00
三咲智子
04aa072d13
fix(build): fix generate component type ( #3766 )
2021-10-02 16:55:55 +08:00
iamkun
8af6e78c42
chore: update package homepage ( #3761 )
2021-10-02 02:22:29 +08:00
三咲智子
bdf7dfb3e0
chore(project): use pretty-quick ( #3755 )
...
* chore(project): use pretty-quick
* refactor: add dev branch
2021-10-01 14:17:16 +08:00
bchen1029
20b574700b
fix(components): fix composition event bug ( #3659 )
2021-10-01 02:30:31 +08:00