qiang
87a16f24d3
workflow: Auto generate code hint files from the docs ( #1749 )
...
* chore: add components-helper
* docs: unified style
* docs: unified style
* docs: unified style
* docs: unified style
* chore: replace Accepted Values for icon
* chore: delete vetur folder
* chore: add components-helper
* docs: unified style
* docs: unified style
* docs: unified style
* docs: unified style
* chore: replace Accepted Values for icon
* chore: delete vetur folder
2021-04-06 11:41:02 +08:00
Ryan2128
d4421340a7
fix(docs): fix error of on-demand docs ( #1738 )
2021-04-06 11:28:18 +08:00
inottn
7380b8131c
fix(utils): fix isIE logic ( #1757 )
2021-04-06 11:27:30 +08:00
Max Novikov
1ab50ded03
fix(docs): fix wrong method name in quickstart.md ( #1729 )
...
Hi! There is a mistake in doc's, you used the wrong method, method `slice` will be correct.
2021-04-02 09:29:37 +08:00
神楽坂みずき
fe3807b4f7
refactor(card): remove needless div tag ( #1732 )
...
fix #1717
2021-04-01 09:27:38 +08:00
inottn
a02737a78a
fix(input): add keydown event listener for textarea ( #1723 )
2021-03-31 16:24:42 +08:00
inottn
c3d1d14bdd
fix(time-picker): update oldValue when visible change ( #1635 )
...
* fix(time-picker): update oldValue when visible change
* chore(time-picker): extract common logic
2021-03-31 16:14:45 +08:00
jeremywu
55a702ca22
fix(drawer): fix drawer close button outline issue when focusing( #1727 )
...
- Fix drawer close button outline issue when focusing.
2021-03-31 16:14:12 +08:00
jeremywu
6cb474f46d
docs(project): release/beta-1.0.36 ( #1703 )
...
- Update changelogs
2021-03-28 13:04:45 +08:00
jeremywu
ac0612965f
build(project): project/bumping-vue-version ( #1702 )
...
* build(project): project/bumping-vue-version
- Bumping vue to 3.0.9
* remove unnecessary dependency
* restore @vue/compiler-sfc
2021-03-28 12:46:58 +08:00
kooriookami
4365ffb760
fix(notification): fix style of break word ( #1701 )
2021-03-28 10:34:45 +08:00
jeremywu
8f256b18f7
feat(tag): add new feature check-tag ( #1696 )
...
* feat(tag): add new feature check-tag
- Add new component `check-tag`
* feat(tag): - add check tag vetur support
2021-03-27 19:54:43 +08:00
Summer
3ac7c2c75f
fix (menu) component animation bug ( #1690 )
...
* fix: menu component animation bug
* fix: menu component animation bug
2021-03-27 19:19:10 +08:00
Ryan2128
8b7db50681
docs: update on demand import docs ( #1672 )
2021-03-27 19:18:36 +08:00
justwiner
ed3062d97d
fix(table): the current row render flashing when expanding line toggle ( #1654 )
...
Co-authored-by: winerlu <winerlu@tencent.com>
2021-03-27 19:12:10 +08:00
Ryan2128
25868c2446
fix(message-box): fix incompatible migration ( #1671 )
...
* fix(message-box): fix incompatible migration
* docs(message-box): add docs of buttonSize
2021-03-27 19:11:38 +08:00
Ryan2128
99451a1ef6
fix(select): fix error position of input and tags ( #1682 )
2021-03-27 19:08:33 +08:00
Ryan2128
f916bf0cf6
fix(upload): fix transition error trigger when fileList is static ( #1686 )
2021-03-27 19:07:50 +08:00
xiejiahe
e7bff99ece
fix(notification): css word break ( #1699 )
2021-03-27 18:11:15 +08:00
zouyaoji
a25bda188a
docs(docs): docs: Update the quickstart.md of zh-cn language ( #1698 )
...
There is a typo in Global config
2021-03-27 17:56:04 +08:00
Summer
e6594ea926
Fix (popover) tabindex prop ( #1642 )
...
* fix(popover): fix panel disappear when hover on panel
* popover: fix tabindex prop
* popover: fix popover directive
* add test case for popover
* tabindex prop does not specify a default value & update elpopover component docs
Co-authored-by: Ryan <ryanzhao2128@gmail.com>
2021-03-26 16:01:29 +08:00
justwiner
f8d5bd9270
fix(table): fix #1653 ( #1665 )
...
Fix table can not correctly calculate bug of cell width after sorting or filtering
fix #1653
Co-authored-by: winerlu <winerlu@tencent.com>
2021-03-26 15:13:02 +08:00
inottn
d345e65296
fix(image): avoid onload to be overwritten ( #1689 )
2021-03-26 14:00:19 +08:00
inottn
178c39171a
fix(select): should reset placeholder after clear ( #1679 )
2021-03-24 22:54:35 +08:00
Ryan2128
2a5059b5c5
fix: fix tooltip's export ( #1678 )
2021-03-22 20:52:31 +08:00
justwiner
6822cafda8
fix(table): fix bug caused by dynamic rendering ( #1640 )
...
fix #1626
Co-authored-by: winerlu <winerlu@tencent.com>
2021-03-22 09:22:35 +08:00
justwiner
8ea4c16e34
fix(table): fix bug in render column structure ( #1664 )
...
Co-authored-by: winerlu <winerlu@tencent.com>
2021-03-22 09:14:21 +08:00
woshoxxx
4b0e022e07
chore: remove an repetitive file in .gitignore ( #1673 )
2021-03-22 09:09:14 +08:00
inottn
e45da7bddb
fix(form-item): return resetField & clearValidate methods ( #1663 )
2021-03-19 09:23:14 +08:00
qiang
8238fa8593
chore: add web-types.json ( #1662 )
2021-03-19 09:11:18 +08:00
Ernest
3faec50c22
fix(select): modelValue should be deep reactive in multiple mode ( #1624 )
2021-03-16 21:41:08 +08:00
jeremywu
184af0b56f
fix(hooks): fix use-lock-screen hook ( #1651 )
...
- Fix when unmounting `use-lock-screen` could cleanup the side effects
2021-03-16 21:40:45 +08:00
kooriookami
2299dcf399
fix(slider): fix model-value error when Slider rendered ( #1645 )
...
fix #1644
2021-03-15 21:22:07 +08:00
Ryan2128
8cb7ddc400
docs(tabs): update label docs of tab-pane ( #1646 )
2021-03-15 20:46:22 +08:00
Ryan2128
4c3eb20b0b
fix(select): fix option-group error when groupQueryChange event trigger ( #1639 )
2021-03-15 20:13:31 +08:00
jeremywu
ea9aa0df24
build(project): fix-build-error ( #1638 )
...
- Fix type caused build error which stops the type generator producing type files
2021-03-15 11:22:34 +08:00
iamkun
f2091973c1
chore: update change log
2021-03-12 20:46:59 +08:00
kooriookami
362431e0db
fix(slider): fix warning of modelValue ( #1622 )
2021-03-12 17:25:46 +08:00
Ernest
96ab675903
feat(tree): auto expand parent on set current key and node ( #1502 ) ( #1508 )
...
* fix(tree): auto expand parent on set current key and node (#1502 )
* feat: expose expand-on-highlight-node prop
* Revert "feat: expose expand-on-highlight-node prop"
This reverts commit 9694825e0132522f1a4907d0c7bd91c4bd73b5aa.
* feat: add shouldAutoExpandParent parameter
* test: add tests
* docs: add parameter
* fix: it should only expand parent
* docs: update
* fix: it should only expand parent
2021-03-11 20:51:27 +08:00
inottn
4d6b26ae7a
fix(avatar): watch invalid when src is missing from props ( #1615 )
...
* fix(avatar): watch invalid when src is missing from props
* test(avatar): add test case
2021-03-11 20:47:11 +08:00
神楽坂みずき
7b83c1569e
fix(select): tag can't close if the option is disabled ( #1605 )
...
* fix(select): tag can't close if the option is disabled
re #1594 , #1595
* fix(select): same change on collapse tag
* test: add test for tag of disabled option is not closable
* fix: fix when select is clearable
* test: add test
2021-03-11 20:32:36 +08:00
justwiner
8b84f834dd
fix(table): fix the bug that cannot watch data ( #1612 )
...
fix #1606
Co-authored-by: winerlu <winerlu@tencent.com>
2021-03-11 20:32:01 +08:00
Vgbire
8e653df457
style(dropdown-item): when disabled its mouse style should be disabled ( #1603 )
2021-03-10 21:13:33 +08:00
Ernest
598b798555
fix(cascader-panel): no loaded nodes should not be checked ( #1583 )
...
* fix(cascader): no loaded nodes should not be checked
* fix(cascader): no loaded nodes should not be checked
* fix(cascader): it should be indeterminate if some child are not loaded
2021-03-10 20:30:28 +08:00
Summer
1655c2aa11
fix: pagination.scss ( #1598 )
...
* fix: pagination.scss
* add variable for pagination.scss
2021-03-10 20:30:04 +08:00
Ernest
872327a7d5
fix(cascader): prevent log error for before filter ( #1582 )
2021-03-09 22:20:15 +08:00
qiang
272b8c76c8
fix: some components miss install type ( #1547 )
...
* fix: some components miss install type
* fix: some components miss install type
2021-03-09 21:24:22 +08:00
Ryan2128
a382e3f657
fix(pagination): fix current-page event error emit ( #1575 )
2021-03-09 20:45:08 +08:00
Ryan2128
543b2b08a0
fix(select): fix option migrate error ( #1574 )
...
* fix(select): fix option migrate error
* docs(select): update the accepted type of model-value
2021-03-09 20:25:21 +08:00
Ryan2128
92cb1c4169
fix(popover): fix panel disappear when hover on panel ( #1573 )
2021-03-09 20:24:41 +08:00