2769 Commits

Author SHA1 Message Date
landluck
c7f2f45430
Merge pull request #5219 from muzhichu/hotfix/cascader-tabclick
fix(cascader): 修复cascader组件onClickTab事件没有同步activeTab的值导致选择异常的问题
2023-02-12 16:51:58 +08:00
landluck
840baf4341
Merge pull request #5213 from Sober-1/feature/calendar_safe_area
fix(calendar): 修复calendar组件安全区域传参未传递给popup组件的问题
2023-02-12 16:51:41 +08:00
landluck
66867f6054
Merge pull request #5207 from youzan/dependabot/npm_and_yarn/typescript-4.9.5
build(deps-dev): bump typescript from 4.8.4 to 4.9.5
2023-02-12 15:52:44 +08:00
landluck
357fd0e7e5
Merge pull request #5208 from youzan/dependabot/npm_and_yarn/miniprogram-api-typings-3.9.0
build(deps-dev): bump miniprogram-api-typings from 3.8.1 to 3.9.0
2023-02-12 15:52:33 +08:00
landluck
96923a4c75
Merge pull request #5209 from youzan/dependabot/npm_and_yarn/miniprogram-ci-1.9.5
build(deps-dev): bump miniprogram-ci from 1.9.3 to 1.9.5
2023-02-12 15:52:22 +08:00
landluck
be68dc6868
Merge pull request #5215 from youzan/dependabot/npm_and_yarn/http-cache-semantics-4.1.1
build(deps): bump http-cache-semantics from 4.1.0 to 4.1.1
2023-02-12 15:52:11 +08:00
landluck
439d17e0f7
Merge pull request #5211 from youzan/dependabot/npm_and_yarn/jszip-3.10.1
build(deps): bump jszip from 3.7.1 to 3.10.1
2023-02-12 14:34:37 +08:00
yongli
92ae4a29c0 fix(cascader): 修复cascader组件onClickTab事件没有同步activeTab的值导致选择异常的问题 2023-02-07 17:16:18 +08:00
dependabot[bot]
183c980bd2
build(deps): bump http-cache-semantics from 4.1.0 to 4.1.1
Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/kornelski/http-cache-semantics/releases)
- [Commits](https://github.com/kornelski/http-cache-semantics/compare/v4.1.0...v4.1.1)

---
updated-dependencies:
- dependency-name: http-cache-semantics
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-04 01:53:11 +00:00
李国璞
db79570d98 fix(calendar): 修复calendar组件安全区域传参未传递给popup组件的问题 2023-02-03 11:12:26 +08:00
dependabot[bot]
94bd6ada78
build(deps): bump jszip from 3.7.1 to 3.10.1
Bumps [jszip](https://github.com/Stuk/jszip) from 3.7.1 to 3.10.1.
- [Release notes](https://github.com/Stuk/jszip/releases)
- [Changelog](https://github.com/Stuk/jszip/blob/main/CHANGES.md)
- [Commits](https://github.com/Stuk/jszip/compare/v3.7.1...v3.10.1)

---
updated-dependencies:
- dependency-name: jszip
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-02 17:43:39 +00:00
dependabot[bot]
e38973c969
build(deps-dev): bump miniprogram-ci from 1.9.3 to 1.9.5
Bumps miniprogram-ci from 1.9.3 to 1.9.5.

---
updated-dependencies:
- dependency-name: miniprogram-ci
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-01 23:10:22 +00:00
dependabot[bot]
f0ee820588
build(deps-dev): bump miniprogram-api-typings from 3.8.1 to 3.9.0
Bumps [miniprogram-api-typings](https://github.com/wechat-miniprogram/api-typings) from 3.8.1 to 3.9.0.
- [Release notes](https://github.com/wechat-miniprogram/api-typings/releases)
- [Changelog](https://github.com/wechat-miniprogram/api-typings/blob/master/CHANGELOG.md)
- [Commits](https://github.com/wechat-miniprogram/api-typings/compare/3.8.1...3.9.0)

---
updated-dependencies:
- dependency-name: miniprogram-api-typings
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-01 23:09:49 +00:00
dependabot[bot]
b028cd7868
build(deps-dev): bump typescript from 4.8.4 to 4.9.5
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.8.4 to 4.9.5.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.8.4...v4.9.5)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-01 23:08:24 +00:00
landluck
acdf1ad280 docs(changelog): @vant/weapp 1.10.12 2023-01-16 10:50:10 +08:00
landluck
2c9765ea08 release: 1.10.12 v1.10.12 2023-01-16 10:45:39 +08:00
landluck
7cec5690ce build: compile 1.10.12 2023-01-16 10:45:36 +08:00
landluck
231aa05e8d
fix(calendar): fix cannot select the same day on allow-same-day (#5193) 2023-01-12 17:56:17 +08:00
landluck
e9d521a8d2
fix(stepper): fix unable update value in async change (#5191) 2023-01-12 10:53:05 +08:00
landluck
965734328c
feat(dropdown-menu): support use-before-toggle support (#5190) 2023-01-11 17:39:13 +08:00
landluck
d14ac6027a
feat(field): add prop extra-event-params support (#5184)
* feat(field): add prop extra support

* feat(field): adjust extra params to extra-to-params
2023-01-11 16:36:30 +08:00
landluck
0c372115da
Merge pull request #5187 from znanh/patch-1
docs(action-sheet): 修复 close-on-click-overlay 文档默认值错误
2023-01-11 15:46:36 +08:00
znanh
b2fabe6b2b
docs(action-sheet):修复close-on-click-overlay初始值书写错误 2023-01-09 15:43:55 +08:00
maoweifan
7160828cf1 fix(Cascader): cascader__option--select not bind 2023-01-08 13:52:11 +08:00
maoweifan
e46d11f837 fix(Cascader): change isSelected key 2023-01-08 01:59:50 +08:00
landluck
9771499383 docs(changelog): @vant/weapp 1.10.11 2023-01-03 10:36:07 +08:00
landluck
099937bc8f release: 1.10.11 v1.10.11 2023-01-03 10:31:14 +08:00
landluck
7fdb7fbf03 build: compile 1.10.11 2023-01-03 10:31:12 +08:00
landluck
6ca6bb896c
Merge pull request #5175 from youzan/dependabot/npm_and_yarn/lint-staged-13.1.0
build(deps-dev): bump lint-staged from 13.0.3 to 13.1.0
2023-01-03 10:26:12 +08:00
landluck
3936e5f799
Merge pull request #5174 from youzan/dependabot/npm_and_yarn/miniprogram-api-typings-3.8.1
build(deps-dev): bump miniprogram-api-typings from 3.6.0 to 3.8.1
2023-01-03 10:25:58 +08:00
landluck
ac75900d3f
Merge pull request #5176 from youzan/dependabot/npm_and_yarn/miniprogram-simulate-1.5.8
build(deps-dev): bump miniprogram-simulate from 1.5.7 to 1.5.8
2023-01-03 10:25:46 +08:00
landluck
484613d22e
Merge pull request #5170 from youzan/dependabot/npm_and_yarn/miniprogram-ci-1.9.3
build(deps-dev): bump miniprogram-ci from 1.8.35 to 1.9.3
2023-01-03 10:25:35 +08:00
dependabot[bot]
38e617227d
build(deps-dev): bump miniprogram-simulate from 1.5.7 to 1.5.8
Bumps [miniprogram-simulate](https://github.com/wechat-miniprogram/miniprogram-simulate) from 1.5.7 to 1.5.8.
- [Release notes](https://github.com/wechat-miniprogram/miniprogram-simulate/releases)
- [Commits](https://github.com/wechat-miniprogram/miniprogram-simulate/commits)

---
updated-dependencies:
- dependency-name: miniprogram-simulate
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-01 23:09:26 +00:00
dependabot[bot]
49f611bf67
build(deps-dev): bump lint-staged from 13.0.3 to 13.1.0
Bumps [lint-staged](https://github.com/okonet/lint-staged) from 13.0.3 to 13.1.0.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Commits](https://github.com/okonet/lint-staged/compare/v13.0.3...v13.1.0)

---
updated-dependencies:
- dependency-name: lint-staged
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-01 23:09:14 +00:00
dependabot[bot]
f59e5afddf
build(deps-dev): bump miniprogram-api-typings from 3.6.0 to 3.8.1
Bumps [miniprogram-api-typings](https://github.com/wechat-miniprogram/api-typings) from 3.6.0 to 3.8.1.
- [Release notes](https://github.com/wechat-miniprogram/api-typings/releases)
- [Changelog](https://github.com/wechat-miniprogram/api-typings/blob/master/CHANGELOG.md)
- [Commits](https://github.com/wechat-miniprogram/api-typings/commits)

---
updated-dependencies:
- dependency-name: miniprogram-api-typings
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-01 23:08:41 +00:00
dependabot[bot]
4f8981ab0d
build(deps-dev): bump miniprogram-ci from 1.8.35 to 1.9.3
Bumps miniprogram-ci from 1.8.35 to 1.9.3.

---
updated-dependencies:
- dependency-name: miniprogram-ci
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-01 23:07:24 +00:00
landluck
924d04b5a3
Merge pull request #5164 from landluck/feature/add_uploader_extension
feat(uploader): add extension property support
2022-12-30 19:03:29 +08:00
landluck
d4cf2154fe
fix(steps): fixed extra spacing in the vertical direction (#5166) 2022-12-30 18:03:22 +08:00
landluck
a80767e9c1 feat(uploader): add extension property support 2022-12-29 20:04:25 +08:00
landluck
72476e639d
feat(image): add webp property support (#5163) 2022-12-29 19:33:38 +08:00
landluck
5f7150d980
fix(stepper): fixed displaying incorrect values when on blur (#5158) 2022-12-21 11:57:40 +08:00
landluck
e4ad5cc51a
fix(transition): fixed enter event trigger multiple times (#5157) 2022-12-21 11:15:37 +08:00
landluck
3a716ea15b docs(changelog): @vant/weapp 1.10.10 2022-12-16 17:03:12 +08:00
landluck
fad9e9d85d release: 1.10.10 v1.10.10 2022-12-16 16:52:46 +08:00
landluck
e4952f28e4 build: compile 1.10.10 2022-12-16 16:52:43 +08:00
landluck
33e1725b0a
fix(uploader): fix preview video index error (#5142) 2022-12-14 10:25:36 +08:00
landluck
91a12bbaaf
fix(dialog): fixed extra lines without button (#5141) 2022-12-14 10:25:02 +08:00
landluck
76522a173f
feat(tab): add before-change event support (#5139)
* feat(tab): add before-change event support

* docs(tab): delete unnecessary content
2022-12-14 10:24:32 +08:00
landluck
e7426dba36
fix(dropdown): fix last item style on text over (#5145) 2022-12-14 10:12:52 +08:00
landluck
5ef53f25e0
fix(search): optimize the Cancel button click area (#5148)
* fix(search): optimize the Cancel button click area

* test(search): fix test case failed
2022-12-14 10:12:32 +08:00