Simona
|
19a2e5f416
|
build: adjust the order of file extensions by usage frequency in jest (#477)
|
2020-10-27 16:52:16 +08:00 |
|
jeremywu
|
4454c75d63
|
fix(popper): fix popper tabindex error (#472)
- Move tabindex attr from trigger to popper
|
2020-10-27 14:36:41 +08:00 |
|
zazzaz
|
fc23a4ec04
|
Revert "fix(switch): fix switch has outline (#469)" (#474)
This reverts commit 3d7b298df3 .
|
2020-10-27 14:36:34 +08:00 |
|
Ther-su
|
3d7b298df3
|
fix(switch): fix switch has outline (#469)
fix switch has outline, the class el-switch need to add outline:none
fix #468
|
2020-10-27 11:09:14 +08:00 |
|
zazzaz
|
e01ae5f935
|
Doc/update link (#463)
* docs: update link
* chore: update
* chore: update
* chore: update
|
2020-10-26 17:16:22 +08:00 |
|
jeremywu
|
b06352a43b
|
fix(popper): - Remove popper mask and event attaching strategy (#466)
|
2020-10-26 17:14:26 +08:00 |
|
Ryan2128
|
42d53eead7
|
Feat/slider: Integrate InputNumber (#451)
* feat(slider): Integrate `InputNumber`
* test(slider): add test about `InputNumber`
* docs(slider): fix error about parsing render
|
2020-10-26 10:56:14 +08:00 |
|
zazzaz
|
ff9cdfab9e
|
chore: update cn web (#459)
|
2020-10-26 10:26:40 +08:00 |
|
zazzaz
|
bfa7a99419
|
1.0.1-alpha.10
|
2020-10-23 15:02:39 +08:00 |
|
zazzaz
|
a075770d25
|
chore: update lock
|
2020-10-23 15:02:34 +08:00 |
|
zazzaz
|
eb426a416d
|
chore: rm esm build
|
2020-10-23 15:01:09 +08:00 |
|
bastarder
|
ee3b42fb09
|
feat(loading): add loading component (#447)
* refactor(loading): refactored loading component
* refactor(loading): use render & createVNode instead of createApp
Co-authored-by: Ryan <ryanzhao2128@gmail.com>
|
2020-10-23 10:15:49 +08:00 |
|
zazzaz
|
d8882d839f
|
fix: website support vue composititon api (#456)
|
2020-10-22 16:05:52 +08:00 |
|
jeremywu
|
2d4348a827
|
fix(notification): export notification in the package (#453)
|
2020-10-22 14:31:15 +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 |
|
jeremywu
|
8e95db293c
|
fix(popper): remove clickouside listener when manual enabled (#450)
|
2020-10-22 14:00:33 +08:00 |
|
Mesamo
|
8d2d6be085
|
fix(message-box): binding confirmButtonDisabled property
|
2020-10-21 18:04:08 +08:00 |
|
zazzaz
|
1788cc4733
|
1.0.1-alpha.9
|
2020-10-21 17:12:55 +08:00 |
|
liaomeirong
|
22a629f87e
|
fix build fails when using Vue 3 on top of typescript
|
2020-10-21 15:52:46 +08:00 |
|
Herrington Darkholme
|
59234e58c4
|
fix(build): remove vue extension
omitting vue extension is bad practice
|
2020-10-21 15:51:44 +08:00 |
|
zazzaz
|
2343ab1d90
|
fix: fix table type
|
2020-10-21 11:40:08 +08:00 |
|
zazzaz
|
18bd2d241c
|
chore: update
|
2020-10-20 14:53:31 +08:00 |
|
zazzaz
|
1c44cd8e2e
|
chore: update
|
2020-10-20 14:52:45 +08:00 |
|
zazzaz
|
4cfb86438a
|
chore: update build
|
2020-10-20 14:17:56 +08:00 |
|
zazzaz
|
b66c749454
|
1.0.1-alpha.8
|
2020-10-20 14:15:43 +08:00 |
|
zazzaz
|
ed87900f57
|
1.0.1-alpha.7
|
2020-10-20 13:52:08 +08:00 |
|
hxp971130
|
c864b7d53e
|
fix(utils): isServer judgment error (#441)
|
2020-10-20 13:50:29 +08:00 |
|
zazzaz
|
3f200f0b45
|
Update FUNDING.yml
|
2020-10-20 13:32:27 +08:00 |
|
zazzaz
|
46be49679c
|
Create FUNDING.yml
|
2020-10-20 13:31:59 +08:00 |
|
zazzaz
|
ceae92fe7c
|
fix: fix table tooltip (#438)
|
2020-10-20 11:47:02 +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 |
|
justwiner
|
2985a71751
|
feat(table): table (#407)
Co-authored-by: winerlu <winerlu@tencent.com>
Co-authored-by: zazzaz <izazzaz@hotmail.com>
|
2020-10-20 10:31:47 +08:00 |
|
jeremywu
|
f4f81af246
|
fix(message-box): - fix message box unit test error (#433)
|
2020-10-19 15:05:37 +08:00 |
|
JeremyWuuuuu
|
2d13a7091b
|
chore(core): fix vulnerable packages
|
2020-10-19 14:00:42 +08:00 |
|
Enguerrand des Vaux
|
fc7e139163
|
Fix esm bundler alias (#396)
* fix(popper): re-create popper if destroyed when updating
* fix: fix bundler alias
|
2020-10-19 13:50:41 +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 |
|
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 |
|
zazzaz
|
72d3311abd
|
build: rename lib
|
2020-10-16 14:33:43 +08:00 |
|
zazzaz
|
f927b8a586
|
1.0.1-alpha.6
|
2020-10-16 14:25:02 +08:00 |
|
zazzaz
|
5523c3e367
|
build: update name
|
2020-10-16 14:24:34 +08:00 |
|
plantainX
|
a432ae3966
|
fix(build): vue external config (#380)
|
2020-10-16 14:14:36 +08:00 |
|
hangzou
|
3c01d82efa
|
feat: add module in pkg & remove useless comment (#423)
|
2020-10-16 13:51:39 +08:00 |
|
zazzaz
|
3d777e5e6c
|
chore: update
|
2020-10-16 11:26:39 +08:00 |
|
zazzaz
|
d0bee7e33e
|
chore: update
|
2020-10-16 11:26:39 +08:00 |
|
zazzaz
|
b80768db7b
|
chore: update
|
2020-10-16 11:26:39 +08:00 |
|
zazzaz
|
5d012cf0d5
|
docs: update doc
|
2020-10-16 11:26:39 +08:00 |
|
xiaoeyu
|
43d2b23676
|
feat(popconfirm): add Popconfirm component (#356)
|
2020-10-16 11:14:45 +08:00 |
|
zazzaz
|
5aecfa5061
|
docs: update calendar docs
|
2020-10-16 10:43:38 +08:00 |
|
晓枫
|
2ee313ab61
|
feat(input-number): add input-number component (#368)
|
2020-10-16 10:37:35 +08:00 |
|
Roland
|
07f2c75b6e
|
fix(collapse): fix/collapse type question (#394)
Co-authored-by: zazzaz <izazzaz@hotmail.com>
|
2020-10-16 10:34:10 +08:00 |
|