Commit Graph

14 Commits

Author SHA1 Message Date
jeremywu
97f992fce6
fix(popover): fix popover hijacking mouse event bug (#1201) 2021-01-05 17:51:31 +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
jeremywu
b57fb4b4f5
fix(popover): fix popover positioning (#796)
* fix(popover): fix popover positioning

- Popover and popconfirm are now inserted to document.body by default

* fix(popper): remove key properties for readabilities
2020-12-03 22:43:18 +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
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
zazzaz
8181a08cf4
fix: locale update bug (#611) 2020-11-18 22:20:36 +08:00
zazzaz
790d831c63
fix: fix color-picker popover popconfirm style (#584) 2020-11-16 11:07:57 +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
jeremywu
ce42541755
fix(popover): fix popover unable to close issue & popconfirm style issue (#557) 2020-11-06 11:42:31 +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
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
xiaoeyu
43d2b23676
feat(popconfirm): add Popconfirm component (#356) 2020-10-16 11:14:45 +08:00