@zohoim/chat-components 1.1.4-beta.2 → 1.1.5
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/README.md +7 -0
- package/package.json +14 -14
package/README.md
CHANGED
|
@@ -10,6 +10,13 @@ In this Library, We Provide Some Basic Message Components to Build Your Chat App
|
|
|
10
10
|
|
|
11
11
|
> import MessageBubble from '@zohoim/chat-components/es/MessageBubble/MessageBubble’;
|
|
12
12
|
|
|
13
|
+
# 1.1.5
|
|
14
|
+
|
|
15
|
+
- lib folder added
|
|
16
|
+
- Message component link and email regex updated
|
|
17
|
+
- SecurityJs version updated
|
|
18
|
+
- Unused dependencies removed, and devDependencies and peerDependencies updated
|
|
19
|
+
|
|
13
20
|
# 1.1.4
|
|
14
21
|
|
|
15
22
|
- A11y related props and functionalities added
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zohoim/chat-components",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.5",
|
|
4
4
|
"description": "Chat Components",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "es/index.js",
|
|
@@ -35,18 +35,18 @@
|
|
|
35
35
|
"@zoho/SecurityJS": "7.2.4",
|
|
36
36
|
"@zohodesk-private/color-variable-preprocessor": "1.2.1",
|
|
37
37
|
"@zohodesk-private/css-variable-migrator": "1.0.8",
|
|
38
|
-
"@zohodesk/a11y": "2.3.
|
|
39
|
-
"@zohodesk/components": "1.3
|
|
38
|
+
"@zohodesk/a11y": "2.3.5",
|
|
39
|
+
"@zohodesk/components": "1.4.3",
|
|
40
40
|
"@zohodesk/hooks": "2.0.5",
|
|
41
41
|
"@zohodesk/icon": "1.3.15",
|
|
42
|
-
"@zohodesk/icons": "1.0.
|
|
42
|
+
"@zohodesk/icons": "1.0.79",
|
|
43
43
|
"@zohodesk/normalizer": "1.0.2",
|
|
44
|
-
"@zohodesk/svg": "1.1.
|
|
44
|
+
"@zohodesk/svg": "1.1.31",
|
|
45
45
|
"@zohodesk/utils": "1.3.14",
|
|
46
46
|
"@zohodesk/variables": "1.0.0",
|
|
47
47
|
"@zohodesk/virtualizer": "1.0.13",
|
|
48
|
-
"@zohoim/chat-components-hooks": "1.1.
|
|
49
|
-
"@zohoim/chat-components-utils": "1.1.
|
|
48
|
+
"@zohoim/chat-components-hooks": "1.1.5",
|
|
49
|
+
"@zohoim/chat-components-utils": "1.1.5",
|
|
50
50
|
"html-to-react": "1.7.0 ",
|
|
51
51
|
"jsdom": "23.0.0",
|
|
52
52
|
"react-sortable-hoc": "1.11.0",
|
|
@@ -55,20 +55,20 @@
|
|
|
55
55
|
},
|
|
56
56
|
"peerDependencies": {
|
|
57
57
|
"@zoho/SecurityJS": "7.2.4",
|
|
58
|
-
"@zohodesk/a11y": "2.3.
|
|
59
|
-
"@zohodesk/components": "1.3
|
|
58
|
+
"@zohodesk/a11y": "2.3.5",
|
|
59
|
+
"@zohodesk/components": "1.4.3",
|
|
60
60
|
"@zohodesk/hooks": "2.0.5",
|
|
61
61
|
"@zohodesk/icon": "1.3.15",
|
|
62
|
-
"@zohodesk/icons": "1.0.
|
|
62
|
+
"@zohodesk/icons": "1.0.79",
|
|
63
63
|
"@zohodesk/normalizer": "1.0.2",
|
|
64
|
-
"@zohodesk/svg": "1.1.
|
|
64
|
+
"@zohodesk/svg": "1.1.31",
|
|
65
65
|
"@zohodesk/utils": "1.3.14",
|
|
66
66
|
"@zohodesk/variables": "1.0.0",
|
|
67
67
|
"@zohodesk/virtualizer": "1.0.13",
|
|
68
|
-
"@zohoim/chat-components-hooks": "1.1.2",
|
|
69
|
-
"@zohoim/chat-components-utils": "1.1.2",
|
|
68
|
+
"@zohoim/chat-components-hooks": "1.1.4-beta.2",
|
|
69
|
+
"@zohoim/chat-components-utils": "1.1.4-beta.2",
|
|
70
70
|
"react-sortable-hoc": "1.11.0",
|
|
71
71
|
"velocity-react": "1.4.3"
|
|
72
72
|
},
|
|
73
|
-
"gitHead": "
|
|
73
|
+
"gitHead": "6908c5dc26f36e0bc17fa00d3d3d8fd79d821c82"
|
|
74
74
|
}
|