Skip to content

Commit

Permalink
chore: change log
Browse files Browse the repository at this point in the history
  • Loading branch information
DaiQiangReal committed May 20, 2024
1 parent d315d9a commit 0e9ac55
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
15 changes: 15 additions & 0 deletions content/start/changelog/index-en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,21 @@ Version:Major.Minor.Patch (follow the **Semver** specification)
- **Patch version**: Only include bug fix, the release time is not limited

---


#### 🎉 2.59.0-beta.0 (2024-05-20)
- 【Feat】
- Typography's size API supports inherit attribute
- Tree's icon API supports function types [#2236 ](https://github.com/DouyinFE/semi-design/issues/2236)
- Implement webpack & rspack plugins for style insertion of semi components in web components
- Provide best practices when mixing TailwindCSS to solve a series of style problems.
- 【Fix】
- Fixed the issue where the overflow tab did not scroll into view when the activeKey changed. [#2241](https://github.com/DouyinFE/semi-design/pull/2241) [@l123wx](https://github.com/l123wx)
- Slider triggers events at abnormal timing in special scenarios [@zzc6332](https://github.com/zzc6332)
- Fix the problem that the transparent className style of renderFulllabel in the Tree component is restricted by the li tag
- 【Chore】
- WebpackPlugin add cssLayer config

#### 🎉 2.58.0 (2024-05-11)
- 【Feat】
- Tabs has added more API, which is used to collapse some tabs into drop-down menus.
Expand Down
15 changes: 15 additions & 0 deletions content/start/changelog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,21 @@ Semi 版本号遵循 **Semver** 规范(主版本号-次版本号-修订版本
- 修订版本号(patch):仅会进行 bugfix,发布时间不限
- 不同版本间的详细关系,可查阅 [FAQ](/zh-CN/start/faq)


#### 🎉 2.59.0-beta.0 (2024-05-20)
- 【Feat】
- Typography 的 size API 支持 inherit 属性 [#2244](https://github.com/DouyinFE/semi-design/pull/2244)
- Tree 的 icon API 支持通过函数类型 [#2236 ](https://github.com/DouyinFE/semi-design/issues/2236) [#2237](https://github.com/DouyinFE/semi-design/pull/2237)
- 实现 webpack & rspack 插件用于对 web components中的 semi 组件进行样式插入 [#2221](https://github.com/DouyinFE/semi-design/pull/2221)
- 提供 TailwindCSS 混用时的最佳实践,解决一系列样式问题 [#2235](https://github.com/DouyinFE/semi-design/pull/2235)
- 【Fix】
- 修复溢出的 tab 在 “activeKey” 变动后没有 "scrollIntoView" 的问题 [@l123wx](https://github.com/l123wx) [#2241](https://github.com/DouyinFE/semi-design/pull/2241)
- Slider 在特殊场景下触发事件时机异常的问题。 [@zzc6332](https://github.com/zzc6332) [#2186](https://github.com/DouyinFE/semi-design/pull/2186)
- 修复 Tree组件中 renderFulllabel 的透传的 className 样式受到 li 标签限制问题 [#2238](https://github.com/DouyinFE/semi-design/pull/2238)
- 【Chore】
- WebpackPlugin 增加 cssLayer 配置项,允许用户自定义样式优先级顺序 [#2235](https://github.com/DouyinFE/semi-design/pull/2235)


#### 🎉 2.58.0 (2024-05-11)
- 【Feat】
- Tabs 新增 more api,用于将一部分 tabs 收起到下拉菜单中 [#2226](https://github.com/DouyinFE/semi-design/pull/2226)
Expand Down

0 comments on commit 0e9ac55

Please sign in to comment.