stream-chat-react 9.5.2 → 9.5.4
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/browser.full-bundle.js +28 -13
- package/dist/browser.full-bundle.js.map +1 -1
- package/dist/browser.full-bundle.min.js +2 -2
- package/dist/browser.full-bundle.min.js.map +1 -1
- package/dist/components/Channel/Channel.d.ts.map +1 -1
- package/dist/components/Channel/Channel.js +26 -11
- package/dist/index.cjs.js +28 -13
- package/dist/index.cjs.js.map +1 -1
- package/dist/utils.js +1 -1
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
package/dist/utils.js
CHANGED
|
@@ -188,7 +188,7 @@ export var renderText = function (text, mentioned_users, options) {
|
|
|
188
188
|
}, unwrapDisallowed: true }));
|
|
189
189
|
};
|
|
190
190
|
export function escapeRegExp(text) {
|
|
191
|
-
return text.replace(/[-[\]{}()
|
|
191
|
+
return text.replace(/[-[\]{}()*+?.,/\\^$|#]/g, '\\$&');
|
|
192
192
|
}
|
|
193
193
|
/**
|
|
194
194
|
* @deprecated will be removed in the next major release
|
package/dist/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const version = "9.5.
|
|
1
|
+
export declare const version = "9.5.4";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/dist/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export var version = '9.5.
|
|
1
|
+
export var version = '9.5.4';
|