Commit Graph

961 Commits

Author SHA1 Message Date
qiang
9429ff303f
chore: add tags and attributes completions for vetur (#1303) 2021-01-20 15:31:07 +08:00
justwiner
9a4beb0105
fix(table): when the data changes, the table does not update the layout (#1315) 2021-01-20 15:29:51 +08:00
justwiner
b85758912a
fix(table): fix bug of table-column property watching (#1309) 2021-01-20 15:28:34 +08:00
Ryan2128
45dbdf6e26
fix(loading): fix loading transition invalid (#1321) 2021-01-20 15:26:14 +08:00
jeremywu
5e031237e3
feat(project): Update with functionality to compat with vue-i18n (#1306) 2021-01-19 23:49:07 +08:00
Ryan2128
17d4bc6fee
fix(checkbox): fix checkbox migrate error (#1293) 2021-01-18 20:42:31 +08:00
Vgbire
d3ec150953
style(notification): fix style when its type set and title not set (#1288)
* style(notification): fix style when its type set and title not set

* refactor(checkbox): remove margin when no title

* refactor(checkbox): add margin

Co-authored-by: Ryan2128 <33176053+Ryan2128@users.noreply.github.com>
2021-01-18 20:38:34 +08:00
Ryan2128
63d1b1bc2e
fix(tree): fix tree node not render in lazy (#1298)
Because `this` pointer is points to origin object in constructor.
2021-01-18 19:52:18 +08:00
Homyee King
f9bf392053
docs: Update table toggleAllSelection doc (#1289) 2021-01-18 15:02:50 +08:00
kooriookami
09041347bf
fix(slider): fix slider can't drag in mobile (#1299) 2021-01-18 14:07:48 +08:00
zazzaz
89bc84e5e5
Update index.tpl 2021-01-17 00:48:52 +08:00
winerlu
10f93cf70d fix(table): fix column insertion disorder BUG
fix #1285
2021-01-16 07:25:25 -06:00
Ryan2128
0898a3270b
fix(table): fix checkbox in table header style error (#1292) 2021-01-16 13:36:46 +08:00
Ryan2128
a95765983f
fix(table): fix table migrate error (#1294) 2021-01-16 13:29:12 +08:00
zazzaz
a043dd820f chore: update changelog 2021-01-15 19:12:53 +08:00
jeremywu
363fde46f0
docs(table): fix/table-document (#1290) 2021-01-15 19:10:21 +08:00
zazzaz
05f62fa75f
fix: Fix Datepicker bind attr to panel error (#1277)
* fix: Fix Datepicker bind attr to panel error

* fix: Fix Datepicker bind attr to panel error
2021-01-15 18:08:09 +08:00
Ryan2128
b5be4443e3
fix(loading): fix loading transition invalid and directive loading not show in the second time when service loading show between them (#1281)
* fix(loading): fix loading transition invalid

* fix(loading): fix directive loading not show in the second time

Fix directive loading not show in the second time when a service loading show between them
2021-01-15 13:56:59 +08:00
jeremywu
931a679516
fix(dialog): Fix the change against el-overlay caused the behavior of dialog changes. (#1282)
* fix(dialog): fix/dialog-overflowing

- Fix the change against `el-overlay` caused the behavior of dialog changes.

* fix(overlay): - Fix compatibility issue on chrome

* enhance overlay class type
2021-01-15 12:13:06 +08:00
Heekei
c81b850099
Empty: fix unexpected show title (#1279)
fix unexpected show title when mouse on svg image

Co-authored-by: zazzaz <izazzaz@hotmail.com>
Co-authored-by: jeremywu <591449570@qq.com>
Co-authored-by: jeremywu <15975785+JeremyWuuuuu@users.noreply.github.com>
2021-01-15 09:18:16 +08:00
zazzaz
bacfb74b72 chore: update 2021-01-14 17:40:51 +08:00
zazzaz
510621a83f chore: update 2021-01-14 17:39:36 +08:00
zazzaz
7ba21ab415 chore: update changelog 2021-01-14 17:39:18 +08:00
kooriookami
8bda98b075
feat(affix): new component affix (#1260)
* feat(affix): new component affix

re #1247

* feat: add test

* perf: update state

n

* docs: update docs

* perf: pref the component
2021-01-14 17:02:47 +08:00
jeremywu
30f1947c47
fix(overlay): Fix overlay event triggering issue (#1235) 2021-01-14 17:01:37 +08:00
kooriookami
e4ced422c6
fix(form): form missing emits (#1272)
* fix(form): form-item missing emits

* fix: update
2021-01-14 11:36:06 +08:00
kooriookami
478eecbc07
fix(switch): id of input can't be empty (#1273)
remove default value of id props
2021-01-14 11:07:55 +08:00
kooriookami
a00ad48324
fix(table): fix filter icon height of table header (#1233) 2021-01-13 15:37:14 +08:00
Ryan2128
4b6cf25722
fix(col): fix lacking props named tag (#1264) 2021-01-13 14:07:24 +08:00
zazzaz
ae264ac4c5
Update index.tpl 2021-01-13 14:06:14 +08:00
zazzaz
f2b20c8eb8
test: add ssr test (#1261)
* test: add ssr test

* chore: update
2021-01-12 11:00:37 +08:00
Ryan2128
6530cdbeba
fix(input-number): fix increase/decrease button not work (#1259)
* fix(input-number): fix increase/decrease button not work

- fix increase/decrease not work when modelValue not in [min, max]

* test(input-number): add a test case which check increase/decrease button
2021-01-12 10:50:27 +08:00
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