Commit Graph

663 Commits

Author SHA1 Message Date
Simona
5d2f680088
style: fix typo (#1008) 2020-12-15 22:25:49 +08:00
Ryan2128
eb5a04de6c
fix(tree): fix keyboard navigation bug (#995)
* fix(tree): fix keyboard navigation bug

* test(tree): add navigate test case
2020-12-15 20:50:17 +08:00
Square Coin
e93a728872
feat(menu): update menu spec (#980)
* feat(menu): update menu spec

* feat(menu): update to rAF

* feat(menu): remove raf method

Co-authored-by: liik <linyunqianpp@126.com>
2020-12-15 14:27:54 +08:00
kooriookami
a32ac6a3ad
fix(table): fix table filter-panel style (#943) 2020-12-15 14:15:21 +08:00
jeremywu
9e3352c1fc
fix(dialog): fix/dialog-header-slot (#997)
- Rename the slot name from 'header' to title
2020-12-15 11:58:24 +08:00
jeremywu
d16fbb66e5
feat(virtual-list): first implementation of virtual list (#790) 2020-12-15 11:42:21 +08:00
SkyAo
15f792de5f
feat(docs): import EP in demobox to support Composition API docs (#984) 2020-12-14 13:47:19 +08:00
kooriookami
be7b9665bb
fix(scrollbar): native scrollbar not hide when native is not true (#971)
negative value of margin-bottom not work in certain scenarios.
2020-12-13 18:21:58 +08:00
wujieZ
1807eaa28d
style: arrow function (#982) 2020-12-12 22:33:46 +08:00
zazzaz
36f676cf37 1.0.1-beta.8 2020-12-12 15:06:24 +08:00
zazzaz
427f175ec2 chore: update changelog 2020-12-12 15:06:19 +08:00
dream
caa41664fb
fix(docs): change upload docs #966 (#976) 2020-12-12 00:23:46 +08:00
justwiner
0cb4f7037f
fix(table): fix the style bug when the parent container is display: flex (#969)
Fix the bug of abnormal height and width of table when the parent container is display: flex

fix #922

Co-authored-by: winerlu <winerlu@tencent.com>
2020-12-11 16:49:19 +08:00
kooriookami
3133552bde
fix(docs): lang="sass" to lang="scss" (#970) 2020-12-11 16:46:42 +08:00
hangzou
eb24622055
fix: fix some components import type (#959) 2020-12-11 15:37:09 +08:00
kooriookami
e3177cb3b8
fix(popover): popover with pure should has border (#954)
fix #942
2020-12-10 17:04:06 +08:00
zazzaz
bcf7162b57
fix: export locale (#950) 2020-12-10 16:31:57 +08:00
Ryan2128
e519c6a770
fix(menu): fix open method error (#952)
* fix(menu): fix open method error

* test(menu): add open method error test case
2020-12-10 16:20:15 +08:00
jeremywu
5c144d2c4f
fix(collapse): fix collapse not emitting change (#949)
- Add emit when active changes
2020-12-10 16:17:48 +08:00
jeremywu
46a20e9e05
fix(dialog): fix dialog bouncing (#955)
- Change rendered before open dispatches to avoid bouncing
2020-12-10 16:17:12 +08:00
zazzaz
3effc34a9d 1.0.1-beta.7 2020-12-10 14:12:44 +08:00
zazzaz
1c565b8230 chore: update changelog 2020-12-10 14:12:35 +08:00
jeremywu
97dd66b172
fix(select): fix select multi mode rendering (#941)
- Fix select multi mode not rendering input box issue
2020-12-10 11:17:10 +08:00
jeremywu
ab39d290b7
fix(notification): fix notification left empty divs (#913)
- Remove the container div after each notification closed
2020-12-10 11:09:18 +08:00
Ryan2128
5fa80d3c5e
Fix/upload: fix two bug (#927)
* fix(upload): fix picture not show without slot

* fix(upload): fix fileList not work
2020-12-10 11:05:13 +08:00
zazzaz
c7d185c6a2
fix: add input placeholder type (#814)
* fix: add input placeholder type

* chore: update
2020-12-10 11:04:20 +08:00
dream
9a98af4f81
fix(docs): fix table docs #929 (#937) 2020-12-10 10:28:42 +08:00
Simona
1b0d86ce6e
fix(cascader-panel): checked nodes not update when options change (#934)
fix #857
2020-12-10 00:08:13 +08:00
kooriookami
1c30c50512
fix(col): update (#875) 2020-12-09 19:53:07 +08:00
kooriookami
709ec69c12
fix(docs): fix calendar doc params (#911) 2020-12-09 18:24:47 +08:00
jeremywu
33cf09ad24
fix(drawer): fix drawer layout issue (#924)
- Fix the problem when `modal` set to false, the drawer will not be able to show.
2020-12-09 18:23:15 +08:00
zazzaz
c11998efec chore: update changelog 2020-12-09 13:11:37 +08:00
zazzaz
79b8273fa0 1.0.1-beta.6 2020-12-09 12:40:40 +08:00
zazzaz
f5820de55c fix: fix error PropType 2020-12-09 12:09:17 +08:00
iamkun
96e0e89778 chore: update date picker doc 2020-12-09 12:08:45 +08:00
bastarder
3f99b335e5
fix(tree): Right click event bug (#886)
Co-authored-by: bastarder <jie.qian@blockheaders.com>
2020-12-08 21:04:27 +08:00
bastarder
3832028775
fix(form-item): Fix form-item props undefined bug (#888)
Co-authored-by: bastarder <jie.qian@blockheaders.com>
2020-12-08 21:04:04 +08:00
Ryan2128
fa632b875e
fix(autocomplete): fix clearable doesn't work (#892) 2020-12-08 21:03:47 +08:00
Ryan2128
02099395cb
fix(color-picker): fix can not select color (#896) 2020-12-08 21:02:51 +08:00
Simona
fabb9d5f03
fix(popper): attr style fallthrough failed (#897) 2020-12-08 21:01:16 +08:00
Ryan2128
158c4f9766
fix(color-picker): fix popper-class invalid (#883) 2020-12-08 16:40:06 +08:00
bastarder
deff12c86a
fix(tree): Fix tree document bug (#873)
Co-authored-by: bastarder <jie.qian@blockheaders.com>
2020-12-07 16:13:32 +08:00
bastarder
df3ef2a5cc
fix(upload): Fix upload file slot not work bug (#868)
Co-authored-by: bastarder <jie.qian@blockheaders.com>
2020-12-07 15:50:47 +08:00
zazzaz
f5d4f5d25c 1.0.1-beta.5 2020-12-07 13:25:31 +08:00
zazzaz
e27c476a92 chore: update changelog 2020-12-07 13:25:25 +08:00
Simona
536c43a571
fix(input): non-emit events such as keyup not work (#866)
* fix(input): non-emit events such as keyup not work

fix #837

* fix: remove debug code

* test(input): add test case
2020-12-07 13:21:23 +08:00
bastarder
e4bb9daf4f
fix(select): Fix select.focus is undefined bug (#862)
* fix(select): Fix select.focus is undefined bug

* fix(select): Add hook test

Co-authored-by: bastarder <jie.qian@blockheaders.com>
2020-12-07 11:29:08 +08:00
Simona
a2ad745293
refactor: optimize useAttrs signature (#864) 2020-12-07 10:57:48 +08:00
kooriookami
1faddf1232
fix(docs): replace link element to element-plus in changelog (#865) 2020-12-07 10:57:25 +08:00
justwiner
6877d76d99
fix(table): ts error (#863)
Co-authored-by: winerlu <winerlu@tencent.com>
2020-12-07 10:36:37 +08:00