Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: changelog update #1077

Merged
merged 1 commit into from
Mar 28, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 8 additions & 2 deletions packages/zarm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# 版本更新日志

## v3.0.9

- Bug Fix

- 解决 renderImperative React 18 异步渲染问题 [#1076](https://github.com/ZhongAnTech/zarm/pull/1076)
- [List.Item] 修复单独引用样式丢失 [#1075](https://github.com/ZhongAnTech/zarm/pull/1075)

## v3.0.8

- Feature
Expand All @@ -23,7 +30,6 @@
- [ConfigProvider] 修复全局修改组件类名前缀 `prefix` 后,`scss` 文件前缀修改不生效的问题 [#1061](https://github.com/ZhongAnTech/zarm/pull/1061)
- [Icon] 修复部分组件 Icon 样式偏移问题 [#1062](https://github.com/ZhongAnTech/zarm/pull/1062)


## v3.0.5

- Feature
Expand All @@ -45,7 +51,7 @@

- Feature

- 新增组件:Grid 宫格、WaterMark 水印、Skeleton 骨架屏、Rate 评分、Image图片
- 新增组件:Grid 宫格、WaterMark 水印、Skeleton 骨架屏、Rate 评分、Image 图片
- 新增 hooks 组件:useClickAway 单击外部跟踪器、useInViewport 进入浏览器窗口、useLongPress 长按、useOrientation 屏幕方向、useScroll 滚动

- Break Change
Expand Down