Skip to content

Commit

Permalink
chore: change log
Browse files Browse the repository at this point in the history
  • Loading branch information
DaiQiangReal committed Apr 25, 2023
1 parent c5917ca commit 1b77168
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
17 changes: 17 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,23 @@ Version:Major.Minor.Patch (follow the **Semver** specification)

---

#### 🎉 2.34.0-beta.0 (2023-04-25)
- 【Fix】
- Fix the problem that if the TimePicker range mode selects the end time first, it will cause an error [#1563 ](https://github.com/DouyinFE/semi-design/issues/1563)
- Steps is changed to display the hover state only when Steps is passed to onChange or Steps.Step is passed to onClick.
- Fix the problem that the height of the RadioGroup parent container will change with the RadioGroup option [#1573 ](https://github.com/DouyinFE/semi-design/issues/1573)
- fix last week got wrong style in Calendar component with `month` mode [@sylingd](https://github.com/sylingd)
- Typography ellipsis disappear when resize to larger and back [@marshcat0](https://github.com/marshcat0)
- Typography expanded may change to true after resize [@marshcat0](https://github.com/marshcat0)
- Typography expand may show when not overflow [@marshcat0](https://github.com/marshcat0)
- 【Feat】
- Table column supports text content abbreviation by configuring ellipsis or ellipsis.showTitle API [#1318](https://github.com/DouyinFE/semi-design/issues/1318)
- Cascader add focus blur methods [#566 ](https://github.com/DouyinFE/semi-design/issues/566) [@meakle](https://github.com/meakle)
- add rspack plugin, feature align webpack plugin [@Asuka109](https://github.com/Asuka109)
- 【Style】
- The default word wrap style of Table text is changed from break-all to break-word [#1318](https://github.com/DouyinFE/semi-design/issues/1318)
- Changed the spacing between icon and text in BreadCrumb from 8px to 4px(Affects v2.0.0~v2.33.1)

#### 🎉 2.33.0 (2023-04-14)
- 【Fix】
- Fix the problem that items with the same label cannot be dragged when the draggable item in Transfer uses the label as the key of the SortableItem
Expand Down
17 changes: 17 additions & 0 deletions content/start/changelog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,23 @@ Semi 版本号遵循 **Semver** 规范(主版本号-次版本号-修订版本
- 不同版本间的详细关系,可查阅 [FAQ](/zh-CN/start/faq)


#### 🎉 2.34.0-beta.0 (2023-04-25)
- 【Feat】
- Table 列支持通过配置 ellipsis 或 ellipsis.showTitle API 实现文本内容缩略 [#1318](https://github.com/DouyinFE/semi-design/issues/1318)
- 级联选择框新增 focus/blur 方法 [#566 ](https://github.com/DouyinFE/semi-design/issues/566) [@meakle](https://github.com/meakle)
- 增加 rspack plugin,功能对齐 webpack plugin [@Asuka109](https://github.com/Asuka109)
- 【Style】
- Table 文本默认换行样式从 break-all 修改为 break-word [#1318](https://github.com/DouyinFE/semi-design/issues/1318)
- BreadCrumb 中 icon 和文本间距从 8px 修改为 4px(影响面 v2.0.0~v2.33.1)
- 【Fix】
- 修复TimePicker range 模式先选择结束时间,会导致报错的问题 [#1563 ](https://github.com/DouyinFE/semi-design/issues/1563)
- Steps 更改为只在 Steps 传入 onChange 或 Steps.Step 传入 onClick 时,才会 hover 时展示 hover 态。
- 修复 RadioGroup 父级容器高度会跟随 RadioGroup 选项不同而变化的问题 [#1573 ](https://github.com/DouyinFE/semi-design/issues/1573)
- 修复Calendar组件月视图中,最后一周日期样式错误 [@sylingd](https://github.com/sylingd)
- Typography resize后可能会丢失省略 [@marshcat0](https://github.com/marshcat0)
- Typography resize后展开状态可能会被变成折叠 [@marshcat0](https://github.com/marshcat0)
- Typography 展开按钮可能会在不需要折叠时出现 [@marshcat0](https://github.com/marshcat0)

#### 🎉 2.33.0 (2023-04-14)
- 【Fix】
- 修复 Transfer 中可拖拽 item 使用 label 作 SortableItem 的 key 导致相同 label 的 item 无法拖动问题
Expand Down

0 comments on commit 1b77168

Please sign in to comment.