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 |
|
James Zhang
|
c396449ad3
|
fix(button): update prop 'size' type assertions to IButtonSize
fix(button): update prop 'size' type assertions to IButtonSize #420
|
2020-10-16 10:26:56 +08:00 |
|
zazzaz
|
8786faf73f
|
build: update build theme
|
2020-10-15 10:31:01 +08:00 |
|
zazzaz
|
42ac78d854
|
1.0.1-alpha.5
|
2020-10-15 10:24:46 +08:00 |
|
zazzaz
|
c5936d4f7b
|
build: publish packages
|
2020-10-15 10:24:40 +08:00 |
|
zouhang
|
3e97aac8af
|
fix(build): fix build error
|
2020-10-14 19:05:55 +08:00 |
|
zazzaz
|
f43af9a43a
|
chore: update logo
|
2020-10-14 14:26:12 +08:00 |
|
Tvinsh
|
c27eed73f4
|
docs(): update calendar doc (#406)
|
2020-10-13 11:52:25 +08:00 |
|
Enguerrand des Vaux
|
fe79cd3061
|
fix: Scrollbar migration to TypeScript (#397)
|
2020-10-13 10:39:36 +08:00 |
|
zouhang
|
c6e8c5c45e
|
build(core): fix some type error
|
2020-10-09 20:24:53 +08:00 |
|
zouhang
|
a14afae7c9
|
fix: fix some comp type erro & add rollup build
|
2020-10-09 20:24:53 +08:00 |
|