@tencentcloud/chat-uikit-react 5.5.0 → 5.5.1

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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,13 @@
1
+ ## [5.5.1] (2026-03-11)
2
+ ### feat
3
+ * Adjust the dependency on the base library to peerDependencies.
4
+
5
+
6
+ ## [5.5.0] (2026-03-10)
7
+ ### feat
8
+ * upgrade engine、sdk、core to lite version
9
+
10
+
1
11
  ## [5.3.0] (2026-02-05)
2
12
  ### feat
3
13
  * Support React^19 version
package/dist/index.js CHANGED
@@ -20,8 +20,8 @@ import { ChatProvider as q, useChatContext as z } from "./context/ChatContext.js
20
20
  import { useChatHeader as F } from "./hooks/useChatHeader.js";
21
21
  import { useUIManagerState as J } from "./states/UIManagerState.js";
22
22
  import './styles/index.css';export * from "tuikit-atomicx-react/chat";
23
- const e = "5.5.0";
24
- typeof window < "u" && (window.__CHAT_UIKIT_REACT__ = { name: "@tencentcloud/chat-uikit-react", version: "5.5.0" }, console.log("[@tencentcloud/chat-uikit-react] v5.5.0"));
23
+ const e = "5.5.1";
24
+ typeof window < "u" && (window.__CHAT_UIKIT_REACT__ = { name: "@tencentcloud/chat-uikit-react", version: "5.5.1" }, console.log("[@tencentcloud/chat-uikit-react] v5.5.1"));
25
25
  export {
26
26
  a as AudioCallPicker,
27
27
  d as Chat,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tencentcloud/chat-uikit-react",
3
- "version": "5.5.0",
3
+ "version": "5.5.1",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
@@ -43,7 +43,6 @@
43
43
  },
44
44
  "dependencies": {
45
45
  "@mui/base": "5.0.0-beta.66",
46
- "tuikit-atomicx-react": "^5.5.0",
47
46
  "classnames": "^2.5.1",
48
47
  "react-transition-group": "^4.4.5",
49
48
  "zustand": "^5.0.0"
@@ -102,6 +101,7 @@
102
101
  "@tencentcloud/lite-chat": "^1.6.3",
103
102
  "@tencentcloud/tui-core-lite": "~1.0.0",
104
103
  "@tencentcloud/chat-uikit-engine-lite": "~1.0.4",
104
+ "tuikit-atomicx-react": "^5.5.0",
105
105
  "@tencentcloud/uikit-base-component-react": "^1.1.7",
106
106
  "@tencentcloud/universal-api": "^2.4.1"
107
107
  }