Commit Graph

552 Commits

Author SHA1 Message Date
jeremywu
79ce9ae5a2
fix(message): message covered by dialog (#701)
- Fix the bug that cause poppup-manager unable to use zIndex from global config
2020-11-26 19:56:10 +08:00
jeremywu
5bd50ac16e
fix(dialog): fix dialog not updating slots issue (#686)
- Remake dialog with templates instead of render function
2020-11-24 23:06:26 +08:00
jeremywu
de86098728
fix(image): fix image not showing error content error (#679) 2020-11-24 20:22:40 +08:00
zazzaz
348bb9477e
docs: update cdn (#673) 2020-11-24 15:54:55 +08:00
zazzaz
e024c050b2 1.0.1-alpha.21 2020-11-24 15:01:00 +08:00
zazzaz
857715564b
fix: to remove vue-router dep (#670) 2020-11-24 14:59:06 +08:00
zazzaz
a2a515024a
Build/full (#668)
* build: update build full

* chore: update

* chore: update

* chore: update

* chore: update
2020-11-24 14:58:56 +08:00
JeremyWuuuuu
62d0e8def9 fix(cascader): fix cascader initial binding not working 2020-11-24 10:48:10 +08:00
jeremywu
41655b6847
chore(project): adding a script for upgrading vue version (#660)
* chore(project): adding a script for upgrading vue version

* Update locale.spec.ts

Co-authored-by: zazzaz <izazzaz@hotmail.com>
2020-11-23 17:51:51 +08:00
zazzaz
fcc5ea27d3 docs: update import doc 2020-11-23 16:39:38 +08:00
justwiner
8a64310e3f
fix(table): fix the filter panel is covered (#601)
Co-authored-by: winerlu <winerlu@tencent.com>
Co-authored-by: zazzaz <izazzaz@hotmail.com>
2020-11-23 16:37:11 +08:00
zazzaz
7dce7e2012 1.0.1-alpha.20 2020-11-23 15:08:00 +08:00
zazzaz
20f595385e build: update build theme 2020-11-23 15:07:53 +08:00
zazzaz
777dd4ca30 1.0.1-alpha.19 2020-11-23 14:33:31 +08:00
zazzaz
4240e1c66f build: update theme build 2020-11-23 14:33:20 +08:00
zazzaz
1b63a99c2b build: update dependencies 2020-11-23 14:17:51 +08:00
zazzaz
5a424d4a43
Build/component (#656)
* build: update build conf

* chore: update

* chore: update

* chore: update

* fix: rm mixin
2020-11-23 13:55:48 +08:00
zazzaz
a9c8b7cebf build: update build 2020-11-23 09:50:30 +08:00
BeADre
c550aa01cc
docs(dialog): update dialog docs (#650) 2020-11-23 09:47:23 +08:00
zazzaz
55d52a2164 1.0.1-alpha.18 2020-11-22 22:37:34 +08:00
zazzaz
8e1dff7de7 build: update conf 2020-11-22 22:36:42 +08:00
zazzaz
46d4648ced 1.0.1-alpha.17 2020-11-22 21:56:33 +08:00
zazzaz
a84b72e8f1 build: update build version 2020-11-22 21:56:33 +08:00
Ryan2128
7897fa1ba4
Fix/message-box: messageBox prompt default value is null (#642)
* fix(message-box): fix validate failed style error

* fix(input): fix input's value is a 'null' string when modelValue is null
2020-11-22 19:02:33 +08:00
zazzaz
95d28d48ea docs: update upload doc 2020-11-22 15:51:41 +08:00
jeremywu
35dc2332f9
fix(cascader): fix cascader panel disappear unexpectedly (#649)
Co-authored-by: Jeremy Wu <jeremywu@Jeremys-MacBook-Pro.local>
2020-11-22 15:46:49 +08:00
BeADre
9769966684
fix: fix #633 (#634) 2020-11-21 19:11:28 +08:00
Ryan2128
3eaa653fe8
fix(select): fix tag content error in multiple mode (#641) 2020-11-21 11:04:52 +08:00
BeADre
6f433e22be
docs: update jp docs (#636) 2020-11-20 23:02:15 +08:00
Ryan2128
4569f7b1f2
fix(notification): fix animation error (#640) 2020-11-20 21:23: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
58f33bd8d8 1.0.1-alpha.16 2020-11-20 10:54:26 +08:00
jeremywu
8aaf0d989a
fix(popper): making popper z-index dynamical (#632) 2020-11-20 10:04:20 +08:00
Ryan2128
f4f1e80e6c
fix(pagination): fix page-size not update in UI when props changed (#631) 2020-11-19 21:44:22 +08:00
zazzaz
0b6c862f44
fix: correct locale name (#628)
* fix: correct locale name

* chore: update

* fix: add name

* fix: set correct dayjs locale

* chore: update
2020-11-19 15:58:25 +08:00
BeADre
e7e2e79d6a
docs(timeline): remove the description about the reverse (#610) 2020-11-19 15:46:20 +08:00
Ryan2128
ce2752cceb
docs(transfer): fix error (#494) 2020-11-18 22:42:10 +08:00
zazzaz
69c6809b34
chore: add some github config (#612) 2020-11-18 22:41:22 +08:00
zazzaz
8181a08cf4
fix: locale update bug (#611) 2020-11-18 22:20:36 +08:00
SMJ
33e80d6e25
fix: fix the color picker can't colse on click twice and add z-index for the notification (#619)
* fix(select): fix the bug about clicking the select component

fix the bug about clicking the select component

fix #496

* docs: fix some bug in the docs of upload and infiniteScroll

fix some bug in the docs of upload and infiniteScroll

* docs: change the options api to composition api in the avatar docs

change the options api to composition api in the avatar docs

re #540

* Update avatar.md

* Revert update avatar.md

* fix(color-picker): fix the color picker can't colse on click twice

fix the color picker can't colse on click twice

fix #602

* fix(notification): fix notification does not have hight z-index

fix notification does not have hight z-index

fix #602

Co-authored-by: zazzaz <izazzaz@hotmail.com>
2020-11-18 22:18:27 +08:00
Ryan2128
80e3de348b
fix(message): fix massage appear without animation (#624) 2020-11-18 22:17:42 +08:00
zazzaz
a174187bd7
build: external dayjs (#616) 2020-11-18 22:15:52 +08:00
iamkun
096c47ffa5
doc: update browser demo code (#621)
* doc: update browser demo code

* doc: update browser demo code iframe
2020-11-18 22:15:09 +08:00
Ryan2128
ebf23ffbf4
fix(tag): fix tagSize class (#622) 2020-11-18 22:14:17 +08:00
Ryan2128
2ce421d62f
fix(slider): fix the z-index of slider button too large (#623) 2020-11-18 22:13:19 +08:00
bastarder
27cbf5fb6b
fix: fix tabs bug for 'v-for' (#618) 2020-11-18 16:02:53 +08:00
BeADre
533638dd1a
feat: add methods for message type (#594) 2020-11-17 09:44:44 +08:00
zazzaz
3c1fda6fbb build: update build script 2020-11-16 11:26:57 +08:00
zazzaz
131d79c752 1.0.1-alpha.15 2020-11-16 11:25:47 +08:00
zazzaz
ed1b58a85a fix: fix date picker mouse down bug 2020-11-16 11:25:36 +08:00