Skip to content

Commit

Permalink
docs(changelog): vant@4.8.0 (#12456)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan committed Nov 19, 2023
1 parent f69fdf2 commit f325fc8
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 0 deletions.
34 changes: 34 additions & 0 deletions packages/vant/docs/markdown/changelog.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,40 @@ Vant follows [Semantic Versioning 2.0.0](https://semver.org/lang/zh-CN/).

## Details

### v4.8.0

`2023-11-19`

#### New Component 🎉

- Added Highlight component, contributed by [@wjw-gavin](https://github.com/wjw-gavin) and [@inottn](https://github.com/inottn) ❤️ [#12434](https://github.com/youzan/vant/pull/12434)

#### New Features

- feat(ImagePreview): expose resetScale method by [@inottn](https://github.com/inottn) in [#12426](https://github.com/youzan/vant/pull/12426)
- feat(Checker): add checked and disabled params to the default slot by [@inottn](https://github.com/inottn) in [#12436](https://github.com/youzan/vant/pull/12436)
- feat(Row): gutter support vertical space by [@cc-hearts](https://github.com/cc-hearts) in [#12439](https://github.com/youzan/vant/pull/12439)

#### Bug Fixes 🐞

- fix(Calendar): subtitle supports reactive by [@cc-hearts](https://github.com/cc-hearts) in [#12425](https://github.com/youzan/vant/pull/12425)

#### Document 📖

- docs(field): update props size by [@Simon-He95](https://github.com/Simon-He95) in [#12429](https://github.com/youzan/vant/pull/12429)
- docs(cell): update props size by [@Simon-He95](https://github.com/Simon-He95) in [#12427](https://github.com/youzan/vant/pull/12427)
- docs(Highlight): add version tip by [@chenjiahan](https://github.com/chenjiahan) in [#12438](https://github.com/youzan/vant/pull/12438)
- docs(Overlay): add set z-index demo by [@chenjiahan](https://github.com/chenjiahan) in [#12454](https://github.com/youzan/vant/pull/12454)
- docs: add Rsbuild to quickstart by [@chenjiahan](https://github.com/chenjiahan) in [#12455](https://github.com/youzan/vant/pull/12455)

#### Other Changes

- chore(deps): fix security alerts of babel and postcss by [@chenjiahan](https://github.com/chenjiahan) in [#12414](https://github.com/youzan/vant/pull/12414)

#### New Contributors

- [@cc-hearts](https://github.com/cc-hearts) made their first contribution in [#12425](https://github.com/youzan/vant/pull/12425)

### v4.7.3

`2023-10-29`
Expand Down
34 changes: 34 additions & 0 deletions packages/vant/docs/markdown/changelog.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,40 @@ Vant 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范。

## 更新内容

### v4.8.0

`2023-11-19`

#### 新组件 🎉

- 新增 Highlight 组件,由 [@wjw-gavin](https://github.com/wjw-gavin)[@inottn](https://github.com/inottn) 贡献 ❤️ [#12434](https://github.com/youzan/vant/pull/12434)

#### 新功能

- feat(ImagePreview): 由 [@inottn](https://github.com/inottn)[#12426](https://github.com/youzan/vant/pull/12426) 中增加 resetScale 方法
- feat(Checker): 由 [@inottn](https://github.com/inottn)[#12436](https://github.com/youzan/vant/pull/12436) 中向默认插槽添加 checked 和 disabled 参数
- feat(Row): 由 [@cc-hearts](https://github.com/cc-hearts)[#12439](https://github.com/youzan/vant/pull/12439) 中支持 gutter 垂直间距

#### Bug 修复 🐞

- fix(Calendar): 由 [@cc-hearts](https://github.com/cc-hearts)[#12425](https://github.com/youzan/vant/pull/12425) 中支持副标题的响应式

#### 文档 📖

- docs(field): 由 [@Simon-He95](https://github.com/Simon-He95)[#12429](https://github.com/youzan/vant/pull/12429) 中更新 props size
- docs(cell): 由 [@Simon-He95](https://github.com/Simon-He95)[#12427](https://github.com/youzan/vant/pull/12427) 中更新 props size
- docs(Highlight): 由 [@chenjiahan](https://github.com/chenjiahan)[#12438](https://github.com/youzan/vant/pull/12438) 中添加版本提示
- docs(Overlay): 由 [@chenjiahan](https://github.com/chenjiahan)[#12454](https://github.com/youzan/vant/pull/12454) 中添加设置 z-index 的演示
- docs: 由 [@chenjiahan](https://github.com/chenjiahan)[#12455](https://github.com/youzan/vant/pull/12455) 中将 Rsbuild 添加到快速入门指南

#### 其他变更

- chore(deps): 由 [@chenjiahan](https://github.com/chenjiahan)[#12414](https://github.com/youzan/vant/pull/12414) 中修复了 babel 和 postcss 的安全警报

#### 新贡献者

- [@cc-hearts](https://github.com/cc-hearts)[#12425](https://github.com/youzan/vant/pull/12425) 中进行了首次贡献

### v4.7.3

`2023-10-29`
Expand Down

0 comments on commit f325fc8

Please sign in to comment.