8798 Commits

Author SHA1 Message Date
chenjiahan
bf84fb1003 release: 3.4.0 v3.4.0 2022-01-01 09:47:34 +08:00
neverland
b2bf45b0d1
feat(Search): add click-left-icon、click-right-icon event (#10139) 2022-01-01 09:44:54 +08:00
neverland
2b3c1baa0b
types: define global components for volar (#10136)
* types: define global components for volar

* chore: remove comment
2021-12-31 18:06:45 +08:00
neverland
be0de2023c
fix(Picker): should not render mask and frame when options is empty (#10135)
* docs(Search): update action slot demo

* fix(Picker): should not render mask and frame when options is empty
2021-12-31 10:43:17 +08:00
neverland
e36081d68a
types(Search): fix missing event typing (#10134) 2021-12-31 09:56:24 +08:00
neverland
ac85f82f09
docs(Search): update action slot demo (#10133) 2021-12-30 21:22:28 +08:00
neverland
7831553bee
fix(Popup): close event emiited twice (#10132) 2021-12-30 21:15:42 +08:00
neverland
9c16f4240a
chore(Cascader): enable tabs shrink (#10128) 2021-12-30 16:30:25 +08:00
rancui
383f83598e
docs: update project description about rc-ui-lib (#10129)
* fix: update description about rc-ui-lib

* docs: update description about rc-ui-lib

* docs: update project description about rc-ui-lib
2021-12-30 16:27:40 +08:00
neverland
1f6faa93cb
feat(Tabs): add shrink prop (#10125) 2021-12-30 15:26:59 +08:00
neverland
55303595af
chore(Tabs): using slot instead of render props (#10123) 2021-12-30 14:31:14 +08:00
neverland
fa5e4e2591
docs: add rc-ui-lib to ecosystem (#10121) 2021-12-30 10:06:22 +08:00
chenjiahan
4e8ad01cfc release: @vant/cli 4.0.0-rc.5 2021-12-30 09:58:39 +08:00
codpoe
1f772ad232
fix(@vant/cli): explicitly write the description field in injectHtml (#10113) 2021-12-30 09:55:42 +08:00
chenjiahan
9e0b10309f release: @vant/area-data 1.2.1 2021-12-29 18:06:45 +08:00
哭你几哇
e9aa44fe1e
fix(area-data): fix #10115 (#10116)
Co-authored-by: kongchan <zhonggenzhu@youzan.com>
2021-12-29 17:17:31 +08:00
chenjiangui
fff5fa9fa7
fix(swipe): delay load cause swipe error (#10052) (#10069) 2021-12-28 19:57:43 +08:00
neverland
8d60697ec1
perf: caching handlers of useRefs (#10108) 2021-12-28 11:46:48 +08:00
chenjiahan
7e4d3da983 release: @vant/area-data 1.2.0 2021-12-28 11:25:01 +08:00
neverland
ffd7f4437d
build(@vant/area-data): generate both cjs/esm output (#10107) 2021-12-28 11:23:52 +08:00
neverland
90e64101a7
feat(SidebarItem): add badge-props prop (#10106) 2021-12-27 17:22:24 +08:00
neverland
ce5a1774e6
feat(GridItem): add badge-props prop (#10097) 2021-12-26 22:59:49 +08:00
neverland
7596024ddf
feat(ActionBarIcon): add badge-props prop (#10096) 2021-12-23 21:16:59 +08:00
neverland
b792ddfc16
feat(Badge): add badge-props prop (#10095) 2021-12-23 21:12:29 +08:00
neverland
79e58d5b9a
docs: update icon prop description (#10094)
* docs: update icon prop description

* docs: update
2021-12-23 20:52:51 +08:00
neverland
31930e47d8
feat(TabbarItem): add badge-props prop (#10092) 2021-12-23 20:09:15 +08:00
neverland
64f5ebd56b
feat(Popover): add action slot (#10091) 2021-12-23 17:38:18 +08:00
neverland
b6b831ce72
chore(ActionSheet): rename unreleased slot (#10082) 2021-12-22 10:20:16 +08:00
neverland
45e7e15c2d
style(TreeSelect): allow select text in content slot (#10081) 2021-12-21 21:02:08 +08:00
neverland
4cc269c1f2
fix(PullRefresh): may trigger browser bounce in some cases (#10080) 2021-12-21 20:59:30 +08:00
chenjiahan
d68a3820aa docs(@vant/icons): changelog 1.7.3 2021-12-21 20:43:24 +08:00
chenjiahan
283b775d5f release: @vant/icons 1.7.3 2021-12-21 20:42:33 +08:00
neverland
b13e083964
fix(Icons): complete https protocol (#10079) 2021-12-21 20:40:19 +08:00
neverland
388e9f7546
style(PullRefresh): remove user-select: none (#10078) 2021-12-21 20:19:42 +08:00
neverland
a504a956af
Update contribution.zh-CN.md 2021-12-21 20:05:23 +08:00
chenjiahan
c52feebaf5 docs(@vant/icons): changelog v1.7.2 2021-12-21 20:01:11 +08:00
chenjiahan
36f8757df7 release: @vant/icons 1.7.2 2021-12-21 20:00:15 +08:00
neverland
dfc36962b0
docs(Icons): add contribution guide (#10077) 2021-12-21 19:57:51 +08:00
neverland
49ad4307bf
feat(Icons): add cash-o icon (#10076) 2021-12-21 19:54:42 +08:00
neverland
c378b388c2
types: mark named import type (#10071) 2021-12-20 20:20:47 +08:00
neverland
ce1d73de30
docs: update contribution guide (#10070) 2021-12-20 19:30:37 +08:00
neverland
5f48560142
feat(ActionSheet): add option slot (#10065) 2021-12-19 21:13:16 +08:00
neverland
f6a835721c
fix(Tabs): should not render line when have no tab (#10063) 2021-12-18 11:56:13 +08:00
neverland
56b210156e
types(Popup): add PopupInstance prop (#10062)
* types(Popup): add PopupInstance prop

* docs: update
2021-12-18 11:08:27 +08:00
neverland
0002f1b1af
docs(Swipe): update demo (#10061) 2021-12-18 10:46:29 +08:00
neverland
92fb70d6e8
feat(Swipe): indicator slot add total param (#10060)
* feat(Swipe): indicator slot add total param

* test: indicator slot
2021-12-18 08:32:57 +08:00
neverland
be7a08bd20
fix(SwipeCell): should not trigger open event when opened (#10059) 2021-12-17 20:59:48 +08:00
neverland
0e0339ef6b
docs: add vant use install guide (#10058) 2021-12-17 20:48:16 +08:00
neverland
a06f2666a1
feat(Notify): add position prop (#10056)
* feat(Notify): add position prop

* chore: update
2021-12-17 17:52:13 +08:00
neverland
7b82ce6573
test: prefer using toHaveLength (#10050) 2021-12-16 11:06:19 +08:00