Skip to content

Commit

Permalink
docs(changelog): v2.69.1 update
Browse files Browse the repository at this point in the history
  • Loading branch information
YannLynn committed Nov 15, 2024
1 parent 846dea5 commit 1d12fd2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions content/start/changelog/index-en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ Version:Major.Minor.Patch (follow the **Semver** specification)

---

#### 🎉 2.69.1 (2024-11-15)
- 【Fix】
- fix the issue that MonthRange DatePicker does not jump when clicking on a non-disabled year when there is a disabledDate
- Fixed the problem that when ArrayField is conditionally rendered, the first click of add fails to add rows correctly.
- fixed incorrect translation of Table pageText in Japanese scenarios

#### 🎉 2.69.0 (2024-11-08)
- 【Fix】
- The clip-rule & stroke-width in the @douyinfe/semi-illustrations package are modified to clipRule & strokeWidth
Expand Down
6 changes: 6 additions & 0 deletions content/start/changelog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ Semi 版本号遵循 **Semver** 规范(主版本号-次版本号-修订版本
- 修订版本号(patch):仅会进行 bugfix,发布时间不限
- 不同版本间的详细关系,可查阅 [FAQ](/zh-CN/start/faq)

#### 🎉 2.69.1 (2024-11-15)
- 【Fix】
- 修复 MonthRange DatePicker 在存在 disabledDate 情况下点击非禁用年份不跳转问题 [#2569](https://github.com/DouyinFE/semi-design/pull/2569)
- 修复 ArrayField 被条件渲染时,add第一次点击未能正确添加行的问题 [#2568](https://github.com/DouyinFE/semi-design/pull/2568)
- 修复日语场景下 Table pageText 翻译不正确问题 [#2573](https://github.com/DouyinFE/semi-design/pull/2573)

#### 🎉 2.69.0 (2024-11-08)
- 【Fix】
- 插画包 @douyinfe/semi-illustrations 中的 clip-rule & stroke-width 修改为 clipRule & strokeWidth
Expand Down

0 comments on commit 1d12fd2

Please sign in to comment.