@tencentcloud/chat-uikit-react 5.3.0 → 5.3.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.3.1] (2025-2-26)
2
+
3
+ ### feat
4
+ * support quick send and customize CustomMessage
5
+ * support offlinePushInfo
6
+
7
+ #### fix
8
+
9
+ * fix some exist problems.
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.3.0";
24
- typeof window < "u" && (window.__CHAT_UIKIT_REACT__ = { name: "@tencentcloud/chat-uikit-react", version: "5.3.0" }, console.log("[@tencentcloud/chat-uikit-react] v5.3.0"));
23
+ const e = "5.3.1";
24
+ typeof window < "u" && (window.__CHAT_UIKIT_REACT__ = { name: "@tencentcloud/chat-uikit-react", version: "5.3.1" }, console.log("[@tencentcloud/chat-uikit-react] v5.3.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.3.0",
3
+ "version": "5.3.1",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
@@ -43,7 +43,7 @@
43
43
  },
44
44
  "dependencies": {
45
45
  "@mui/base": "5.0.0-beta.66",
46
- "tuikit-atomicx-react": "^5.3.0",
46
+ "tuikit-atomicx-react": "^5.3.1",
47
47
  "classnames": "^2.5.1",
48
48
  "react-transition-group": "^4.4.5",
49
49
  "zustand": "^5.0.0"