vb
748278905a
fix(message-box): messageBox should close when press enter ( #2308 )
...
Co-authored-by: vb <vb@itech8.net>
2021-06-25 17:21:47 +08:00
jeremywu
8206e34a66
fix(project): fix/upgrade-to-vue-3-1-1-and-with-bug-fix ( #2220 )
...
- Upgrade Vue to 3.1.1 and fix the bug alone with the upgrade
2021-06-11 18:20:49 +08:00
Zong
f3b9ebf571
fix: use more reasonable type inference ( #1963 )
...
Use 'hasOwn' instead of 'hasOwnProperty' to complete more reasonable type inference and avoid possible bugs in the prototype chain.
2021-05-09 10:46:11 +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
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
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
c550bcfd27
fix(popper): fix popper error cause by vue version update ( #1556 )
...
* chore: update vue version
* fix(infinite-scroll): fix test case error
* fix(popper): fix popper error cause by vue version update
2021-03-03 11:43:31 +08:00
Ryan2128
47bdfe617d
fix(message-box): fix type check error of message ( #1413 )
2021-02-02 10:12:29 +08:00
jeremywu
08421fab23
fix(message-box): Remove default button text for both cancel and confirm button which caused i18n not working ( #1357 )
2021-01-26 14:55:53 +08:00
jeremywu
931a679516
fix(dialog): Fix the change against el-overlay
caused the behavior of dialog changes. ( #1282 )
...
* 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
2021-01-15 12:13:06 +08:00
jeremywu
30f1947c47
fix(overlay): Fix overlay event triggering issue ( #1235 )
2021-01-14 17:01:37 +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
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
b1bdb6de8b
build: add type ( #685 )
...
* build: add type
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
2020-11-26 23:09:31 +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
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
bastarder
aea6f4204f
fix: export component
2020-10-29 19:37:18 +08:00
Mesamo
8d2d6be085
fix(message-box): binding confirmButtonDisabled property
2020-10-21 18:04:08 +08:00
jeremywu
f4f81af246
fix(message-box): - fix message box unit test error ( #433 )
2020-10-19 15:05:37 +08:00
余林夕
c2951875b3
feat(message-box): migrate MessageBox ( #300 )
...
* feat(message-box): migrate MessageBox
* refactor(message-box): import sleep from test-utils
* refactor(message-box): optimize props
* refactor(message-box): optimize message-box
* refactor(message-box): optimize message-box
* refactor(message-box): optimize message-box
* refactor(message-box): remove `removeClass` & `addClass`
* refactor(message-box): replace 'HTMLElement' with 'HTMLButtonElement'
* refactor(message-box): review optimize
* refactor(message-box): __test__ optimize
* refactor(message-box): replace addEvent with on and off
* refactor(message-box): remove doc
* feat(message-box): jest add @babel/plugin-proposal-class-properties
Co-authored-by: YuLinXi <yumengyuan@klicen.com>
2020-10-19 13:50:22 +08:00