1290 Commits

Author SHA1 Message Date
ascodelife
41457c899b
feat(Circle): using setTimeout instead of setInterval (#4401) 2021-08-18 10:47:44 +08:00
nemo-shen
e07f9f9581
feat(Calendar): add click-subtitle event (#4385)
* feat(Calendar): add click-subtitle event

* docs(Calendar): updateOC
2021-08-18 10:44:29 +08:00
neverland
bcf7c9c131
fix(Picker): template url should be relative path (#4408) 2021-08-18 10:25:35 +08:00
chenjiahan
35d5ccad3f chore: bump vue、vant-cli 2021-08-11 09:55:55 +08:00
nemo-shen
74e6db7ac4
feat(Overlay): add lock-scroll prop (#4383)
* build(workflows): add lint & build

* build(workflows): build:lib

* feat(Overlay): add lock-scroll prop

* style(Overlay): adjust order
2021-08-05 15:56:42 +08:00
neverland
3238dfed1e
docs(Uploader): fix uploadToCloud demo
https://github.com/youzan/vant-weapp/issues/4360
2021-07-25 10:53:21 +08:00
shuhanxu
859f37c425
feat(search): add new event click-input (#4357)
* Update index.wxml

* Update index.ts
2021-07-22 09:59:00 +08:00
nemo-shen
98721b7b7e
feat(Cell): cell-group inset prop (#4341)
* feat(Cell): cell-group inset prop

* fix(Cell): remove inset prop default value
2021-07-19 12:24:56 +08:00
nemo-shen
82811d4058
fix(Calendar): set current date is inital (#4339)
* feat(Calendar): set current date is inital

* fix(Calendar): adjust limitDateRange
2021-07-16 17:32:55 +08:00
shuhanxu
95032ed290
feat(search): add new event click-input (#4337)
* Update index.wxml

* Update index.js

* Update README.md

* Update README.md
2021-07-12 14:58:45 +08:00
neverland
baf11400d8
fix(Col): incorrect style in less 4.0 (#4322) 2021-07-06 10:14:11 +08:00
agoni1212
a3fc862865
fix(griditem): set icon prefix to 'van-icon' (#4318) 2021-07-06 10:13:54 +08:00
nemo-shen
935a23738f
fix(IndexBar): sidebar not exists (#4310)
* fix(IndexBar): sidebar not exists

* fix(IndexBar): remove undefined sidebar
2021-07-05 11:53:20 +08:00
nemo-shen
6e7bebdb32
feat(Slider): add more css variables (#4305)
* feat(Slider): add more css variables

* fix(Slider): remove barHeight default value
2021-06-29 09:42:46 +08:00
nemo-shen
c416ff16b6
feat(Rate): css variables (#4297)
* feat(Rate): css variables

* fix(Rate): adjust less variables name

* fix(Rate): adjust less variables name

* docs(Rate): adjust doc

- 示例与文档对应
- 对照vant文档做了一些调整
- 增加 `监听 change 事件`
- 删除 `props` 中的版本列

* fix(Rate): adjust demo
2021-06-27 16:37:04 +08:00
agoni1212
41e8565ee4
feat(Grid): add reverse prop (#4280)
* Update index.ts

* doc(Grid): add reverse prop

* feat(GridItem): reverse prop

* Update index.wxml

* Update index.less

* Update index.less

* Update style
2021-06-26 20:58:33 +08:00
nemo-shen
b7aaefebf3
feat(ConfigProvider): add config-provider component (#4279) 2021-06-25 17:14:08 +08:00
agoni1212
b2a5afce65
feat(GridItem): add icon-prefix prop (#4276)
* Update index.ts

* Update index.wxml

* Update index.ts

* docs(GridItem): add icon-prefix

* Update README.md
2021-06-20 20:46:00 +08:00
nemo-shen
ac50898519
feat(wxs): style.wxs support camel case attr (#4281) 2021-06-20 20:45:15 +08:00
nemo-shen
e3b7ed997e
docs(Icon): add custom iconfont (#4283) 2021-06-20 20:43:48 +08:00
nemo-shen
cececba911
feat(Checkbox): add direction prop (#4265)
* feat(Checkbox): add direction prop

* docs(checkbox): update doc
2021-06-17 09:42:58 +08:00
nemo-shen
f1a8b34962
fix(share-sheet): add icons (#4256) 2021-06-10 09:45:46 +08:00
yanqifeng
710a0cf327
fix(button): 修复type为getUserInfo且wx.getUserProfile可用时,lang参数无效问题 (#4250) 2021-06-07 10:09:06 +08:00
nemo-shen
bafbafe887
fix(DatetimePicker): fix incorrect columns index (#4245)
* fix(DatetimePicker): fix incorrect columns index

* fix(DatetimePicker): emit input when date change

* fix(DatetimePicker): remove debug code
2021-06-03 09:39:31 +08:00
nemo-shen
96c44f383d
Merge pull request #4221 from rex-zsd/hotfix/tabs_20210518
fix(Tabs): remove duplicated init offset
2021-05-23 16:57:02 +08:00
nemo-shen
11e83e5f4d
build(CI): add lint & build (#4224)
* build(workflows): add lint & build

* build(workflows): build:lib

* fix(Components): fix typescript type
2021-05-22 16:46:37 +08:00
表弟
7979dee465
feat(calendar): synchronize the vant calendar component, and add the attribute of custom week starting from the day of the week (#4211) (#4223)
* feat(calendar): synchronize the vant calendar component, and add the attribute of custom week starting from the day of the week

* feat(calendar): supplement to the description document of calendar components

* feat(calendar): remove the validator of firstDayOfWeek attribute
2021-05-19 18:12:49 +08:00
nemo-shen
0d08ec1489
feat(Calendar): add over-range event (#4212)
* feat(Calendar): add over-range event

- forbid range-prompt toast when range-prompt is null
- emit over-range event when dateRange > maxRange

* docs(Calendar): doc typo

* feat(Calendar): add show-range-prompt prop

* docs(calendar): doc modify
2021-05-19 09:22:22 +08:00
rex
e835808a39
fix(button): fix open-type not work (#4222)
#4217
2021-05-18 18:22:02 +08:00
YotrolZ
a641b0922d
fix(circle): Fix the bug of shake when the circle component value is a decimal number. (#4152)
* fix(circle): Fix the bug of shake when the circle component value is a decimal number

* fix(circle): Fix the bug of shake when the circle component value is a decimal number
2021-05-18 18:15:14 +08:00
rex
1d641b902f fix(tabs): remove duplicated init offset
fix #4202
2021-05-18 17:27:41 +08:00
rex
17b566beb9
docs(popup): add solution for scroll through (#4213) 2021-05-14 11:37:13 +08:00
chenjiahan
cde3876fb0 fix(NoticeBar): incorrect scroll speed 2021-05-11 15:43:53 +08:00
rex
c0db43fc88
feat(open-type): support getUserProfile (#4203)
* chore(open-type): merge open type mixin into button mixin

* chore(button): shorten open type method names

* feat(open-type): support getUserProfile
2021-05-11 15:24:04 +08:00
echofly
44da05bec4
fix(notice-bar): adjust scrollable behavior (#4201) 2021-05-11 15:16:05 +08:00
rex
62f7d2b65e
feat(panel): remove useFooterSlot (#4205) 2021-05-11 15:12:32 +08:00
neverland
b9920eee4a
docs(Calendar): add allow-same-day tips #4174 2021-05-10 19:20:08 +08:00
DAI JIE
6d85222338
fix(calendar): fix custom color for same-day button (#4200) 2021-05-10 19:15:32 +08:00
DAI JIE
fa5b7a19eb
docs(calendar): Fix typo (#4199) 2021-05-10 19:12:16 +08:00
nemo-shen
1292b7cfd5
fix(Rate): support touch move and selected half star (#4195) 2021-05-08 09:38:03 +08:00
rex
bffe5fc999
fix(radio): support set disabled dynamic (#4191) 2021-05-06 19:02:10 +08:00
chenjiahan
51aff18dea types: fix typing issues 2021-04-29 20:56:40 +08:00
neverland
642f10d1b5
docs: fix typo (#4147) 2021-04-13 10:28:53 +08:00
dengrongyao
2b657446ec docs: 优化代码逻辑 2021-04-12 20:38:36 +08:00
dengrongyao
d82b491d29 docs: 更新组件名称 2021-04-12 20:38:36 +08:00
dengrongyao
c024430d4f docs: 统一文档标点 2021-04-12 20:38:36 +08:00
dengrongyao
403a2893bd docs: 补充组件描述 2021-04-12 20:38:36 +08:00
neverland
15fe068955
docs(Area): using @vant/area-data (#4139) 2021-04-09 16:34:10 +08:00
lvwzhen
7f9fa00c0b
docs: 修复 Tabs 隐藏显示的错误 (#4138) 2021-04-08 20:11:41 +08:00
eastyu
c21e39784f
add duration (#4099)
computed.wrapperStyle needs duration parameter, otherwise it will generate undefined value for transition style property
2021-04-01 20:41:25 +08:00