jeremywu
9ad78debcf
fix(drawer): fix drawer implementation with hook ( #817 )
...
* fix(drawer): fix drawer implementation with hook
* fix(drawer): fix drawer implementation
- Make drawer implementation as the same as dialog
* chore(drawer): documentation updates
2020-12-07 00:13:05 +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
e8a9074545
fix(cascader): render error of radio label ( #859 )
...
empty fragment will treat as invalid slot content since vue@3.0.4 which cause radio label renders
unexpectedly, so use span instead of fragment.
2020-12-06 22:52:13 +08:00
iamkun
9abdf513d8
chore: update time picker disabledHours doc ( #860 )
2020-12-06 22:49:50 +08:00
iamkun
7ec35a7a4c
chore: update date picker default time doc ( #851 )
2020-12-06 21:33:38 +08:00
jeremywu
6bc5a5ee5a
fix(pagination): fix pagination known issues ( #811 )
...
* fix(pagination): fix pagination known issues
- Fix pagination emitting current change twice
* fix(pagination): add defaults for readability
* fix(pagination): - remove defaults
2020-12-05 22:14:38 +08:00
kooriookami
ab76b845f5
fix(select): fix error style of select-dropdown ( #838 )
...
n
fix #812
2020-12-05 21:46:58 +08:00
zazzaz
4519575f73
1.0.1-beta.4
2020-12-05 13:02:32 +08:00
zazzaz
5426d79434
chore: update changelog
2020-12-05 13:02:27 +08:00
Simona
99dbe0e233
fix(popper): revert appendToBody from false to true ( #845 )
2020-12-05 12:30:15 +08:00
bastarder
ef35578a32
fix(form): fix form-item auto width bug ( #830 )
...
Co-authored-by: bastarder <jie.qian@blockheaders.com>
2020-12-04 17:39:17 +08:00
leeleanlean
86f58c36be
Fix the problem that the value of popper border .is-light shows the dark style in the default state of the component "TimePicker/DatePicker/DateTimePicker" ( #829 )
2020-12-04 17:33:26 +08:00
zazzaz
fe42f4404e
fix: ts name error ( #813 )
...
* fix: ts name error
* chore: update
2020-12-04 17:07:26 +08:00
zazzaz
50bd5cf456
chore: fix typo ( #823 )
2020-12-04 16:59:07 +08:00
bastarder
b55e78b8d7
fix(select): Fix select height error bug ( #834 )
...
Co-authored-by: bastarder <jie.qian@blockheaders.com>
2020-12-04 16:58:39 +08:00
jeremywu
790103596c
fix(select): fix select value did not match issue ( #808 )
...
* fix(select): fix select value did not match issue
- Fix when select's options were added after select is mounted, the value will not match
* fix: options.push cannot trigger watcher
Co-authored-by: 陈婉玉 <simonaliachen@gmail.com>
2020-12-04 13:39:01 +08:00
zazzaz
a293a31584
fix: make doc try demo work ( #815 )
2020-12-04 11:55:06 +08:00
zazzaz
a2b09da6f0
fix: doc sync update ( #816 )
2020-12-04 11:54:10 +08:00
jeremywu
2455c3f605
fix(dialog): fix on demand importing dialog lacking overlay css ( #809 )
...
- Fix issue causing dialog unable to load overlay csss
2020-12-03 22:45:26 +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
kooriookami
797b28abbb
feat(dropdown): remove outline ( #798 )
...
* feat(dropdown): remove outline
* feat(dropdown): remove outline
2020-12-03 22:39:55 +08:00
justwiner
a798508fff
fix(table): complete show-overflow-tooltip ( #736 )
...
* feat(table): complete show-overflow-tooltip
* fix(table): use $index instead of index_
fix #726
Co-authored-by: winerlu <winerlu@tencent.com>
Co-authored-by: zazzaz <izazzaz@hotmail.com>
2020-12-03 22:32:31 +08:00
zazzaz
24470ffb9e
chore: update changelog
2020-12-03 17:39:51 +08:00
zazzaz
6235ce61db
1.0.1-beta.3
2020-12-03 17:37:59 +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
Simona
8f084d0e08
fix: destructing import from lodash cause dist too large in esm version ( #788 )
2020-12-02 18:14:33 +08:00
SuMingJiong
8718f2bb6e
fix(dialog): fix show-close is invalid ( #773 )
...
- Fix `show-close` flag cannot control the close button's visibility close #771
2020-12-02 17:14:10 +08:00
Ryan2128
6a83173598
fix(alert): Fix style errors when no description ( #782 )
2020-12-02 17:09:05 +08:00
Square Coin
4618f3786b
feat(menu): fix nested ref unwrap value problem ( #775 )
...
Co-authored-by: liik <linyunqianpp@126.com>
2020-12-02 15:53:25 +08:00
zazzaz
56b259e44e
1.0.1-beta.2
2020-12-02 11:44:22 +08:00
zazzaz
9aad0ff14b
chore: update changelog
2020-12-02 11:44:17 +08:00
zazzaz
223e88b01c
chore: update changelog ( #765 )
2020-12-02 11:43:12 +08:00
jeremywu
6de81654fa
fix(menu): fix navigation menu potential bug ( #768 )
...
- Fix navigation potential bug
2020-12-02 11:38:10 +08:00
zazzaz
2b234fb4fb
1.0.1-beta.1
2020-12-01 21:57:04 +08:00
jeremywu
a1621ecf72
fix(date-picker): fix date picker referencing issue ( #757 )
2020-12-01 21:27:41 +08:00
jeremywu
092c89036d
fix(pagination): fix pagination current-change event not emitting ( #756 )
...
- Fix the issue when total gets changed and the currentPage gets changed but `current-change` event
not emitting
2020-12-01 21:17:24 +08:00
Ryan2128
20db02efe9
fix(card): fix the bug that bodyStyle
can not accept Object and Array ( #754 )
...
* fix(card): fix the bug that `bodyStyle` can not accept Object and Array
* test(card): add 'bodyStyle' test case
2020-12-01 19:57:36 +08:00
zazzaz
bd4cb60cc6
chore: fix doc import error ( #753 )
2020-12-01 19:14:11 +08:00
vok123
f529bbe7a0
fix: add esm bundle ( #577 )
2020-12-01 18:56:43 +08:00
Square Coin
0dc2388228
fix: fix the router behavior ( #745 )
...
* feat(menu): recover router logic
* fix(breadcrumb): correctly access $router
Co-authored-by: liik <linyunqianpp@126.com>
2020-12-01 17:34:03 +08:00
zazzaz
2bcbcc8859
chore: rm type ( #749 )
2020-12-01 17:33:52 +08:00
jeremywu
c938682dc5
fix(dropdown): fix dropdown incorrect style ( #741 )
...
- Making select insertion strategy defaults to document.body
2020-12-01 14:55:35 +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
03848ed70f
Update README.md
2020-11-30 12:43:20 +08:00
zazzaz
8c76545d5e
Update README.md
2020-11-30 11:08:34 +08:00
zazzaz
0bc7f6d999
1.0.1-beta.0
2020-11-29 18:58:38 +08:00
kooriookami
84321952e0
doc: Fix and improve v-slot/slot ( #711 )
...
* style(slider): slider button style change
slider button add box-sizing: border-box and change the default size to make sure the style is the
same of before.
* style(slider): remove outline
* fix(docs): replace error v-slot/slot to correct
Replace all `v-slot` to `#default`, `v-slot:xxx` to `#xxx`, `slot="xxx"` to `#xxx`.
fix #704
* docs: v-slot can not bind on div
* fix: fix v-slot
2020-11-29 18:50:46 +08:00
hangzou
3e8cfa473f
fix(build): fix utils esm build ( #720 )
2020-11-28 18:56:14 +08:00
zazzaz
6f0f3a3da4
chore: add sponsors ( #705 )
...
* chore: add sponsors
* chore: update
* chore: update
* chore: update
2020-11-27 13:41:53 +08:00
zazzaz
e4610e0feb
chore: update build type
2020-11-27 12:03:44 +08:00