@liveblocks/react-ui
Advanced tools
Comparing version 2.8.0 to 2.8.1
@@ -55,2 +55,3 @@ 'use client'; | ||
onAttachmentClick, | ||
onComposerSubmit, | ||
overrides: overrides$1, | ||
@@ -194,2 +195,3 @@ className, | ||
showAttachments, | ||
onComposerSubmit, | ||
overrides: { | ||
@@ -196,0 +198,0 @@ COMPOSER_PLACEHOLDER: $.THREAD_COMPOSER_PLACEHOLDER, |
@@ -558,2 +558,6 @@ import { CommentAttachment, CommentData, CommentBody, BaseMetadata, DM, HistoryVersion, InboxNotificationData, InboxNotificationThreadData, InboxNotificationTextMentionData, InboxNotificationCustomData, KDAD, ThreadData } from '@liveblocks/core'; | ||
/** | ||
* The event handler called when the composer is submitted. | ||
*/ | ||
onComposerSubmit?: ComposerProps["onComposerSubmit"]; | ||
/** | ||
* Override the component's strings. | ||
@@ -560,0 +564,0 @@ */ |
@@ -293,6 +293,2 @@ 'use strict'; | ||
} | ||
function dispose() { | ||
clear(); | ||
eventSource.clear(); | ||
} | ||
return { | ||
@@ -303,4 +299,3 @@ addAttachments, | ||
subscribe: eventSource.subscribe, | ||
clear, | ||
dispose | ||
clear | ||
}; | ||
@@ -322,3 +317,3 @@ } | ||
return () => { | ||
frozenAttachmentsManager.dispose(); | ||
frozenAttachmentsManager.clear(); | ||
}; | ||
@@ -325,0 +320,0 @@ }, [frozenAttachmentsManager]); |
'use strict'; | ||
const PKG_NAME = "@liveblocks/react-ui"; | ||
const PKG_VERSION = "2.8.0"; | ||
const PKG_VERSION = "2.8.1"; | ||
const PKG_FORMAT = "cjs"; | ||
@@ -6,0 +6,0 @@ |
{ | ||
"name": "@liveblocks/react-ui", | ||
"version": "2.8.0", | ||
"version": "2.8.1", | ||
"description": "A set of React pre-built components for the Liveblocks products. Liveblocks is the all-in-one toolkit to build collaborative products like Figma, Notion, and more.", | ||
@@ -78,5 +78,5 @@ "license": "Apache-2.0", | ||
"@floating-ui/react-dom": "^2.1.1", | ||
"@liveblocks/client": "2.8.0", | ||
"@liveblocks/core": "2.8.0", | ||
"@liveblocks/react": "2.8.0", | ||
"@liveblocks/client": "2.8.1", | ||
"@liveblocks/core": "2.8.1", | ||
"@liveblocks/react": "2.8.1", | ||
"@radix-ui/react-dropdown-menu": "^2.0.6", | ||
@@ -83,0 +83,0 @@ "@radix-ui/react-popover": "^1.0.7", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1604582
17209
+ Added@liveblocks/client@2.8.1(transitive)
+ Added@liveblocks/core@2.8.1(transitive)
+ Added@liveblocks/react@2.8.1(transitive)
- Removed@liveblocks/client@2.8.0(transitive)
- Removed@liveblocks/core@2.8.0(transitive)
- Removed@liveblocks/react@2.8.0(transitive)
Updated@liveblocks/client@2.8.1
Updated@liveblocks/core@2.8.1
Updated@liveblocks/react@2.8.1