Commit Graph

956 Commits

Author SHA1 Message Date
jeremywu
49199f3715
feat(image): feat/seperate-image-viewer (#1199)
- Seperate image viewer as a independent component. Close #1147
2021-01-05 16:28:11 +08:00
zazzaz
f2622ad48e
fix: fix year picker disabledDate bug (#1193)
fix #1192
2021-01-05 16:23:10 +08:00
iamkun
5a1d329a7c
docs: update progress format doc (#1194) 2021-01-05 16:22:33 +08:00
xyorz
1904aee48d
fix(dialog): fix date-picker is empty when dialog opened first time (#1144)
Fix date-picker in dialog is empty when dialog opened first time

fix #1021
2021-01-04 17:52:36 +08:00
BeADre
dd341a7376
fix(tree): add deep option for the watch function of data (#1188) 2021-01-04 15:39:20 +08:00
jeremywu
ae5dcec1e8
fix(popper): Fix popper transition lost bug (#1190)
- Fix popper transition lost issue
2021-01-04 14:59:09 +08:00
VijayAdam
ce4f3078c0
fix(popover): clickoutside not working (#1171)
* fix(cascader): fix: cascader-panel

* fix click-outsie: change the capture phase

* Revert "fix click-outsie: change the capture phase"

This reverts commit 4f21ea4cb575693bddc7fd467e65f36d86822dc6.

* 'fix(popover)'

* Update index.vue

Co-authored-by: vijay <vijayniubi@gmail.com>
2021-01-04 14:13:10 +08:00
Vgbire
027e0d7d03
style(textarea): adjust line-height of textarea .el-input__count (#1181) 2021-01-04 14:08:34 +08:00
jeremywu
c5f6ec3386
fix: popover variable error (#1189) 2021-01-04 11:32:51 +08:00
zazzaz
b68d06bd9d chore: update website logo 2021-01-03 11:37:55 +08:00
zazzaz
cb382ef26b chore: update changelog 2021-01-02 18:26:58 +08:00
zazzaz
dc96b070b9
fix: fix WeekPicker should return the first day of the week (#1169)
* fix: fix WeekPicker should return the first day of the week

fix #1028

* chore: update

* chore: update
2021-01-02 18:23:45 +08:00
kooriookami
85bad6c169
test(select): add select modelValue prop type test (#1173)
* fix(select): fix select type missing array

* fix(select): add select test
2020-12-31 15:55:51 +08:00
jeremywu
cc8f825715
fix(dialog): fix/dialog-close-event (#1164)
* fix(dialog): fix/dialog-close-event

- Dialog now emits close event correctly

* fix overlay render error
2020-12-31 14:33:17 +08:00
kooriookami
03a7aa806e
fix(select): fix select type missing array (#1168) 2020-12-31 14:11:35 +08:00
zazzaz
b54f2b80f0 fix: fix vue warning
fix #1165
2020-12-31 12:58:55 +08:00
zazzaz
0e6c59cd5a chore: update changelog 2020-12-31 11:57:21 +08:00
扑棱蛾子
a9c7409f0d
docs: change format 'yyyy-MM-dd' to 'YYYY-MM-DD' (#1162) 2020-12-31 11:53:38 +08:00
zazzaz
f15d61ddbc
fix: fix timepicker keyevent bug (#1151)
* fix: fix timepicker keyevent bug

fix #904

* chore: update

* chore: update

* chore: update
2020-12-31 11:12:52 +08:00
jeremywu
a58f0fab90
chore(project): chore/bumping-vue-version (#1159)
* chore(project): chore/bumping-vue-version

- Upgrade vue to 3.0.5

* chore(project): - revision dependencies
2020-12-31 11:11:45 +08:00
justwiner
d54abc800a
fix(table): when the data changes, the layout is not updated (#1059)
Co-authored-by: winerlu <winerlu@tencent.com>
2020-12-31 10:43:12 +08:00
jerome han
beb1270414
fix: Module @vue/test-utils has no exported members (#1139) 2020-12-31 10:42:38 +08:00
bastarder
c77e773044
Fix/scrollbar (#1123)
* fix(select):  fix select scrollbar bug

* fix(table): fix table filter pane scroll bug

* fix(cascader): fix cascader pane scroll bug

Co-authored-by: bastarder <jie.qian@blockheaders.com>
2020-12-31 10:41:50 +08:00
kooriookami
6dedd12a17
fix(select): fix modelValue type (#1158) 2020-12-31 10:41:09 +08:00
zazzaz
5f05af788a fix: lock vue@3.0.3 2020-12-30 14:27:14 +08:00
Lucas Soulier
e32160423d
doc: fix typo in french translation of datetime-picker.md (#1150) 2020-12-29 19:08:58 +08:00
jeremywu
a3a1c3508e
build: add packages (#1138)
* build(build): build/opt-github-actions-build-productivity

- Reduce the maximum parallel process number to 2(correcsponding to github actions machine cores)

* build(build): build/add-packages-to-release-scope

- Add packages to package.json.file in order to provide theme.scss
2020-12-27 23:58:18 +08:00
iamkun
a4d2eda833
chore: fix doc preview error (#1135) 2020-12-27 23:54:01 +08:00
jeremywu
bbd205711a
build(build): build/opt-github-actions-build-productivity (#1134)
- Reduce the maximum parallel process number to 2(correcsponding to github actions machine cores)
2020-12-27 19:08:59 +08:00
jeremywu
70c31d0bec
build(build): buid/add-locale-theme-in-es-build (#1132)
- Now lib provides cjs format exports and es provides esm format
2020-12-27 18:05:32 +08:00
jeremywu
691ecf5354
fix find cmmand issue (#1130) 2020-12-27 14:55:24 +08:00
jeremywu
d000dd7431
fix(build): fix/build-script (#1129)
- Fix build script error
2020-12-27 14:48:24 +08:00
zazzaz
8f0918d9eb chore: update changelog 2020-12-27 14:30:36 +08:00
VijayAdam
c66ea89c45
fix(cascader): fix: cascader-panel (#1112)
Co-authored-by: vijay <vijayniubi@gmail.com>
2020-12-27 14:21:17 +08:00
zazzaz
41c278fd24
fix: fix date-picker clear bug (#1114)
* fix: fix date-picker clear bug

* chore: update

* chore: update
2020-12-27 14:19:43 +08:00
zazzaz
900f4b277b
fix: fix website anchor error (#1115) 2020-12-27 14:19:28 +08:00
jeremywu
2671c461b4
build(core): core/bundling-opt (#1118) 2020-12-27 14:16:18 +08:00
kooriookami
b9ffca039f
style(notification): adjust line-height of title (#1122) 2020-12-27 14:15:37 +08:00
Vgbire
241fb12de2
docs(popover): change value/v-model to visible/v-model:visible (#1120) 2020-12-27 14:15:15 +08:00
zazzaz
47bc4e6272 chore: update changelog 2020-12-24 11:45:06 +08:00
jeremywu
56c73bfc30
Update publish.sh 2020-12-24 01:16:08 +08:00
jeremywu
18cd73114b
Update publish-npm.yml 2020-12-24 01:15:35 +08:00
jeremywu
3cc62c7398
Update publish.sh 2020-12-24 00:31:14 +08:00
jeremywu
a6957dd392
Delete .npmrc 2020-12-24 00:24:16 +08:00
jeremywu
4f51a52e42
Update publish-npm.yml 2020-12-24 00:24:02 +08:00
jeremywu
2da17daea2
Update publish-npm.yml 2020-12-24 00:04:52 +08:00
jeremywu
685fb9495e
Update publish-npm.yml 2020-12-23 23:15:59 +08:00
jeremywu
32e96e5e3a
fix publish.sh (#1102) 2020-12-23 22:50:04 +08:00
zazzaz
64aa529945 chore: update changelog 2020-12-23 22:34:53 +08:00
jeremywu
a65b7232cd
fix(project): fix/release-automation (#1101)
- Fix publish scripts
2020-12-23 21:44:51 +08:00