* perf(scrollbar): when scrollbar isn't shown, hide the bar
* fix: fix right click bar will return top
* perf: store and restore onselectstart
* perf: update
* fix(dropdown): fix dropdown popper position error when has line-height
* fix(date-picker): fix picker popper position error when has line-height
- xxx-picker
* fix(select): fix select popper position error when has line-height
* refactor(button): adjust height to meet standards
* 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>
* 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
* 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
* fix(select): fix content overflow in multiple select
fix content overflow in multiple select
fix#919
* style(select): change the inline style
change the inline style
* test(select): add test case
add test case for the multiple select
* fix(dialog): fix dialog can't scroll if the content too large
fix dialog can't scroll if the content too large
fix#991
* fix(dialog): make the mask can scroll
make the mask can scroll
fix#991
* fix(drawer): fix drawer implementation with hook
* fix(drawer): fix drawer implementation
- Make drawer implementation as the same as dialog
* chore(drawer): documentation updates
fix all picker's transition and styles, including select, autocomplete, timer-picker, date-picker
and so on, which transition should be 'el-zoom-in-top' and without duplication.
* style(slider): slider button style change
slider button add box-sizing: border-box and change the default size to make sure the style is the
same of before.
* style(slider): remove outline
* fix(select): fix the bug about clicking the select component
fix the bug about clicking the select component
fix#496
* docs: fix some bug in the docs of upload and infiniteScroll
fix some bug in the docs of upload and infiniteScroll
* docs: change the options api to composition api in the avatar docs
change the options api to composition api in the avatar docs
re #540
* Update avatar.md
* Revert update avatar.md
* fix(color-picker): fix the color picker can't colse on click twice
fix the color picker can't colse on click twice
fix#602
* fix(notification): fix notification does not have hight z-index
fix notification does not have hight z-index
fix#602
Co-authored-by: zazzaz <izazzaz@hotmail.com>