stream-chat-react 11.23.0 → 11.23.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.
- package/README.md +10 -0
- package/dist/{Window-a963f22a.js → Window-8e652b8c.js} +2 -0
- package/dist/browser.full-bundle.js +3 -1
- package/dist/browser.full-bundle.js.map +1 -1
- package/dist/browser.full-bundle.min.js +1 -1
- package/dist/browser.full-bundle.min.js.map +1 -1
- package/dist/components/Emojis/index.cjs.js +1 -1
- package/dist/components/Message/utils.d.ts.map +1 -1
- package/dist/components/Message/utils.js +2 -0
- package/dist/index.cjs.js +2 -2
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -110,3 +110,13 @@ We recently closed a [$38 million Series B funding round](https://techcrunch.com
|
|
|
110
110
|
Our APIs are used by more than a billion end-users, and by working at Stream, you have the chance to make a huge impact on a team of very strong engineers.
|
|
111
111
|
|
|
112
112
|
Check out our current openings and apply via [Stream's website](https://getstream.io/team/#jobs).
|
|
113
|
+
|
|
114
|
+
## Acknowledgements
|
|
115
|
+
|
|
116
|
+
### Lamejs
|
|
117
|
+
|
|
118
|
+
This project uses `lamejs` library under the LGPL license to convert the recorded audio to mp3 format.
|
|
119
|
+
The library source code is dynamically imported and used only if audio recording is enabled.
|
|
120
|
+
|
|
121
|
+
You can obtain the source code for `lamejs` from the [lamejs repository](https://github.com/gideonstele/lamejs) that is a fork of [the original JS library](https://github.com/zhuker/lamejs).
|
|
122
|
+
You can find the source code for LAME at https://lame.sourceforge.net and its license at: https://lame.sourceforge.net/license.txt
|
|
@@ -36986,6 +36986,8 @@ var areMessageUIPropsEqual = function (prevProps, nextProps) {
|
|
|
36986
36986
|
return false;
|
|
36987
36987
|
if (((_c = prevProps.readBy) === null || _c === void 0 ? void 0 : _c.length) !== ((_d = nextProps.readBy) === null || _d === void 0 ? void 0 : _d.length))
|
|
36988
36988
|
return false;
|
|
36989
|
+
if (prevProps.groupStyles !== nextProps.groupStyles)
|
|
36990
|
+
return false;
|
|
36989
36991
|
if (prevProps.showDetailedReactions !== nextProps.showDetailedReactions) {
|
|
36990
36992
|
return false;
|
|
36991
36993
|
}
|
|
@@ -48995,6 +48995,8 @@ var StreamChatReact = (function (exports, React$2, jsxRuntime, ReactDOM, streamC
|
|
|
48995
48995
|
return false;
|
|
48996
48996
|
if (((_c = prevProps.readBy) === null || _c === void 0 ? void 0 : _c.length) !== ((_d = nextProps.readBy) === null || _d === void 0 ? void 0 : _d.length))
|
|
48997
48997
|
return false;
|
|
48998
|
+
if (prevProps.groupStyles !== nextProps.groupStyles)
|
|
48999
|
+
return false;
|
|
48998
49000
|
if (prevProps.showDetailedReactions !== nextProps.showDetailedReactions) {
|
|
48999
49001
|
return false;
|
|
49000
49002
|
}
|
|
@@ -63913,7 +63915,7 @@ var StreamChatReact = (function (exports, React$2, jsxRuntime, ReactDOM, streamC
|
|
|
63913
63915
|
|
|
63914
63916
|
window.StreamChat.StreamChat=StreamChat;window.StreamChat.logChatPromiseExecution=logChatPromiseExecution;window.StreamChat.Channel=Channel;window.ICAL=window.ICAL||{};
|
|
63915
63917
|
|
|
63916
|
-
window.StreamChat.StreamChat=StreamChat;window.StreamChat.logChatPromiseExecution=logChatPromiseExecution;window.StreamChat.Channel=Channel;window.ICAL=window.ICAL||{};var version$1 = '11.23.
|
|
63918
|
+
window.StreamChat.StreamChat=StreamChat;window.StreamChat.logChatPromiseExecution=logChatPromiseExecution;window.StreamChat.Channel=Channel;window.ICAL=window.ICAL||{};var version$1 = '11.23.2';
|
|
63917
63919
|
|
|
63918
63920
|
window.StreamChat.StreamChat=StreamChat;window.StreamChat.logChatPromiseExecution=logChatPromiseExecution;window.StreamChat.Channel=Channel;window.ICAL=window.ICAL||{};var useChat = function (_a) {
|
|
63919
63921
|
var _b, _c;
|