@douyinfe/semi-ui-19 2.92.1 → 2.92.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -16,6 +16,15 @@ Version:Major.Minor.Patch (follow the **Semver** specification)
|
|
|
16
16
|
|
|
17
17
|
---
|
|
18
18
|
|
|
19
|
+
#### 🎉 2.92.2 (2026-03-04)
|
|
20
|
+
- 【Fix】
|
|
21
|
+
- Fix `@douyinfe/semi-ui/react19-adapter` import failure due to missing exports declaration in package.json
|
|
22
|
+
- Fix compilation failure caused by missing `@douyinfe/semi-illustrations` path mapping in `packages/semi-ui/tsconfig.json`
|
|
23
|
+
|
|
24
|
+
#### 🎉 2.92.1 (2026-03-04)
|
|
25
|
+
- 【Fix】
|
|
26
|
+
- Align AIChatDialogue PropTypes with TypeScript interface definition [#3141](https://github.com/DouyinFE/semi-design/pull/3141)
|
|
27
|
+
|
|
19
28
|
#### 🎉 2.92.0 (2026-03-03)
|
|
20
29
|
- 【Feat】
|
|
21
30
|
- Unified React 19 support with adapter pattern, React 19 users only need to import `@douyinfe/semi-ui/react19-adapter` [#3140](https://github.com/DouyinFE/semi-design/pull/3140)
|
|
@@ -14,6 +14,15 @@ Semi 版本号遵循 **Semver** 规范(主版本号 - 次版本号 - 修订版
|
|
|
14
14
|
- 不同版本间的详细关系,可查阅 [FAQ](/zh-CN/start/faq)
|
|
15
15
|
|
|
16
16
|
|
|
17
|
+
#### 🎉 2.92.2 (2026-03-04)
|
|
18
|
+
- 【Fix】
|
|
19
|
+
- 修复 `@douyinfe/semi-ui/react19-adapter` 因 package.json exports 缺少声明导致无法导入的问题
|
|
20
|
+
- 修复 `packages/semi-ui/tsconfig.json` 缺少 `@douyinfe/semi-illustrations` 路径映射导致编译失败的问题
|
|
21
|
+
|
|
22
|
+
#### 🎉 2.92.1 (2026-03-04)
|
|
23
|
+
- 【Fix】
|
|
24
|
+
- 修复 AIChatDialogue PropTypes 与 TypeScript 类型定义不一致的问题 [#3141](https://github.com/DouyinFE/semi-design/pull/3141)
|
|
25
|
+
|
|
17
26
|
#### 🎉 2.92.0 (2026-03-03)
|
|
18
27
|
- 【Feat】
|
|
19
28
|
- 统一 React 19 支持方案,使用 adapter 模式替代双包方案,React 19 用户只需导入 `@douyinfe/semi-ui/react19-adapter` [#3140](https://github.com/DouyinFE/semi-design/pull/3140)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@douyinfe/semi-ui-19",
|
|
3
|
-
"version": "2.92.
|
|
3
|
+
"version": "2.92.2",
|
|
4
4
|
"description": "A modern, comprehensive, flexible design system and UI library. Connect DesignOps & DevOps. Quickly build beautiful React apps. Maintained by Douyin-fe team. (React 19 Compatible)",
|
|
5
5
|
"main": "lib/cjs/index.js",
|
|
6
6
|
"module": "lib/es/index.js",
|
|
@@ -2170,6 +2170,11 @@
|
|
|
2170
2170
|
"import": "./lib/es/index.js",
|
|
2171
2171
|
"require": "./lib/cjs/index.js"
|
|
2172
2172
|
},
|
|
2173
|
+
"./react19-adapter": {
|
|
2174
|
+
"types": "./lib/es/react19-adapter.d.ts",
|
|
2175
|
+
"import": "./lib/es/react19-adapter.js",
|
|
2176
|
+
"require": "./lib/cjs/react19-adapter.js"
|
|
2177
|
+
},
|
|
2173
2178
|
"./lib/es/_base/base.css": {
|
|
2174
2179
|
"import": "./lib/es/_base/base.css",
|
|
2175
2180
|
"require": "./lib/cjs/_base/base.css",
|
|
@@ -7983,12 +7988,12 @@
|
|
|
7983
7988
|
"@dnd-kit/core": "^6.0.8",
|
|
7984
7989
|
"@dnd-kit/sortable": "^7.0.2",
|
|
7985
7990
|
"@dnd-kit/utilities": "^3.2.1",
|
|
7986
|
-
"@douyinfe/semi-animation": "2.92.
|
|
7987
|
-
"@douyinfe/semi-animation-react": "2.92.
|
|
7988
|
-
"@douyinfe/semi-foundation": "2.92.
|
|
7989
|
-
"@douyinfe/semi-icons": "2.92.
|
|
7990
|
-
"@douyinfe/semi-illustrations": "2.92.
|
|
7991
|
-
"@douyinfe/semi-theme-default": "2.92.
|
|
7991
|
+
"@douyinfe/semi-animation": "2.92.2",
|
|
7992
|
+
"@douyinfe/semi-animation-react": "2.92.2",
|
|
7993
|
+
"@douyinfe/semi-foundation": "2.92.2",
|
|
7994
|
+
"@douyinfe/semi-icons": "2.92.2",
|
|
7995
|
+
"@douyinfe/semi-illustrations": "2.92.2",
|
|
7996
|
+
"@douyinfe/semi-theme-default": "2.92.2",
|
|
7992
7997
|
"@tiptap/core": "^3.10.7",
|
|
7993
7998
|
"@tiptap/extension-document": "^3.10.7",
|
|
7994
7999
|
"@tiptap/extension-hard-break": "^3.10.7",
|
|
@@ -8060,7 +8065,7 @@
|
|
|
8060
8065
|
],
|
|
8061
8066
|
"author": "",
|
|
8062
8067
|
"license": "MIT",
|
|
8063
|
-
"gitHead": "
|
|
8068
|
+
"gitHead": "5b350f6e4d41c36afb262f5b835c3223cfbb9233",
|
|
8064
8069
|
"devDependencies": {
|
|
8065
8070
|
"@babel/plugin-proposal-decorators": "^7.15.8",
|
|
8066
8071
|
"@babel/plugin-transform-runtime": "^7.15.8",
|