WilhanTian 田伟汉
9245850dd7
fixed resolve font path errors ( #3048 )
...
fixed resolve font path errors & format code
2021-08-25 17:38:24 +08:00
Haoqun Jiang
5d9037a8b5
fix: stop pinning vue peer dependency version ( #3051 )
...
* fix: stop pinning vue peer dependency version
It should be safe to trust `vue` to follow semver.
Pinning a peer dependency version is a bad idea because any change in
peer dependency requirement should be considered a breaking change in
theory.
On the other hand, `@vue/compiler-sfc` has a strict peer dependency
version requirement.
So pinning the `vue` version is likely to causing issues like
https://github.com/vitejs/vite/issues/4573 in the future.
* chore: update lockfile
2021-08-25 17:34:57 +08:00
msidolphin
d6975c61df
feat(select-v2): support allow-create feature ( #3017 )
...
* feat(select-v2): support allow-create feature
support allow-create feature and refactored part of select-v2's code
* fix: optimized code
2021-08-25 17:23:13 +08:00
tryag
3aff7bbbd5
fix(rate):use constant ( #3011 )
2021-08-25 17:11:50 +08:00
JeremyWuuuuu
b4342c5ef4
fix missing folders and umd locale builds and i18n docs for umd builds
2021-08-25 17:07:06 +08:00
kooriookami
4bf5ac6e16
perf: update tw lang ( #3045 )
...
re #2934
2021-08-25 14:52:14 +08:00
kooriookami
20c57e3e98
style: remove useless style ( #3042 )
2021-08-25 12:10:18 +08:00
iamkun
bf8eb571a9
Update CHANGELOG.en-US.md
2021-08-25 11:31:04 +08:00
jeremywu
e926d20179
fix(build): exposing installer function and version for umd build ( #3041 )
...
* fix(build): exposing installer function and version for umd build
* fix codepen code snippet error
2021-08-25 11:27:16 +08:00
Aex
84d8d7111e
fix(components): [descriptions] avoid conflict with el-table ( #3005 )
...
Co-authored-by: imwsk <syfzxx@vip.qq.com>
Co-authored-by: imwsk <syfzxx@vip.qq.com>
2021-08-25 11:00:02 +08:00
Sanxiaozhizi
c7e7224f77
refactor: rename el-submenu to el-sub-menu ( #3037 )
...
* refactor(components): rename el-submenu to el-sub-menu
* refactor(docs): rename el-submenu to el-sub-menu
2021-08-25 10:03:36 +08:00
wangbincyzj
8830b2337a
fix: [label-wrap] Fix misspellings ( #3030 )
...
Co-authored-by: wangbin <bin.wang2@cyclone-robotics.com>
2021-08-25 09:47:41 +08:00
Sanxiaozhizi
08e5fc8662
fix(message-box): fix type ( #3038 )
2021-08-25 09:47:08 +08:00
iamkun
9f8bfdb939
Update CHANGELOG.en-US.md
2021-08-25 01:27:45 +08:00
jeremywu
0738aed40c
fix(build) fix rollup full bundile issue ( #3034 )
2021-08-25 01:22:03 +08:00
iamkun
b1c85d0fbc
Update CHANGELOG.en-US.md
2021-08-25 00:22:50 +08:00
jeremywu
ef94ac1a70
fix(build): upgrade vue to 3.2.x ( #3031 )
...
* chore(build): upgrade vue to 3.2.x
- Update Vue related dependencies version
* update vue version
2021-08-25 00:18:06 +08:00
kooriookami
e0095e3c1d
build: update browserslist ( #3027 )
2021-08-24 17:36:52 +08:00
jeremywu
a3d0d05d82
fix replaceAll is undefined ( #3024 )
2021-08-24 16:52:44 +08:00
jeremywu
f4bad47cd5
fix(build): github release CI issue ( #3023 )
...
* fix(build): github release CI issue
- Fix release.yml syntax issue
* Update publish-npm.yml
2021-08-24 16:31:30 +08:00
0song
95dfb86cf5
chore: update changelog 1.1.0-beta.1 ( #3022 )
2021-08-24 16:09:50 +08:00
kooriookami
b5e3058783
style(transfer): add text-algin ( #3018 )
...
fix #3004
2021-08-24 15:17:25 +08:00
wangbincyzj
9c790c76f0
fix(components): [form-item] Fix misspellings ( #3019 )
...
Co-authored-by: wangbin <bin.wang2@cyclone-robotics.com>
2021-08-24 14:25:28 +08:00
jeremywu
b0f4fc5f23
refactor: update package path and bundle folder ( #3016 )
2021-08-24 13:36:48 +08:00
wangbincyzj
21820acafc
Update token.ts ( #3001 )
...
fix interface FormItemContext.validate wrong parameter type
2021-08-24 09:45:51 +08:00
kooriookami
8920101abc
style(menu): change to border-box ( #2999 )
...
re #2998
2021-08-23 10:41:15 +08:00
Aex
22baee933e
fix(notification): icon color error ( #2992 )
2021-08-19 23:17:33 +08:00
kooriookami
138a35a9ea
style(checkbox): fix the size property is invalid ( #2985 )
...
* style(checkbox): fix the size property is invalid
fix #2982
* style: use flex
2021-08-19 19:49:57 +08:00
kooriookami
17628c2fb5
fix(link): fix style ( #2990 )
2021-08-19 19:48:50 +08:00
Aex
f3536b899f
feat(link): remove href prototype when empty ( #2969 )
2021-08-19 17:09:17 +08:00
kooriookami
2bc16a2bab
docs(descriptions): update doc about details of no border ( #2984 )
...
* docs(descriptions): update doc about details of no border
re #2970
* docs: update
2021-08-19 13:55:20 +08:00
Senasiko
a0e9eb2027
improvement(tabs): optimize tab-bar offset calc ( #2844 )
...
* improvement(tabs): optimize tab-bar offset calc
* test(tabs): add tab active bar offset test
2021-08-19 10:31:25 +08:00
云游君
47516e75ed
feat(card): add var background-color & prepare for dark mode ( #2912 )
2021-08-19 10:30:51 +08:00
云游君
77a4cbf1b8
feat(date-picker): custom date-editor width ( #2836 )
2021-08-19 10:30:26 +08:00
Aex
61a305547c
fix(pagination): icon center aligned ( #2962 )
2021-08-19 09:59:51 +08:00
CallMeSoul
8287f90521
更新骨架屏自定义模板时的key值 ( #2944 )
...
* 更新骨架屏自定义模板时的key值
之前骨架屏自定义模板时key都是0,因为没有传入模板作用域。现在把count循环的i传入作用域,解决该问题
* fix warning
fix the linter issue before this merged
2021-08-19 09:50:02 +08:00
Zapic
f55c320354
fix(carousel): a invalid css rule by typo ( #2951 )
2021-08-19 01:16:00 +08:00
kooriookami
de502831e8
docs(form): merge scope slot into slot
2021-08-18 16:26:19 +08:00
inottn
9d2d30ce46
fix(dropdown): add css var for popper ( #2909 )
2021-08-18 12:56:13 +08:00
0song
3b48b2870b
Update changelog 1.0.2-beta.71 ( #2968 )
2021-08-18 11:31:43 +08:00
Folee
b4e1a7253c
fix(pagination): Fix that current-page and page-size do not support hyphen style when using v-model ( #2884 )
...
* fix(pagination): Fix that current-page and page-size do not support hyphen style when using v-model
* fix(pagination): Fix the bug that the value of hasCurrentPageListener is always true
2021-08-18 11:21:06 +08:00
ioslh
c5c816c094
fix: pagination locale key correction ( #2889 )
2021-08-18 11:13:56 +08:00
逝水经年
19fa2900dd
doc: Add example of the popconfirm button click event ( #2939 )
...
* Added an example of the popconfirm button click event(for all languages)
* Fixed the problem of indent.
Co-authored-by: 逝水经年 <entireyu@jniantic.cn>
2021-08-18 11:06:22 +08:00
iamkun
264a5255eb
feat: add 'calendar-change' event to date-range datetime-range picker ( #2964 )
2021-08-18 08:49:19 +08:00
云游君
a0e261f75b
fix(style): allow custom alone color sass var ( #2963 )
2021-08-17 23:30:30 +08:00
kooriookami
9a9d70be1c
perf(scrollbar): add min-size prop ( #2916 )
...
* perf(scrollbar): add min-size prop
re #2906
* perf: add docs
* perf: remove console
* perf: perfect
* perf: add code annotation
* perf: perf precision
* perf: update
2021-08-16 14:20:48 +08:00
Hatem Satouri
7fb574a161
feat(switch): add border color ( #2933 )
2021-08-16 09:55:35 +08:00
Victor Vedenin
2067e6587c
fix(badge): fix dot-badge color ( #2943 )
...
Fix dot-badge color. It was interrupted by primary color
2021-08-16 09:55:26 +08:00
qiang
f03b12bdf9
fix(tree): undefined parent cause error on SSR ( #2942 )
2021-08-16 09:52:16 +08:00
kooriookami
54453257a2
fix(tabs): add v-resize directive ( #2886 )
...
fix #2660
2021-08-16 09:50:36 +08:00