stream-chat-react 10.7.5 → 10.8.0

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/dist/utils.js CHANGED
@@ -249,7 +249,7 @@ export var renderText = function (text, mentionedUsers, _a) {
249
249
  return (React.createElement(ReactMarkdown, { allowedElements: allowedMarkups, components: rehypeComponents, rehypePlugins: rehypePlugins, remarkPlugins: [[remarkGfm, { singleTilde: false }]], skipHtml: true, transformLinkUri: function (uri) { return (uri.startsWith('app://') ? uri : uriTransformer(uri)); }, unwrapDisallowed: true }, newText));
250
250
  };
251
251
  export function escapeRegExp(text) {
252
- return text.replace(/[-[\]{}()*+?.,\\^$|#]/g, '\\$&');
252
+ return text.replace(/[-[\]{}()*+?.,/\\^$|#]/g, '\\$&');
253
253
  }
254
254
  /**
255
255
  * @deprecated will be removed in the next major release
package/dist/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const version = "10.7.5";
1
+ export declare const version = "10.8.0";
2
2
  //# sourceMappingURL=version.d.ts.map
package/dist/version.js CHANGED
@@ -1 +1 @@
1
- export var version = '10.7.5';
1
+ export var version = '10.8.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "stream-chat-react",
3
- "version": "10.7.5",
3
+ "version": "10.8.0",
4
4
  "description": "React components to create chat conversations or livestream style chat",
5
5
  "author": "GetStream",
6
6
  "homepage": "https://getstream.io/chat/",