Skip to content

Commit

Permalink
chore: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
YyumeiZhang committed Oct 16, 2024
2 parents 8dbdb87 + 2ff1f1c commit 0e8feb3
Show file tree
Hide file tree
Showing 20 changed files with 194 additions and 181 deletions.
14 changes: 9 additions & 5 deletions content/start/changelog/index-en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,23 +16,27 @@ Version:Major.Minor.Patch (follow the **Semver** specification)

---

#### 🎉 2.68.0-beta.0 (2024-10-15)
#### 🎉 2.68.0-beta.0 (2024-10-16)
- 【New Component】
- Added a resizable box component that adjusts its size based on user mouse drag actions. [@Nathon2Y](https://github.com/Nathon2Y) [#2458](https://github.com/DouyinFE/semi-design/pull/2458)
- 【Feat】
- Datepicker's onClickoutSide adds event parameter [#2531](https://github.com/DouyinFE/semi-design/pull/2531)
- Cascader adds expandIcon API to support user-defined expansion icons [#2513](https://github.com/DouyinFE/semi-design/issues/2513)

#### 🎉 2.67.2 (2024-10-16)
- 【Fix】
- Fixed the phenomenon that the background color does not match expectations in some special theme package configurations when Select disabled and focus is disabled [#2532](https://github.com/DouyinFE/semi-design/pull/2532)
- fix icon Spin uses a fixed id, resulting in an unexpected display in Tabs [#2526](https://github.com/DouyinFE/semi-design/pull/2526)
- Fixed the issue of incorrect width of Cascader panel icon, affecting versions 2.67.0~2.67.1 [#2529](https://github.com/DouyinFE/semi-design/pull/2529)
- fix IllustrationFailure and IllustrationNoContent curves are not completely closed in light mode [#2524](https://github.com/DouyinFE/semi-design/pull/2524)
- 【Style】
- Newly added $width-cascader-option-icon is used to represent the width of the icon in the panel[#2529](https://github.com/DouyinFE/semi-design/pull/2529)
- 【Design Token】
- Select add token: `$color-select_input_disabled-border-focus``$color-select_input_disabled-border-focus`
- Newly added $width-cascader-option-icon is used to represent the width of the icon in the panel[#2529](https://github.com/DouyinFE/semi-design/pull/2529)

#### 🎉 2.67.1 (2024-10-11)
- 【Fix】
- fix the issue that after closing the Select popup using the close method, clicking the outer area cannot remove the focus style
- fixed selected value does not show when value is controlled (affects v2.64 ~ v2.67) [#2521 ](https://github.com/DouyinFE/semi-design/issues/2521)
- Fixed the issue that after closing the Select popup using the close method, clicking the outer area cannot remove the focus style
- Fixed Datepicker selected value does not show when value is controlled (affects v2.64 ~ v2.67) [#2521](https://github.com/DouyinFE/semi-design/issues/2521)
- Fixed the issue that Rspack plugin does not work on win32 platform

#### 🎉 2.67.0 (2024-09-27)
Expand Down
8 changes: 6 additions & 2 deletions content/start/changelog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,21 @@ Semi 版本号遵循 **Semver** 规范(主版本号-次版本号-修订版本
- 修订版本号(patch):仅会进行 bugfix,发布时间不限
- 不同版本间的详细关系,可查阅 [FAQ](/zh-CN/start/faq)

#### 🎉 2.68.0-beta.0 (2024-10-15)
#### 🎉 2.68.0-beta.0 (2024-10-16)
- 【New Component】
- 新增伸缩框组件,根据用户鼠标拖拽修改组件大小 [@Nathon2Y](https://github.com/Nathon2Y) [#2458](https://github.com/DouyinFE/semi-design/pull/2458)
- 【Feat】
- Datepicker 的 onClickoutSide 增加 event 参数 [#2531](https://github.com/DouyinFE/semi-design/pull/2531)
- Cascader 新增加 expandIcon API,用于支持用户自定义展开图标 [#2513](https://github.com/DouyinFE/semi-design/issues/2513) [#2528](https://github.com/DouyinFE/semi-design/pull/2528)

#### 🎉 2.67.2 (2024-10-16)
- 【Fix】
- 修复 Select disabled 禁用但focus的情况下,在某些特殊的主题包配置中,背景色不符合预期的现象 [#2532](https://github.com/DouyinFE/semi-design/pull/2532)
- 修复 icon Spin 使用固定 id 导致在 Tabs 中展示不符合预期问题 [#2526](https://github.com/DouyinFE/semi-design/pull/2526)
- 修复 Cascader 面板 icon 宽度错误问题,影响版本2.67.0~2.67.1 [#2529](https://github.com/DouyinFE/semi-design/pull/2529)
- 修复亮色模式下,IllustrationFailure 和 IllustrationNoContent 曲线未完全闭合问题 [#2524](https://github.com/DouyinFE/semi-design/pull/2524)
- 【Style】
- 【Design Token】
- Select 组件新增 Token: `$color-select_input_disabled-border-focus``$color-select_input_disabled-border-focus` 定制禁用态focus背景色样式、定制禁用focus边框
- 新增加 $width-cascader-option-icon 用于表示面板中的 icon 的宽度 [#2529](https://github.com/DouyinFE/semi-design/pull/2529)

#### 🎉 2.67.1 (2024-10-11)
Expand Down
4 changes: 2 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"useWorkspaces": true,
"npmClient": "yarn",
"version": "2.67.1"
}
"version": "2.67.2"
}
6 changes: 3 additions & 3 deletions packages/semi-animation-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@douyinfe/semi-animation-react",
"version": "2.67.1",
"version": "2.67.2",
"description": "motion library for semi-ui-react",
"keywords": [
"motion",
Expand All @@ -25,8 +25,8 @@
"prepublishOnly": "npm run build:lib"
},
"dependencies": {
"@douyinfe/semi-animation": "2.67.1",
"@douyinfe/semi-animation-styled": "2.67.1",
"@douyinfe/semi-animation": "2.67.2",
"@douyinfe/semi-animation-styled": "2.67.2",
"classnames": "^2.2.6"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/semi-animation-styled/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@douyinfe/semi-animation-styled",
"version": "2.67.1",
"version": "2.67.2",
"description": "semi styled animation",
"keywords": [
"semi",
Expand Down
2 changes: 1 addition & 1 deletion packages/semi-animation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@douyinfe/semi-animation",
"version": "2.67.1",
"version": "2.67.2",
"description": "animation base library for semi-ui",
"keywords": [
"animation",
Expand Down
2 changes: 1 addition & 1 deletion packages/semi-eslint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-semi-design",
"version": "2.67.1",
"version": "2.67.2",
"description": "semi ui eslint plugin",
"keywords": [
"semi",
Expand Down
4 changes: 2 additions & 2 deletions packages/semi-foundation/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@douyinfe/semi-foundation",
"version": "2.67.1",
"version": "2.67.2",
"description": "",
"scripts": {
"build:lib": "node ./scripts/compileLib.js",
"prepublishOnly": "npm run build:lib"
},
"dependencies": {
"@douyinfe/semi-animation": "2.67.1",
"@douyinfe/semi-animation": "2.67.2",
"@mdx-js/mdx": "^3.0.1",
"async-validator": "^3.5.0",
"classnames": "^2.2.6",
Expand Down
4 changes: 3 additions & 1 deletion packages/semi-foundation/select/select.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ $overflowList: #{$prefix}-overflow-list;
&:focus {
border: $width-select-border-focus solid $color-select-border-focus;
background-color: $color-select-bg-focus;
// background-color: plum;
outline: 0;
}

Expand Down Expand Up @@ -125,7 +126,8 @@ $overflowList: #{$prefix}-overflow-list;

&:focus {
// when select is disabled, the border should not have active color
border: $width-select-border-focus solid transparent;
border: $width-select-border-focus solid $color-select_input_disabled-border-focus;
background-color: $color-select_input_disabled-bg-focus;
}

.#{$module}-selection,
Expand Down
3 changes: 3 additions & 0 deletions packages/semi-foundation/select/variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,11 @@ $color-select_clearBtn-text-hover: var(--semi-color-primary); // 选择器输入
$color-select_input-bg-default: transparent; // 选择器输入框清空按钮颜色 - 悬停态
$color-select_input_disabled-bg: var(--semi-color-disabled-fill); // 禁用选择器输入框背景色
$color-select_input_disabled-border: var(--semi-color-border); // 禁用选择器输入框描边颜色
$color-select_input_disabled-border-focus: transparent; // 禁用选择器输入框描边颜色 - 聚焦态
$color-select_input_disabled-text: var(--semi-color-disabled-text); // 禁用选择器输入框回填内容文字颜色
$color-select_input_disabled-bg-hover: var(--semi-color-disabled-fill); // 选择器输入框回填内容文字颜色 - 悬停态
$color-select_input_disabled-bg-focus: var(--semi-color-disabled-fill); // 选择器输入框回填内容文字颜色 - 聚焦态

$color-select_input_placeholder-text: var(--semi-color-text-2); // 选择器输入框占位文本文字颜色

$color-select_option_main-text: var(--semi-color-text-0); // 选择器菜单选项文本颜色
Expand Down
2 changes: 1 addition & 1 deletion packages/semi-icons-lab/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@douyinfe/semi-icons-lab",
"version": "2.67.1",
"version": "2.67.2",
"description": "semi icons lab",
"keywords": [
"semi",
Expand Down
2 changes: 1 addition & 1 deletion packages/semi-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@douyinfe/semi-icons",
"version": "2.67.1",
"version": "2.67.2",
"description": "semi icons",
"keywords": [
"semi",
Expand Down
2 changes: 1 addition & 1 deletion packages/semi-illustrations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@douyinfe/semi-illustrations",
"version": "2.67.1",
"version": "2.67.2",
"description": "semi illustrations",
"keywords": [
"semi",
Expand Down
4 changes: 2 additions & 2 deletions packages/semi-next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@douyinfe/semi-next",
"version": "2.67.1",
"version": "2.67.2",
"description": "Plugin that support Semi Design in Next.js",
"author": "伍浩威 <wuhaowei.whw@bytedance.com>",
"homepage": "",
Expand All @@ -22,7 +22,7 @@
"typescript": "^4"
},
"dependencies": {
"@douyinfe/semi-webpack-plugin": "2.67.1"
"@douyinfe/semi-webpack-plugin": "2.67.2"
},
"gitHead": "eb34a4f25f002bb4cbcfa51f3df93bed868c831a"
}
2 changes: 1 addition & 1 deletion packages/semi-rspack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@douyinfe/semi-rspack-plugin",
"version": "2.67.1",
"version": "2.67.2",
"description": "",
"homepage": "",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/semi-scss-compile/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@douyinfe/semi-scss-compile",
"version": "2.67.1",
"version": "2.67.2",
"description": "compile semi scss to css",
"author": "daiqiang@bytedance.com",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/semi-theme-default/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@douyinfe/semi-theme-default",
"version": "2.67.1",
"version": "2.67.2",
"description": "semi-theme-default",
"keywords": [
"semi-theme",
Expand Down
12 changes: 6 additions & 6 deletions packages/semi-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@douyinfe/semi-ui",
"version": "2.67.1",
"version": "2.67.2",
"description": "A modern, comprehensive, flexible design system and UI library. Connect DesignOps & DevOps. Quickly build beautiful React apps. Maintained by Douyin-fe team.",
"main": "lib/cjs/index.js",
"module": "lib/es/index.js",
Expand All @@ -20,11 +20,11 @@
"@dnd-kit/core": "^6.0.8",
"@dnd-kit/sortable": "^7.0.2",
"@dnd-kit/utilities": "^3.2.1",
"@douyinfe/semi-animation": "2.67.1",
"@douyinfe/semi-animation-react": "2.67.1",
"@douyinfe/semi-foundation": "2.67.1",
"@douyinfe/semi-icons": "2.67.1",
"@douyinfe/semi-illustrations": "2.67.1",
"@douyinfe/semi-animation": "2.67.2",
"@douyinfe/semi-animation-react": "2.67.2",
"@douyinfe/semi-foundation": "2.67.2",
"@douyinfe/semi-icons": "2.67.2",
"@douyinfe/semi-illustrations": "2.67.2",
"@douyinfe/semi-theme-default": "2.61.0",
"async-validator": "^3.5.0",
"classnames": "^2.2.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/semi-webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@douyinfe/semi-webpack-plugin",
"version": "2.67.1",
"version": "2.67.2",
"description": "",
"author": "伍浩威 <wuhaowei.whw@bytedance.com>",
"homepage": "",
Expand Down
Loading

0 comments on commit 0e8feb3

Please sign in to comment.