Commit Graph

1399 Commits

Author SHA1 Message Date
云游君
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
云游君
9f76045da6
refactor(var): alert/badge/link/message/message-box/notification/tag (#2892) 2021-08-12 09:47:32 +08:00
Otto
c883e6c192
docs(drawer): add drawer props desc (#2855)
* docs(drawer): add drawer props desc

* docs: add i18n drawer docs

* docs(drawer): add new line.
2021-08-11 16:53:58 +08:00
Helox
97a881c147
refactor(pagination): optimize demo style (#2890) 2021-08-11 14:56:14 +08:00
Liam Li
8cd6dd6c70
fix(comments): update var button comments (#2896)
update var button comments
2021-08-11 11:19:41 +08:00
clam
535e1b35ec
fix(locale): update error url and remove useless code (#2852)
Co-authored-by: zhangweiwei <zhangweiwei12@huawei.com>
2021-08-10 11:33:04 +08:00
云游君
5bbf348ddd
refactor(color): add css var color for button & fix style for datepicker (#2869)
* refactor(color): add css var color for button & fix style for datepicker

* refactor(button): generate var in class for type

* refactor(var): remove color light-i css var
2021-08-09 09:01:38 +08:00
云游君
f22130acfa
refactor(tag): use inherit css var way to simplify tag (#2878) 2021-08-09 08:56:35 +08:00
云游君
25995df924
refactor(transition): use sass map refactor & rename some transition (#2879) 2021-08-09 08:51:57 +08:00
Kisama
08c41150ab
fix(select): options display fix when allow-create, also empty & entered #2826 #2854 (#2830)
* fix(select):created option showed incorrectly#2826

fix https://github.com/element-plus/element-plus/issues/2826

* fix(select): options display fix when allow-create, also empty & entered

fix #2826 #2854

Co-authored-by: hanx316 <xuanxinhan@vip.qq.com>
2021-08-08 16:11:39 +08:00
云游君
cdc6a6ac61
feat(table): add new css var background-color (#2866) 2021-08-08 11:40:05 +08:00
0song
5e162b7a14
chore: update dayjs lock version (#2771) 2021-08-07 21:50:37 +08:00
云游君
e5536eb933
fix(drawer): missing css var, close #2848 (#2861) 2021-08-07 12:34:53 +08:00
云游君
594eb5b33f
fix(button): when(circle) use button-padding-vertical & add size demo (#2860) 2021-08-07 00:06:33 +08:00
iamkun
2c8a02f54f chore: update changelog 1.0.2-beta.70 2021-08-05 22:26:58 +08:00
云游君
0d47109782
fix(cascader): missing cascader-panel css var & add default var for thumb (#2847) 2021-08-05 20:53:56 +08:00
Simona
665ae6bd20
fix(cascader): revert #2344 to fix not update when options change (#2843)
fix #2837, revert #2344
2021-08-05 20:50:53 +08:00
云游君
a32ee8171c
fix(date-picker): color-text has been renamed to text-color (#2835) 2021-08-05 20:47:20 +08:00
云游君
0b0f7a8eeb
fix(build): throw sass exception for ci (#2832) 2021-08-04 22:53:32 +08:00
jeremywu
b05b9c1433
fix(style): sass compiling error (#2831)
- Fix sass compiling error
- Fix cascader transparent issue
2021-08-04 19:26:53 +08:00
jeremywu
d459ad083f
release(project): 1.0.2-beta.68 (#2829)
- Update changelog
2021-08-04 18:39:38 +08:00
jeremywu
7c97bc5283
fix(project): node is not exporting issue (#2827)
- Fix issue that caused ts definition file not generating
2021-08-04 18:28:08 +08:00
云游君
57b1ccf85b
fix(var): fix input/radio/checkbox used by other components (#2821) 2021-08-04 15:20:14 +08:00
qiang
42a00d3001
fix(dropdown): styles error (#2823) 2021-08-04 14:49:50 +08:00
0song
d067c9e881
chore: update changelog 67 (#2819) 2021-08-04 11:35:34 +08:00
云游君
d70d358c8c
fix(theme-chalk): fix fonts build by gulp (#2817) 2021-08-04 11:25:22 +08:00
云游君
03d9617776
refactor(var): move css var from root to class (#2808)
* refactor(var): move css var from root to class

* fix(var): fix typo & replace some var
2021-08-03 22:25:26 +08:00
iamkun
eef1ab0522
chore: add changelog beta.66 (#2806) 2021-08-03 21:08:28 +08:00
iamkun
117eb43ceb
chore: use engligh changelog only before official release (#2805) 2021-08-03 20:53:44 +08:00
BeADre
7c131465be
docs(result): fix typo (#2787) 2021-08-03 09:38:15 +08:00
zhaozhongyu
bcf48a2c8d
fix: select option does not delete in onBeforeMount (#2753)
Co-authored-by: zhaozhongyu <zhaozhongyu@xunlei.com>
2021-08-03 09:37:52 +08:00
Adrian Andersen
c96b43e14b
fix(locale): update Norwegian translation file (#2789) 2021-08-03 09:12:51 +08:00
云游君
a2dba425a0
chore(build): remove useless dependencies & use ts for gulp & add progressbar (#2792)
* refactor(theme-chalk): upgrade to ts & renive gulp-mincss with gulp-clean-css

* feat(build): add clean-css colorful log && add progressbar for webpack
2021-08-03 09:12:34 +08:00