Skip to content

Commit 5582efa

Browse files
authored
docs(changelog): vant v4.8.11 (#12793)
1 parent ff2ce2c commit 5582efa

File tree

2 files changed

+54
-0
lines changed

2 files changed

+54
-0
lines changed

packages/vant/docs/markdown/changelog.en-US.md

+27
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,33 @@ Vant follows [Semantic Versioning 2.0.0](https://semver.org/lang/zh-CN/).
1919

2020
## Details
2121

22+
### v4.8.11
23+
24+
`2024-04-14`
25+
26+
#### New Features 🎉
27+
28+
- feat(DropdownMenu): add disabled for option by [@inottn](https://github.com/inottn) in [#12785](https://github.com/youzan/vant/pull/12785)
29+
30+
#### Bug Fixes 🐞
31+
32+
- fix: warning `is not a valid value for v-model` in JetBrains IDE by [@anyesu](https://github.com/anyesu) in [#12787](https://github.com/youzan/vant/pull/12787)
33+
- fix(Cli): remove site tsconfig by [@chenjiahan](https://github.com/chenjiahan) in [#12792](https://github.com/youzan/vant/pull/12792)
34+
35+
#### Document 📖
36+
37+
- docs(list): update Error loading module code by [@wangjue666](https://github.com/wangjue666) in [#12778](https://github.com/youzan/vant/pull/12778)
38+
39+
#### Other Changes
40+
41+
- chore(deps): update dependency eslint-plugin-vue to ^9.24.1 by [@renovate](https://github.com/renovate) in [#12774](https://github.com/youzan/vant/pull/12774)
42+
- chore(deps): bump Rsbuild v0.6 by [@chenjiahan](https://github.com/chenjiahan) in [#12790](https://github.com/youzan/vant/pull/12790)
43+
44+
#### New Contributors
45+
46+
- [@wangjue666](https://github.com/wangjue666) made their first contribution in [#12778](https://github.com/youzan/vant/pull/12778)
47+
- [@anyesu](https://github.com/anyesu) made their first contribution in [#12787](https://github.com/youzan/vant/pull/12787)
48+
2249
### v4.8.10
2350

2451
`2024-04-06`

packages/vant/docs/markdown/changelog.zh-CN.md

+27
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,33 @@ Vant 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范。
1919

2020
## 更新内容
2121

22+
### v4.8.11
23+
24+
`2024-04-14`
25+
26+
#### 新功能 🎉
27+
28+
- feat(DropdownMenu):通过 [@inottn](https://github.com/inottn)[#12785](https://github.com/youzan/vant/pull/12785) 中为选项添加 disabled 属性
29+
30+
#### Bug 修复 🐞
31+
32+
- fix:在 JetBrains IDE 中修复警告 `is not a valid value for v-model`,贡献者 [@anyesu](https://github.com/anyesu)[#12787](https://github.com/youzan/vant/pull/12787)
33+
- fix(Cli):移除站点的 tsconfig 文件,贡献者 [@chenjiahan](https://github.com/chenjiahan)[#12792](https://github.com/youzan/vant/pull/12792)
34+
35+
#### 文档 📖
36+
37+
- docs(list):更新模块代码加载错误信息,贡献者 [@wangjue666](https://github.com/wangjue666)[#12778](https://github.com/youzan/vant/pull/12778)
38+
39+
#### 其他变更
40+
41+
- chore(deps):更新依赖 eslint-plugin-vue 至 ^9.24.1,由 [@renovate](https://github.com/renovate)[#12774](https://github.com/youzan/vant/pull/12774) 提交
42+
- chore(deps):升级 Rsbuild 至 v0.6 版本,由 [@chenjiahan](https://github.com/chenjiahan)[#12790](https://github.com/youzan/vant/pull/12790) 提交
43+
44+
#### 新贡献者
45+
46+
- [@wangjue666](https://github.com/wangjue666)[#12778](https://github.com/youzan/vant/pull/12778) 中首次贡献
47+
- [@anyesu](https://github.com/anyesu)[#12787](https://github.com/youzan/vant/pull/12787) 中首次贡献
48+
2249
### v4.8.10
2350

2451
`2024-04-06`

0 commit comments

Comments
 (0)