Ryan2128
6681bd4a1f
fix(color-picker): fix compilation errors caused by switch ( #1375 )
2021-01-28 10:20:26 +08:00
kooriookami
df6918f51c
fix(color-picker): fix color-picker can't select 8-digit hex color ( #1323 )
2021-01-21 10:30:40 +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
XiongAmao
c9c9e0d494
fix: app.use(comp.vue) type is not compatible ( #1067 )
2020-12-23 14:07:15 +08:00
kooriookami
5dbfb9b578
fix(color-picker): fix ColorPicker drag ( #1084 )
...
fix #1077
2020-12-23 11:07:14 +08:00
Ryan2128
02099395cb
fix(color-picker): fix can not select color ( #896 )
2020-12-08 21:02:51 +08:00
Ryan2128
158c4f9766
fix(color-picker): fix popper-class invalid ( #883 )
2020-12-08 16:40:06 +08:00
jeremywu
2280dd5c5e
fix(project): fix/exporting-fix-for-volar ( #849 )
...
- Using `defineComponent` to wrap component up for Volar support, this should close #841
- Also made changes for some typing
- Removed `merge.ts` since `Object.assign` are now supported natively
2020-12-06 23:52:47 +08:00
Simona
5db2e9729c
fix: popper transition with 'el-zoom-in-top' ( #785 )
...
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.
2020-12-02 22:33:26 +08:00
jeremywu
de0696b4f6
core/bumping-dependency-vue-version ( #729 )
...
* bumping version
* build(core): bumping vue version
- Bumping up vue version from ^3.0.0 to ^3.0.3 due to the change of `emitOptions`
* Remove transition mock/Add before-enter and before-leave hook emitter for popper
2020-12-01 10:28:42 +08:00
jeremywu
35dc2332f9
fix(cascader): fix cascader panel disappear unexpectedly ( #649 )
...
Co-authored-by: Jeremy Wu <jeremywu@Jeremys-MacBook-Pro.local>
2020-11-22 15:46:49 +08:00
zazzaz
b19d2fc374
fix: correct bundle export ( #630 )
...
* fix: correct bundle export
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
2020-11-20 20:24:16 +08:00
SMJ
33e80d6e25
fix: fix the color picker can't colse on click twice and add z-index for the notification ( #619 )
...
* 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>
2020-11-18 22:18:27 +08:00
jeremywu
f3d24d6109
fix(popper): fix popper related style ( #562 )
...
* fix(popper): fix popper related style
* fix(popper): restore `onMount` hook, rewrite `Teleport` usage
* fix(popper): fix failed tests due to change
* fix(popper): - Fix popper initialiation method
* fix(popper): - Replace unref with internal defined unwrap function
2020-11-10 14:55:03 +08:00
Simona
c5fc8b4e9a
build: optimize ( #560 )
...
* build: replace ts-loader with @babel/preset-typescript
2020-11-10 14:24:09 +08:00
zazzaz
6b69d0a457
build: fix build bundle ( #545 )
...
* chore: update
* chore: update
2020-11-05 19:11:04 +08:00
hangzou
b45f084a72
fix(build): fix import module path ( #543 )
...
* fix(build): fix import module path
* fix: fix export constants & type
* fix(popover): fix exports and import
2020-11-04 16:30:42 +08:00
Simona
4e8ea7e4c1
feat: unify form event dispatch and global config ( #527 )
2020-11-02 11:05:08 +08:00
bastarder
aea6f4204f
fix: export component
2020-10-29 19:37:18 +08:00
hangzou
09418659e0
build: fix rollup build ( #500 )
2020-10-29 16:13:29 +08:00
Caaalabash
b4c84cc00a
fix(autocomplete): popper usage ( #429 )
...
* fix(autocomplete): dropdownWidth
* fix: el-popper usage
* test: change test file
* fix: remove storybook doc dir
* test: sleep time
2020-10-22 14:02:28 +08:00
hangzou
e8c162ea72
fix: fix rollup module ( #434 )
...
* fix(build): fix some export & import path
* fix(build): build utils
* fix: fix error import
* fix(build): fix import error
* fix(build): remove useless dependent
* fix(build): fix build command error
2020-10-20 11:45:44 +08:00
jeremywu
73fb527f49
feat/Popover ( #339 )
...
* init popover
* feat(popover): component almost done. next `directive`
* modifications
* code finished
* partial complete testing code
* feat(popover): popover component
* fix linter complains
2020-10-19 13:44:50 +08:00
zouhang
c6e8c5c45e
build(core): fix some type error
2020-10-09 20:24:53 +08:00
Herrington Darkholme
dda8b97ddb
Fix/lint ( #392 )
...
* chore(core): fix linting
* fix(message): fix test
* fix(message): fix message test
* fix(select): remove unused
* fix(select): fix concurrent select test case
* fix(style): remove redundant type annotation
* fix(other): linting
2020-10-05 12:50:34 +08:00
Herrington Darkholme
8844187da6
chore(core): fix linting ( #387 )
2020-10-04 14:49:39 +08:00
Hades-li
47ebb19881
feat(color-picker): add color-picker component ( #375 )
...
* feat(color-picker): add color-picker component
finished component,unit tests
* fix: elment-plus/index.ts add color-picker
Co-authored-by: plus li <121318100@gmail.com>
Co-authored-by: Herrington Darkholme <2883231+HerringtonDarkholme@users.noreply.github.com>
2020-10-03 20:48:29 +08:00