Commit Graph

979 Commits

Author SHA1 Message Date
zazzaz
070e434994 chore: update changelog 2021-01-11 14:01:48 +08:00
zazzaz
f2f66b3e64
fix: fix time picker scroll bug (#1227)
* fix: fix time picker scroll bug

* chore: update

* chore: update
2021-01-11 10:33:23 +08:00
bastarder
1efee81cf3
fix(tree): fix tree node don't update after push new node into parent (#1231)
Co-authored-by: bastarder <jie.qian@blockheaders.com>
2021-01-11 10:32:49 +08:00
Ryan2128
513908a829
fix(loading): fix loading error show when parent's display is not block (#1250)
* fix(loading): fix loading error show when parent's display is not block

* test(loading): add loading test case
2021-01-11 10:31:31 +08:00
Ryan2128
e112b9c83b
fix(input-number): fix input-number behavior error (#1252)
* fix(input-number): fix input-number behavior error

- After input-number is cleared, the focus is lost and the value of v-model is not changed when the value of Min is changed

* test(input-number): add input-number test case

* docs(input-number): update modelValue's description
2021-01-11 10:30:44 +08:00
zazzaz
fec2e8690b chore: update gitignore 2021-01-10 20:56:44 +08:00
zazzaz
d2910b2986
ci: add pr preview (#1241) 2021-01-09 12:06:09 +08:00
zazzaz
810c7b9955
Delete .travis.yml 2021-01-09 01:02:59 +08:00
iamkun
0f5e003b6a Set up CI with Azure Pipelines
[skip ci]
2021-01-09 01:01:52 +08:00
zazzaz
98b4316fea
ci: add pr preview (#1238) 2021-01-08 20:10:45 +08:00
Ryan2128
dd13cb78da
fix(select): fix emptyText error show (#1213)
* fix(select): fix emptyText error show

* test(select): add emptyText error show test case
2021-01-07 20:26:26 +08:00
zazzaz
f7bd2ff710
chore: use latest vue version (#1218) 2021-01-07 20:24:44 +08:00
jeremywu
e01f3f8995
fix(select): Replace symbols to strings to avoid individual importing symbol issue (#1224)
- Replace symbols to strings to avoid individu
2021-01-07 17:53:54 +08:00
jeremywu
e844ede9ce
chore(project): chore/update-change-log-for-beta-23 (#1220) 2021-01-07 14:25:22 +08:00
kooriookami
446af1dc4e
fix(dropdown): fix dropdown menu stop-popper-mouse-event (#1219) 2021-01-07 14:00:09 +08:00
kooriookami
5c01631136
Feat/empty (#1210)
* feat(empty): add empty

* feat(empty): new component empty

re #1100

* feat: update doc

* feat: update scss

* perf: update img

* perf: update docs

* fix: update
2021-01-07 13:52:31 +08:00
jeremywu
d8faf46ada
fix(menu): fix/menu-item-group-not-working (#1217)
- Make the menu-item-group exported correctly
2021-01-07 11:52:28 +08:00
jeremywu
59bcb722e9
chore(project): chore/bumping-dep-versions (#1214)
- Bumping dep versions to get rid of Vulnerability
2021-01-07 11:22:54 +08:00
jeremywu
ade9a18010
fix(menu): fix/menu-item-not-expanding-correctly (#1212)
- Fix submenu cannot be expand correctly due to vue compiler's neg-optimization
2021-01-06 23:24:41 +08:00
zazzaz
ca09d496d8
docs: update contain doc style (#1204) 2021-01-06 14:12:22 +08:00
jeremywu
97f992fce6
fix(popover): fix popover hijacking mouse event bug (#1201) 2021-01-05 17:51:31 +08:00
zazzaz
43f9113de0 chore: update changelog 2021-01-05 16:55:16 +08:00
zazzaz
b71d151dce chore: update changelog 2021-01-05 16:52:23 +08:00
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