chenjiahan
|
f052aa3043
|
docs(changelog): @vant/cli 4.0.4
|
2022-09-06 00:02:32 +08:00 |
|
chenjiahan
|
ac95762ab4
|
release: @vant/cli 4.0.4
|
2022-09-06 00:01:50 +08:00 |
|
neverland
|
08cecf114b
|
fix(@vant/cli): failed to build types of sfc (#11012)
|
2022-09-06 00:01:08 +08:00 |
|
neverland
|
ba95cad78d
|
docs: update website domain (#10798)
|
2022-07-07 22:27:48 +08:00 |
|
活轨
|
9a6bc32cf4
|
fix(Uploader): should not preview failed images (#10790)
Co-authored-by: Rail <wanglifei@yiqicai.com>
|
2022-07-07 21:46:38 +08:00 |
|
Alan Wang
|
419a8e4f0e
|
feat(Calendar): expose getSelectedDate method
|
2022-07-04 20:34:20 +08:00 |
|
neverland
|
d712da5778
|
chore(cli): remove custom font (#10784)
|
2022-07-03 13:58:38 +08:00 |
|
neverland
|
beeb059401
|
perf(cli): improve cli boot time (#10780)
* chore: test
* perf(cli): improve cli boot time
|
2022-07-03 10:53:14 +08:00 |
|
neverland
|
5883d3e0c7
|
perf(cli): replace ora with nanospinner (#10779)
|
2022-07-02 23:05:11 +08:00 |
|
neverland
|
2e27c67c76
|
perf(cli): replace lint-staged with nano-staged (#10778)
|
2022-07-02 22:57:41 +08:00 |
|
neverland
|
28e8b72ccd
|
chore(cli): replace chalk with picocolors (#10777)
|
2022-07-02 22:51:53 +08:00 |
|
neverland
|
8256fdc927
|
chore: bump eslint-plugin-vue v9 (#10776)
* chore: bump eslint-plugin-vue v9
* chore: release @vant/eslint-config@3.5.0
|
2022-07-02 22:46:24 +08:00 |
|
neverland
|
e60f36390a
|
chore: bump @vue/test-utils to v2 stable (#10775)
|
2022-07-02 22:40:41 +08:00 |
|
neverland
|
0a8420fdac
|
chore: bump typescript v4.7 (#10774)
|
2022-07-02 22:35:45 +08:00 |
|
neverland
|
eea5f002a7
|
chore(cli): bump release-it v15 (#10773)
|
2022-07-02 22:26:41 +08:00 |
|
neverland
|
2f1066e9c6
|
docs(changelog): @vant/cli@4.0.3 (#10772)
|
2022-07-02 22:16:48 +08:00 |
|
chenjiahan
|
e4fc6f9081
|
release: @vant/cli 4.0.3
|
2022-07-02 22:09:45 +08:00 |
|
Alanscut
|
cb751211f1
|
fix(@vant-cli): compilation error when using setup syntactic sugar and including subcomponents
|
2022-07-02 22:06:52 +08:00 |
|
chenjiahan
|
e5a3aa103d
|
docs(changelog): vant@3.5.2
|
2022-06-26 22:29:34 +08:00 |
|
chenjiahan
|
52957ec244
|
release: 3.5.2
v3.5.2
|
2022-06-26 22:27:22 +08:00 |
|
chenjiahan
|
a49fa3648f
|
chore: license in monorepo root
|
2022-06-26 22:22:21 +08:00 |
|
chenjiahan
|
cc698f561e
|
chore: add license to sub-packages
|
2022-06-26 22:22:21 +08:00 |
|
neverland
|
f46c9c6548
|
chore: improve license of forked code (#10753)
|
2022-06-26 21:58:13 +08:00 |
|
neverland
|
293dab6a51
|
feat(cli): add build.bundleOptions config (#10751)
|
2022-06-26 21:42:28 +08:00 |
|
neverland
|
bb23e1b700
|
feat(cli): add css.removeSourceFile config (#10750)
|
2022-06-26 17:15:11 +08:00 |
|
AmazingPromise
|
e61d85a890
|
fix(List): element with overflow: overlay style should be considered a scroll container (#10743)
|
2022-06-25 12:36:27 +08:00 |
|
neverland
|
2c2cdd077f
|
chore(cli): remove unused ssr.js (#10729)
|
2022-06-19 16:04:10 +08:00 |
|
neverland
|
c83a57b2bd
|
docs: add guide of function component style (#10728)
|
2022-06-19 15:34:00 +08:00 |
|
neverland
|
6f94627bf4
|
feat(Field): add start-validate and end-validate event (#10726)
|
2022-06-18 20:31:16 +08:00 |
|
neverland
|
7ca4db9c64
|
feat(SubmitBar): add placeholder prop (#10725)
|
2022-06-18 18:38:23 +08:00 |
|
neverland
|
a1c79f42ff
|
feat(ActionBar): add placeholder prop (#10724)
|
2022-06-18 18:26:08 +08:00 |
|
neverland
|
6225c8123c
|
docs(Switch): fix custom node demo (#10720)
|
2022-06-16 18:45:27 +08:00 |
|
chenjiahan
|
ffefe3002f
|
docs(changelog): 3.5.1
|
2022-06-12 12:49:53 +08:00 |
|
chenjiahan
|
df03886053
|
release: 3.5.1
v3.5.1
|
2022-06-12 12:47:02 +08:00 |
|
neverland
|
eae8d47cee
|
fix(Calendar): failed to render months when not poppable (#10707)
|
2022-06-12 12:42:37 +08:00 |
|
goo-yyh
|
c38fed70be
|
fix(Calender): failed to render months after changing maxDate or minDate (#10668)
Co-authored-by: yuyuehui.yyh <yuyuehui.yyh@digital-engine.com>
|
2022-06-12 12:37:46 +08:00 |
|
neverland
|
8ee4080d69
|
fix(Popup): should not auto close on deactivated if not using teleport (#10706)
|
2022-06-12 12:25:23 +08:00 |
|
neverland
|
88d44cf4ea
|
docs: remove babel-plugin-import (#10704)
|
2022-06-11 20:20:13 +08:00 |
|
neverland
|
a317984da1
|
docs: recommend using unplugin-vue-components (#10703)
|
2022-06-11 19:49:34 +08:00 |
|
neverland
|
4dab4e20c2
|
feat(PullRefresh): add change event (#10702)
|
2022-06-11 15:45:00 +08:00 |
|
neverland
|
525653b68d
|
types(Toast): fix Toast.clear typing (#10699)
|
2022-06-11 15:00:07 +08:00 |
|
neverland
|
bab0636014
|
types(Uploader): preview-options images should be optional (#10698)
|
2022-06-11 14:51:07 +08:00 |
|
chenjiahan
|
2765ff5555
|
docs(changelog): 3.5.0
|
2022-06-05 09:48:44 +08:00 |
|
chenjiahan
|
b6920a5691
|
release: 3.5.0
v3.5.0
|
2022-06-05 09:31:35 +08:00 |
|
neverland
|
586bc21dd3
|
feat(Switch): add background slot (#10666)
* feat(Switch): add background slot
* chore: revert lock file
* chore: new line
|
2022-06-04 20:29:28 +08:00 |
|
neverland
|
4a602f7e46
|
feat(Dialog): allow to disable confirm or cancel button (#10665)
|
2022-06-04 20:19:19 +08:00 |
|
neverland
|
0dc09cab8c
|
fix(Area): failed to render picker mask after reopened (#10664)
|
2022-06-04 20:17:16 +08:00 |
|
chenjiahan
|
1fa454f7ad
|
release: @vant/area-data 1.3.1
|
2022-05-31 20:03:26 +08:00 |
|
chenjiahan
|
85dd8f4176
|
docs(@vant/use): changelog 1.4.1
|
2022-05-29 21:53:04 +08:00 |
|
chenjiahan
|
850aab865e
|
release: @vant/popperjs 1.2.1
|
2022-05-29 21:50:31 +08:00 |
|