@memori.ai/memori-react 6.8.2 → 6.8.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/CHANGELOG.md +1910 -0
- package/README.md +89 -48
- package/dist/I18nWrapper.js +3 -47
- package/dist/I18nWrapper.js.map +1 -1
- package/dist/components/AccountForm/AccountForm.d.ts +4 -2
- package/dist/components/AccountForm/AccountForm.js +2 -4
- package/dist/components/AccountForm/AccountForm.js.map +1 -1
- package/dist/components/AgeVerificationModal/AgeVerificationModal.css +1 -1
- package/dist/components/AgeVerificationModal/AgeVerificationModal.d.ts +1 -0
- package/dist/components/AgeVerificationModal/AgeVerificationModal.js +1 -1
- package/dist/components/AgeVerificationModal/AgeVerificationModal.js.map +1 -1
- package/dist/components/AttachmentLinkModal/AttachmentLinkModal.d.ts +1 -0
- package/dist/components/Auth/Auth.d.ts +1 -0
- package/dist/components/Avatar/Avatar.css +2 -2
- package/dist/components/Avatar/Avatar.d.ts +7 -0
- package/dist/components/Avatar/Avatar.js +70 -60
- package/dist/components/Avatar/Avatar.js.map +1 -1
- package/dist/components/Avatar/AvatarView/AvatarComponent/Shadow/DynamicShadow.d.ts +7 -0
- package/dist/components/Avatar/AvatarView/AvatarComponent/Shadow/DynamicShadow.js +62 -0
- package/dist/components/Avatar/AvatarView/AvatarComponent/Shadow/DynamicShadow.js.map +1 -0
- package/dist/components/Avatar/AvatarView/AvatarComponent/avatarComponent.d.ts +22 -0
- package/dist/components/Avatar/AvatarView/AvatarComponent/avatarComponent.js +41 -0
- package/dist/components/Avatar/AvatarView/AvatarComponent/avatarComponent.js.map +1 -0
- package/dist/components/Avatar/AvatarView/AvatarComponent/components/FullbodyAvatar/fullbodyAvatar.d.ts +18 -0
- package/dist/components/Avatar/AvatarView/AvatarComponent/components/FullbodyAvatar/fullbodyAvatar.js +185 -0
- package/dist/components/Avatar/AvatarView/AvatarComponent/components/FullbodyAvatar/fullbodyAvatar.js.map +1 -0
- package/dist/components/Avatar/AvatarView/AvatarComponent/components/FullbodyAvatar/types.d.ts +39 -0
- package/dist/components/Avatar/AvatarView/AvatarComponent/components/FullbodyAvatar/types.js +10 -0
- package/dist/components/Avatar/AvatarView/AvatarComponent/components/FullbodyAvatar/types.js.map +1 -0
- package/dist/components/Avatar/AvatarView/AvatarComponent/components/controllers/AvatarAnimator.d.ts +65 -0
- package/dist/components/Avatar/AvatarView/AvatarComponent/components/controllers/AvatarAnimator.js +747 -0
- package/dist/components/Avatar/AvatarView/AvatarComponent/components/controllers/AvatarAnimator.js.map +1 -0
- package/dist/components/Avatar/AvatarView/AvatarComponent/components/controllers/AvatarPositionController.d.ts +19 -0
- package/dist/components/Avatar/AvatarView/AvatarComponent/components/controllers/AvatarPositionController.js +60 -0
- package/dist/components/Avatar/AvatarView/AvatarComponent/components/controllers/AvatarPositionController.js.map +1 -0
- package/dist/components/Avatar/AvatarView/AvatarComponent/components/controllers/MorphTargetController.d.ts +24 -0
- package/dist/components/Avatar/AvatarView/AvatarComponent/components/controllers/MorphTargetController.js +133 -0
- package/dist/components/Avatar/AvatarView/AvatarComponent/components/controllers/MorphTargetController.js.map +1 -0
- package/dist/components/Avatar/AvatarView/AvatarComponent/components/controls.d.ts +26 -0
- package/dist/components/Avatar/AvatarView/AvatarComponent/components/controls.js +59 -0
- package/dist/components/Avatar/AvatarView/AvatarComponent/components/controls.js.map +1 -0
- package/dist/components/Avatar/AvatarView/AvatarComponent/components/halfbodyAvatar.d.ts +15 -0
- package/dist/components/Avatar/AvatarView/AvatarComponent/components/halfbodyAvatar.js +83 -0
- package/dist/components/Avatar/AvatarView/AvatarComponent/components/halfbodyAvatar.js.map +1 -0
- package/dist/components/{AvatarView → Avatar/AvatarView/AvatarComponent}/components/loader.d.ts +1 -0
- package/dist/components/{AvatarView → Avatar/AvatarView/AvatarComponent}/components/loader.js +1 -1
- package/dist/components/Avatar/AvatarView/AvatarComponent/components/loader.js.map +1 -0
- package/dist/components/Avatar/AvatarView/AvatarComponent/constants.d.ts +35 -0
- package/dist/components/Avatar/AvatarView/AvatarComponent/constants.js +99 -0
- package/dist/components/Avatar/AvatarView/AvatarComponent/constants.js.map +1 -0
- package/dist/components/Avatar/AvatarView/AvatarComponent/lights/Lights.d.ts +27 -0
- package/dist/components/Avatar/AvatarView/AvatarComponent/lights/Lights.js +52 -0
- package/dist/components/Avatar/AvatarView/AvatarComponent/lights/Lights.js.map +1 -0
- package/dist/components/Avatar/AvatarView/AvatarComponent/positionControls/positionControls.css +111 -0
- package/dist/components/Avatar/AvatarView/AvatarComponent/positionControls/positionControls.d.ts +11 -0
- package/dist/components/Avatar/AvatarView/AvatarComponent/positionControls/positionControls.js +110 -0
- package/dist/components/Avatar/AvatarView/AvatarComponent/positionControls/positionControls.js.map +1 -0
- package/dist/components/Avatar/AvatarView/index.d.ts +30 -0
- package/dist/components/Avatar/AvatarView/index.js +68 -0
- package/dist/components/Avatar/AvatarView/index.js.map +1 -0
- package/dist/components/Avatar/AvatarView/utils/hideHands.d.ts +2 -0
- package/dist/components/Avatar/AvatarView/utils/hideHands.js +14 -0
- package/dist/components/Avatar/AvatarView/utils/hideHands.js.map +1 -0
- package/dist/components/Avatar/AvatarView/utils/useEyeBlink.d.ts +16 -0
- package/dist/components/Avatar/AvatarView/utils/useEyeBlink.js +71 -0
- package/dist/components/Avatar/AvatarView/utils/useEyeBlink.js.map +1 -0
- package/dist/components/Avatar/AvatarView/utils/useHeadMovement.js.map +1 -0
- package/dist/components/Avatar/AvatarView/utils/useLoadingMorphAnim.js.map +1 -0
- package/dist/components/Avatar/AvatarView/utils/useMouthAnimation.d.ts +16 -0
- package/dist/components/Avatar/AvatarView/utils/useMouthAnimation.js +59 -0
- package/dist/components/Avatar/AvatarView/utils/useMouthAnimation.js.map +1 -0
- package/dist/components/Avatar/AvatarView/utils/useSmile.js +28 -0
- package/dist/components/Avatar/AvatarView/utils/useSmile.js.map +1 -0
- package/dist/components/Avatar/AvatarView/utils/utils.js.map +1 -0
- package/dist/components/Blob/Blob.d.ts +1 -0
- package/dist/components/BlockedMemoriBadge/BlockedMemoriBadge.d.ts +1 -0
- package/dist/components/Chat/Chat.d.ts +15 -7
- package/dist/components/Chat/Chat.js +49 -30
- package/dist/components/Chat/Chat.js.map +1 -1
- package/dist/components/ChatBubble/ChatBubble.css +87 -9
- package/dist/components/ChatBubble/ChatBubble.d.ts +14 -0
- package/dist/components/ChatBubble/ChatBubble.js +92 -67
- package/dist/components/ChatBubble/ChatBubble.js.map +1 -1
- package/dist/components/ChatHistoryDrawer/ChatHistory.css +414 -0
- package/dist/components/ChatHistoryDrawer/ChatHistory.d.ts +20 -0
- package/dist/components/ChatHistoryDrawer/ChatHistory.js +630 -0
- package/dist/components/ChatHistoryDrawer/ChatHistory.js.map +1 -0
- package/dist/components/ChatInputs/ChatInputs.d.ts +9 -3
- package/dist/components/ChatInputs/ChatInputs.js +47 -6
- package/dist/components/ChatInputs/ChatInputs.js.map +1 -1
- package/dist/components/ChatTextArea/ChatTextArea.css +9 -5
- package/dist/components/ChatTextArea/ChatTextArea.js +1 -1
- package/dist/components/ChatTextArea/ChatTextArea.js.map +1 -1
- package/dist/components/CompletionProviderStatus/CompletionProviderStatus.css +35 -17
- package/dist/components/CompletionProviderStatus/CompletionProviderStatus.d.ts +3 -3
- package/dist/components/CompletionProviderStatus/CompletionProviderStatus.js +141 -31
- package/dist/components/CompletionProviderStatus/CompletionProviderStatus.js.map +1 -1
- package/dist/components/CustomGLBModelViewer/ModelViewer.d.ts +1 -0
- package/dist/components/ExpertsDrawer/ExpertsDrawer.d.ts +1 -0
- package/dist/components/ExpertsDrawer/ExpertsDrawer.js +2 -2
- package/dist/components/ExpertsDrawer/ExpertsDrawer.js.map +1 -1
- package/dist/components/FeedbackButtons/FeedbackButtons.d.ts +1 -0
- package/dist/components/FilePreview/FilePreview.css +184 -0
- package/dist/components/FilePreview/FilePreview.d.ts +9 -0
- package/dist/components/FilePreview/FilePreview.js +74 -0
- package/dist/components/FilePreview/FilePreview.js.map +1 -0
- package/dist/components/Header/Header.css +3 -3
- package/dist/components/Header/Header.d.ts +5 -1
- package/dist/components/Header/Header.js +27 -13
- package/dist/components/Header/Header.js.map +1 -1
- package/dist/components/KnownFacts/KnownFacts.d.ts +4 -2
- package/dist/components/KnownFacts/KnownFacts.js +3 -5
- package/dist/components/KnownFacts/KnownFacts.js.map +1 -1
- package/dist/components/LoginDrawer/LoginDrawer.css +302 -0
- package/dist/components/LoginDrawer/LoginDrawer.d.ts +4 -2
- package/dist/components/LoginDrawer/LoginDrawer.js +9 -11
- package/dist/components/LoginDrawer/LoginDrawer.js.map +1 -1
- package/dist/components/MediaWidget/LinkItemWidget.css +10 -0
- package/dist/components/MediaWidget/LinkItemWidget.d.ts +1 -0
- package/dist/components/MediaWidget/LinkItemWidget.js +5 -2
- package/dist/components/MediaWidget/LinkItemWidget.js.map +1 -1
- package/dist/components/MediaWidget/MediaItemWidget.css +153 -3
- package/dist/components/MediaWidget/MediaItemWidget.d.ts +7 -2
- package/dist/components/MediaWidget/MediaItemWidget.js +89 -37
- package/dist/components/MediaWidget/MediaItemWidget.js.map +1 -1
- package/dist/components/MediaWidget/MediaWidget.d.ts +4 -1
- package/dist/components/MediaWidget/MediaWidget.js +2 -2
- package/dist/components/MediaWidget/MediaWidget.js.map +1 -1
- package/dist/components/MemoriArtifactSystem/components/ArtifactActions/ArtifactActions.css +163 -0
- package/dist/components/MemoriArtifactSystem/components/ArtifactActions/ArtifactActions.d.ts +12 -0
- package/dist/components/MemoriArtifactSystem/components/ArtifactActions/ArtifactActions.js +133 -0
- package/dist/components/MemoriArtifactSystem/components/ArtifactActions/ArtifactActions.js.map +1 -0
- package/dist/components/MemoriArtifactSystem/components/ArtifactActions/components/CopyButtonWithDropdown.d.ts +4 -0
- package/dist/components/MemoriArtifactSystem/components/ArtifactActions/components/CopyButtonWithDropdown.js +286 -0
- package/dist/components/MemoriArtifactSystem/components/ArtifactActions/components/CopyButtonWithDropdown.js.map +1 -0
- package/dist/components/MemoriArtifactSystem/components/ArtifactActions/components/CopyMenuItem.d.ts +6 -0
- package/dist/components/MemoriArtifactSystem/components/ArtifactActions/components/CopyMenuItem.js +40 -0
- package/dist/components/MemoriArtifactSystem/components/ArtifactActions/components/CopyMenuItem.js.map +1 -0
- package/dist/components/MemoriArtifactSystem/components/ArtifactActions/hooks/useCopyArtifact.d.ts +6 -0
- package/dist/components/MemoriArtifactSystem/components/ArtifactActions/hooks/useCopyArtifact.js +492 -0
- package/dist/components/MemoriArtifactSystem/components/ArtifactActions/hooks/useCopyArtifact.js.map +1 -0
- package/dist/components/MemoriArtifactSystem/components/ArtifactActions/index.d.ts +5 -0
- package/dist/components/MemoriArtifactSystem/components/ArtifactActions/index.js +14 -0
- package/dist/components/MemoriArtifactSystem/components/ArtifactActions/index.js.map +1 -0
- package/dist/components/MemoriArtifactSystem/components/ArtifactActions/styles.css +489 -0
- package/dist/components/MemoriArtifactSystem/components/ArtifactActions/test/CopyButtonTest.d.ts +3 -0
- package/dist/components/MemoriArtifactSystem/components/ArtifactActions/test/CopyButtonTest.js +64 -0
- package/dist/components/MemoriArtifactSystem/components/ArtifactActions/test/CopyButtonTest.js.map +1 -0
- package/dist/components/MemoriArtifactSystem/components/ArtifactActions/types.d.ts +61 -0
- package/dist/components/MemoriArtifactSystem/components/ArtifactActions/types.js +3 -0
- package/dist/components/MemoriArtifactSystem/components/ArtifactActions/types.js.map +1 -0
- package/dist/components/MemoriArtifactSystem/components/ArtifactActions/utils/PDFExporter.d.ts +15 -0
- package/dist/components/MemoriArtifactSystem/components/ArtifactActions/utils/PDFExporter.js +352 -0
- package/dist/components/MemoriArtifactSystem/components/ArtifactActions/utils/PDFExporter.js.map +1 -0
- package/dist/components/MemoriArtifactSystem/components/ArtifactDrawer/ArtifactDrawer.css +1059 -0
- package/dist/components/MemoriArtifactSystem/components/ArtifactDrawer/ArtifactDrawer.d.ts +5 -0
- package/dist/components/MemoriArtifactSystem/components/ArtifactDrawer/ArtifactDrawer.js +167 -0
- package/dist/components/MemoriArtifactSystem/components/ArtifactDrawer/ArtifactDrawer.js.map +1 -0
- package/dist/components/MemoriArtifactSystem/components/ArtifactDrawer/components/TabSwitch.css +150 -0
- package/dist/components/MemoriArtifactSystem/components/ArtifactDrawer/components/TabSwitch.d.ts +9 -0
- package/dist/components/MemoriArtifactSystem/components/ArtifactDrawer/components/TabSwitch.js +35 -0
- package/dist/components/MemoriArtifactSystem/components/ArtifactDrawer/components/TabSwitch.js.map +1 -0
- package/dist/components/MemoriArtifactSystem/components/ArtifactHandler/ArtifactHandler.css +253 -0
- package/dist/components/MemoriArtifactSystem/components/ArtifactHandler/ArtifactHandler.d.ts +8 -0
- package/dist/components/MemoriArtifactSystem/components/ArtifactHandler/ArtifactHandler.js +104 -0
- package/dist/components/MemoriArtifactSystem/components/ArtifactHandler/ArtifactHandler.js.map +1 -0
- package/dist/components/MemoriArtifactSystem/components/ArtifactPreview/ArtifactPreview.css +346 -0
- package/dist/components/MemoriArtifactSystem/components/ArtifactPreview/ArtifactPreview.d.ts +7 -0
- package/dist/components/MemoriArtifactSystem/components/ArtifactPreview/ArtifactPreview.js +89 -0
- package/dist/components/MemoriArtifactSystem/components/ArtifactPreview/ArtifactPreview.js.map +1 -0
- package/dist/components/MemoriArtifactSystem/context/ArtifactContext.d.ts +13 -0
- package/dist/components/MemoriArtifactSystem/context/ArtifactContext.js +55 -0
- package/dist/components/MemoriArtifactSystem/context/ArtifactContext.js.map +1 -0
- package/dist/components/MemoriArtifactSystem/types/artifact.types.d.ts +14 -0
- package/dist/components/MemoriArtifactSystem/types/artifact.types.js +3 -0
- package/dist/components/MemoriArtifactSystem/types/artifact.types.js.map +1 -0
- package/dist/components/MemoriWidget/MemoriWidget.css +10 -4
- package/dist/components/MemoriWidget/MemoriWidget.d.ts +29 -11
- package/dist/components/MemoriWidget/MemoriWidget.js +763 -1051
- package/dist/components/MemoriWidget/MemoriWidget.js.map +1 -1
- package/dist/components/MicrophoneButton/MicrophoneButton.d.ts +1 -0
- package/dist/components/MicrophoneButton/MicrophoneButton.js +1 -1
- package/dist/components/MicrophoneButton/MicrophoneButton.js.map +1 -1
- package/dist/components/PositionDrawer/PositionDrawer.d.ts +1 -0
- package/dist/components/PoweredBy/PoweredBy.d.ts +1 -0
- package/dist/components/SendOnEnterMenu/SendOnEnterMenu.css +3 -3
- package/dist/components/SettingsDrawer/SettingsDrawer.css +9 -2
- package/dist/components/SettingsDrawer/SettingsDrawer.d.ts +8 -1
- package/dist/components/SettingsDrawer/SettingsDrawer.js +15 -6
- package/dist/components/SettingsDrawer/SettingsDrawer.js.map +1 -1
- package/dist/components/ShareButton/ShareButton.css +6 -0
- package/dist/components/ShareButton/ShareButton.d.ts +3 -1
- package/dist/components/ShareButton/ShareButton.js +14 -3
- package/dist/components/ShareButton/ShareButton.js.map +1 -1
- package/dist/components/SignupForm/SignupForm.d.ts +4 -2
- package/dist/components/SignupForm/SignupForm.js +6 -8
- package/dist/components/SignupForm/SignupForm.js.map +1 -1
- package/dist/components/Snippet/Snippet.d.ts +2 -2
- package/dist/components/Snippet/Snippet.js +36 -25
- package/dist/components/Snippet/Snippet.js.map +1 -1
- package/dist/components/StartPanel/StartPanel.css +34 -8
- package/dist/components/StartPanel/StartPanel.d.ts +6 -2
- package/dist/components/StartPanel/StartPanel.js +26 -15
- package/dist/components/StartPanel/StartPanel.js.map +1 -1
- package/dist/components/Typing/Typing.d.ts +1 -0
- package/dist/components/Typing/Typing.js +49 -47
- package/dist/components/Typing/Typing.js.map +1 -1
- package/dist/components/UploadButton/UploadButton.css +544 -0
- package/dist/components/UploadButton/UploadButton.d.ts +19 -0
- package/dist/components/UploadButton/UploadButton.js +226 -0
- package/dist/components/UploadButton/UploadButton.js.map +1 -0
- package/dist/components/UploadButton/UploadDocuments/UploadDocuments.d.ts +31 -0
- package/dist/components/UploadButton/UploadDocuments/UploadDocuments.js +244 -0
- package/dist/components/UploadButton/UploadDocuments/UploadDocuments.js.map +1 -0
- package/dist/components/UploadButton/UploadImages/UploadImages.d.ts +20 -0
- package/dist/components/UploadButton/UploadImages/UploadImages.js +172 -0
- package/dist/components/UploadButton/UploadImages/UploadImages.js.map +1 -0
- package/dist/components/UploadMenu/UploadMenu.css +3 -3
- package/dist/components/VenueWidget/VenueWidget.css +7 -0
- package/dist/components/VenueWidget/VenueWidget.d.ts +1 -0
- package/dist/components/VenueWidget/VenueWidget.js +1 -1
- package/dist/components/VenueWidget/VenueWidget.js.map +1 -1
- package/dist/components/WhyThisAnswer/WhyThisAnswer.css +43 -0
- package/dist/components/WhyThisAnswer/WhyThisAnswer.d.ts +4 -2
- package/dist/components/WhyThisAnswer/WhyThisAnswer.js +5 -6
- package/dist/components/WhyThisAnswer/WhyThisAnswer.js.map +1 -1
- package/dist/components/icons/AI.d.ts +1 -0
- package/dist/components/icons/Alert.d.ts +6 -0
- package/dist/components/icons/Alert.js +6 -0
- package/dist/components/icons/Alert.js.map +1 -0
- package/dist/components/icons/ArrowUp.d.ts +6 -0
- package/dist/components/icons/ArrowUp.js +6 -0
- package/dist/components/icons/ArrowUp.js.map +1 -0
- package/dist/components/icons/Bug.d.ts +6 -0
- package/dist/components/icons/Bug.js +6 -0
- package/dist/components/icons/Bug.js.map +1 -0
- package/dist/components/icons/Chat.d.ts +6 -0
- package/dist/components/icons/Chat.js +6 -0
- package/dist/components/icons/Chat.js.map +1 -0
- package/dist/components/icons/ChevronDown.d.ts +6 -0
- package/dist/components/icons/ChevronDown.js +6 -0
- package/dist/components/icons/ChevronDown.js.map +1 -0
- package/dist/components/icons/ChevronLeft.d.ts +1 -0
- package/dist/components/icons/ChevronRight.d.ts +1 -0
- package/dist/components/icons/ChevronUp.d.ts +6 -0
- package/dist/components/icons/ChevronUp.js +6 -0
- package/dist/components/icons/ChevronUp.js.map +1 -0
- package/dist/components/icons/Clear.d.ts +1 -0
- package/dist/components/icons/Close.d.ts +3 -1
- package/dist/components/icons/Close.js +1 -1
- package/dist/components/icons/Close.js.map +1 -1
- package/dist/components/icons/Code.d.ts +6 -0
- package/dist/components/icons/Code.js +6 -0
- package/dist/components/icons/Code.js.map +1 -0
- package/dist/components/icons/Copy.d.ts +1 -0
- package/dist/components/icons/Copy.js +1 -1
- package/dist/components/icons/Copy.js.map +1 -1
- package/dist/components/icons/DeepThought.d.ts +1 -0
- package/dist/components/icons/Delete.d.ts +1 -0
- package/dist/components/icons/Document.d.ts +5 -0
- package/dist/components/icons/Document.js +10 -0
- package/dist/components/icons/Document.js.map +1 -0
- package/dist/components/icons/Download.d.ts +1 -0
- package/dist/components/icons/Edit.d.ts +1 -0
- package/dist/components/icons/Expand.d.ts +1 -0
- package/dist/components/icons/Eye.d.ts +1 -0
- package/dist/components/icons/EyeInvisible.d.ts +1 -0
- package/dist/components/icons/Facebook.d.ts +1 -0
- package/dist/components/icons/Feedback.d.ts +1 -0
- package/dist/components/icons/File.d.ts +1 -0
- package/dist/components/icons/FileExcel.d.ts +1 -0
- package/dist/components/icons/FilePdf.d.ts +1 -0
- package/dist/components/icons/FileWord.d.ts +1 -0
- package/dist/components/icons/Fullscreen.d.ts +1 -0
- package/dist/components/icons/FullscreenExit.d.ts +1 -0
- package/dist/components/icons/Group.d.ts +1 -0
- package/dist/components/icons/History.d.ts +7 -0
- package/dist/components/icons/History.js +6 -0
- package/dist/components/icons/History.js.map +1 -0
- package/dist/components/icons/Image.d.ts +4 -0
- package/dist/components/icons/Image.js +9 -0
- package/dist/components/icons/Image.js.map +1 -0
- package/dist/components/icons/Info.d.ts +6 -0
- package/dist/components/icons/Info.js +6 -0
- package/dist/components/icons/Info.js.map +1 -0
- package/dist/components/icons/Link.d.ts +1 -0
- package/dist/components/icons/Linkedin.d.ts +1 -0
- package/dist/components/icons/Loading.d.ts +1 -0
- package/dist/components/icons/Mail.d.ts +1 -0
- package/dist/components/icons/MapMarker.d.ts +1 -0
- package/dist/components/icons/MenuHorizontal.d.ts +7 -0
- package/dist/components/icons/MenuHorizontal.js +6 -0
- package/dist/components/icons/MenuHorizontal.js.map +1 -0
- package/dist/components/icons/MenuVertical.d.ts +7 -0
- package/dist/components/icons/MenuVertical.js +6 -0
- package/dist/components/icons/MenuVertical.js.map +1 -0
- package/dist/components/icons/Message.d.ts +1 -0
- package/dist/components/icons/Microphone.d.ts +1 -0
- package/dist/components/icons/Minus.d.ts +1 -0
- package/dist/components/icons/MinusCircle.d.ts +1 -0
- package/dist/components/icons/PaperClip.d.ts +1 -0
- package/dist/components/icons/Picture.d.ts +1 -0
- package/dist/components/icons/Plus.d.ts +1 -0
- package/dist/components/icons/Preview.d.ts +4 -0
- package/dist/components/icons/Preview.js +9 -0
- package/dist/components/icons/Preview.js.map +1 -0
- package/dist/components/icons/Print.d.ts +6 -0
- package/dist/components/icons/Print.js +6 -0
- package/dist/components/icons/Print.js.map +1 -0
- package/dist/components/icons/QuestionHelp.d.ts +1 -0
- package/dist/components/icons/Refresh.d.ts +1 -0
- package/dist/components/icons/SelectIcon.d.ts +1 -0
- package/dist/components/icons/Send.d.ts +1 -0
- package/dist/components/icons/Setting.d.ts +1 -0
- package/dist/components/icons/Share.d.ts +1 -0
- package/dist/components/icons/Sound.d.ts +1 -0
- package/dist/components/icons/SoundDeactivated.d.ts +1 -0
- package/dist/components/icons/Telegram.d.ts +1 -0
- package/dist/components/icons/ThumbDown.d.ts +1 -0
- package/dist/components/icons/ThumbUp.d.ts +1 -0
- package/dist/components/icons/Translation.d.ts +1 -0
- package/dist/components/icons/Twitter.d.ts +1 -0
- package/dist/components/icons/Upload.d.ts +4 -0
- package/dist/components/icons/Upload.js +9 -0
- package/dist/components/icons/Upload.js.map +1 -0
- package/dist/components/icons/User.d.ts +1 -0
- package/dist/components/icons/Warning.d.ts +1 -0
- package/dist/components/icons/Warning.js +1 -1
- package/dist/components/icons/Warning.js.map +1 -1
- package/dist/components/icons/WhatsApp.d.ts +1 -0
- package/dist/components/layouts/Chat.js +9 -1
- package/dist/components/layouts/Chat.js.map +1 -1
- package/dist/components/layouts/FullPage.js +10 -1
- package/dist/components/layouts/FullPage.js.map +1 -1
- package/dist/components/layouts/HiddenChat.d.ts +4 -0
- package/dist/components/layouts/HiddenChat.js +147 -0
- package/dist/components/layouts/HiddenChat.js.map +1 -0
- package/dist/components/layouts/Totem.js +1 -1
- package/dist/components/layouts/Totem.js.map +1 -1
- package/dist/components/layouts/WebsiteAssistant.js +2 -2
- package/dist/components/layouts/WebsiteAssistant.js.map +1 -1
- package/dist/components/layouts/ZoomedFullBody.d.ts +4 -0
- package/dist/components/layouts/ZoomedFullBody.js +17 -0
- package/dist/components/layouts/ZoomedFullBody.js.map +1 -0
- package/dist/components/layouts/chat.css +358 -19
- package/dist/components/layouts/hidden-chat.css +254 -0
- package/dist/components/layouts/totem.css +19 -10
- package/dist/components/layouts/website-assistant.css +2 -2
- package/dist/components/layouts/zoomed-full-body.css +18 -0
- package/dist/components/ui/Alert.css +93 -0
- package/dist/components/ui/Alert.d.ts +18 -0
- package/dist/components/ui/Alert.js +42 -0
- package/dist/components/ui/Alert.js.map +1 -0
- package/dist/components/ui/Button.css +8 -2
- package/dist/components/ui/Button.d.ts +1 -0
- package/dist/components/ui/Button.js +2 -1
- package/dist/components/ui/Button.js.map +1 -1
- package/dist/components/ui/Card.css +5 -0
- package/dist/components/ui/Card.d.ts +1 -0
- package/dist/components/ui/Card.js +2 -1
- package/dist/components/ui/Card.js.map +1 -1
- package/dist/components/ui/ConfirmDialog.css +42 -0
- package/dist/components/ui/ConfirmDialog.d.ts +11 -0
- package/dist/components/ui/ConfirmDialog.js +12 -0
- package/dist/components/ui/ConfirmDialog.js.map +1 -0
- package/dist/components/ui/Drawer.css +121 -96
- package/dist/components/ui/Drawer.d.ts +17 -6
- package/dist/components/ui/Drawer.js +44 -13
- package/dist/components/ui/Drawer.js.map +1 -1
- package/dist/components/ui/Expandable.d.ts +3 -2
- package/dist/components/ui/Expandable.js +35 -20
- package/dist/components/ui/Expandable.js.map +1 -1
- package/dist/components/ui/Select.d.ts +1 -0
- package/dist/components/ui/Slider.css +192 -0
- package/dist/components/ui/Slider.d.ts +12 -0
- package/dist/components/ui/Slider.js +78 -0
- package/dist/components/ui/Slider.js.map +1 -0
- package/dist/components/ui/Table.css +15 -2
- package/dist/context/visemeContext.d.ts +24 -0
- package/dist/context/visemeContext.js +192 -0
- package/dist/context/visemeContext.js.map +1 -0
- package/dist/helpers/configuration.js +0 -1
- package/dist/helpers/configuration.js.map +1 -1
- package/dist/helpers/constants.d.ts +6 -0
- package/dist/helpers/constants.js +7 -1
- package/dist/helpers/constants.js.map +1 -1
- package/dist/helpers/error.js +53 -6
- package/dist/helpers/error.js.map +1 -1
- package/dist/helpers/markedExtendedTables.js +1 -1
- package/dist/helpers/markedExtendedTables.js.map +1 -1
- package/dist/helpers/message.d.ts +5 -0
- package/dist/helpers/message.js +98 -0
- package/dist/helpers/message.js.map +1 -0
- package/dist/helpers/sanitizer.d.ts +1 -0
- package/dist/helpers/sanitizer.js +9 -0
- package/dist/helpers/sanitizer.js.map +1 -0
- package/dist/helpers/statistics.d.ts +1 -12
- package/dist/helpers/statistics.js +1 -165
- package/dist/helpers/statistics.js.map +1 -1
- package/dist/helpers/stt/useSTT.d.ts +40 -0
- package/dist/helpers/stt/useSTT.js +527 -0
- package/dist/helpers/stt/useSTT.js.map +1 -0
- package/dist/helpers/translations.js +23 -4
- package/dist/helpers/translations.js.map +1 -1
- package/dist/helpers/tts/ttsVoiceUtility.d.ts +158 -0
- package/dist/helpers/tts/ttsVoiceUtility.js +192 -0
- package/dist/helpers/tts/ttsVoiceUtility.js.map +1 -0
- package/dist/helpers/tts/useTTS.d.ts +27 -0
- package/dist/helpers/tts/useTTS.js +297 -0
- package/dist/helpers/tts/useTTS.js.map +1 -0
- package/dist/helpers/utils.d.ts +40 -0
- package/dist/helpers/utils.js +157 -1
- package/dist/helpers/utils.js.map +1 -1
- package/dist/i18n.js +13 -1
- package/dist/i18n.js.map +1 -1
- package/dist/index.d.ts +14 -4
- package/dist/index.js +136 -84
- package/dist/index.js.map +1 -1
- package/dist/locales/de.json +593 -0
- package/dist/locales/en.json +250 -40
- package/dist/locales/es.json +593 -0
- package/dist/locales/fr.json +603 -0
- package/dist/locales/it.json +260 -48
- package/dist/styles.css +18 -2
- package/esm/I18nWrapper.js +4 -48
- package/esm/I18nWrapper.js.map +1 -1
- package/esm/components/AccountForm/AccountForm.d.ts +4 -2
- package/esm/components/AccountForm/AccountForm.js +2 -4
- package/esm/components/AccountForm/AccountForm.js.map +1 -1
- package/esm/components/AgeVerificationModal/AgeVerificationModal.css +1 -1
- package/esm/components/AgeVerificationModal/AgeVerificationModal.d.ts +1 -0
- package/esm/components/AgeVerificationModal/AgeVerificationModal.js +1 -1
- package/esm/components/AgeVerificationModal/AgeVerificationModal.js.map +1 -1
- package/esm/components/AttachmentLinkModal/AttachmentLinkModal.d.ts +1 -0
- package/esm/components/Auth/Auth.d.ts +1 -0
- package/esm/components/Avatar/Avatar.css +2 -2
- package/esm/components/Avatar/Avatar.d.ts +7 -0
- package/esm/components/Avatar/Avatar.js +72 -62
- package/esm/components/Avatar/Avatar.js.map +1 -1
- package/esm/components/Avatar/AvatarView/AvatarComponent/Shadow/DynamicShadow.d.ts +7 -0
- package/esm/components/Avatar/AvatarView/AvatarComponent/Shadow/DynamicShadow.js +60 -0
- package/esm/components/Avatar/AvatarView/AvatarComponent/Shadow/DynamicShadow.js.map +1 -0
- package/esm/components/Avatar/AvatarView/AvatarComponent/avatarComponent.d.ts +22 -0
- package/esm/components/Avatar/AvatarView/AvatarComponent/avatarComponent.js +36 -0
- package/esm/components/Avatar/AvatarView/AvatarComponent/avatarComponent.js.map +1 -0
- package/esm/components/Avatar/AvatarView/AvatarComponent/components/FullbodyAvatar/fullbodyAvatar.d.ts +18 -0
- package/esm/components/Avatar/AvatarView/AvatarComponent/components/FullbodyAvatar/fullbodyAvatar.js +180 -0
- package/esm/components/Avatar/AvatarView/AvatarComponent/components/FullbodyAvatar/fullbodyAvatar.js.map +1 -0
- package/esm/components/Avatar/AvatarView/AvatarComponent/components/FullbodyAvatar/types.d.ts +39 -0
- package/esm/components/Avatar/AvatarView/AvatarComponent/components/FullbodyAvatar/types.js +7 -0
- package/esm/components/Avatar/AvatarView/AvatarComponent/components/FullbodyAvatar/types.js.map +1 -0
- package/esm/components/Avatar/AvatarView/AvatarComponent/components/controllers/AvatarAnimator.d.ts +65 -0
- package/esm/components/Avatar/AvatarView/AvatarComponent/components/controllers/AvatarAnimator.js +743 -0
- package/esm/components/Avatar/AvatarView/AvatarComponent/components/controllers/AvatarAnimator.js.map +1 -0
- package/esm/components/Avatar/AvatarView/AvatarComponent/components/controllers/AvatarPositionController.d.ts +19 -0
- package/esm/components/Avatar/AvatarView/AvatarComponent/components/controllers/AvatarPositionController.js +56 -0
- package/esm/components/Avatar/AvatarView/AvatarComponent/components/controllers/AvatarPositionController.js.map +1 -0
- package/esm/components/Avatar/AvatarView/AvatarComponent/components/controllers/MorphTargetController.d.ts +24 -0
- package/esm/components/Avatar/AvatarView/AvatarComponent/components/controllers/MorphTargetController.js +129 -0
- package/esm/components/Avatar/AvatarView/AvatarComponent/components/controllers/MorphTargetController.js.map +1 -0
- package/esm/components/Avatar/AvatarView/AvatarComponent/components/controls.d.ts +26 -0
- package/esm/components/Avatar/AvatarView/AvatarComponent/components/controls.js +56 -0
- package/esm/components/Avatar/AvatarView/AvatarComponent/components/controls.js.map +1 -0
- package/esm/components/Avatar/AvatarView/AvatarComponent/components/halfbodyAvatar.d.ts +15 -0
- package/esm/components/Avatar/AvatarView/AvatarComponent/components/halfbodyAvatar.js +79 -0
- package/esm/components/Avatar/AvatarView/AvatarComponent/components/halfbodyAvatar.js.map +1 -0
- package/esm/components/{AvatarView → Avatar/AvatarView/AvatarComponent}/components/loader.d.ts +1 -0
- package/esm/components/{AvatarView → Avatar/AvatarView/AvatarComponent}/components/loader.js +1 -1
- package/esm/components/Avatar/AvatarView/AvatarComponent/components/loader.js.map +1 -0
- package/esm/components/Avatar/AvatarView/AvatarComponent/constants.d.ts +35 -0
- package/esm/components/Avatar/AvatarView/AvatarComponent/constants.js +96 -0
- package/esm/components/Avatar/AvatarView/AvatarComponent/constants.js.map +1 -0
- package/esm/components/Avatar/AvatarView/AvatarComponent/lights/Lights.d.ts +27 -0
- package/esm/components/Avatar/AvatarView/AvatarComponent/lights/Lights.js +48 -0
- package/esm/components/Avatar/AvatarView/AvatarComponent/lights/Lights.js.map +1 -0
- package/esm/components/Avatar/AvatarView/AvatarComponent/positionControls/positionControls.css +111 -0
- package/esm/components/Avatar/AvatarView/AvatarComponent/positionControls/positionControls.d.ts +11 -0
- package/esm/components/Avatar/AvatarView/AvatarComponent/positionControls/positionControls.js +107 -0
- package/esm/components/Avatar/AvatarView/AvatarComponent/positionControls/positionControls.js.map +1 -0
- package/esm/components/Avatar/AvatarView/index.d.ts +30 -0
- package/esm/components/Avatar/AvatarView/index.js +64 -0
- package/esm/components/Avatar/AvatarView/index.js.map +1 -0
- package/esm/components/Avatar/AvatarView/utils/hideHands.d.ts +2 -0
- package/esm/components/Avatar/AvatarView/utils/hideHands.js +10 -0
- package/esm/components/Avatar/AvatarView/utils/hideHands.js.map +1 -0
- package/esm/components/Avatar/AvatarView/utils/useEyeBlink.d.ts +16 -0
- package/esm/components/Avatar/AvatarView/utils/useEyeBlink.js +67 -0
- package/esm/components/Avatar/AvatarView/utils/useEyeBlink.js.map +1 -0
- package/esm/components/Avatar/AvatarView/utils/useHeadMovement.js.map +1 -0
- package/esm/components/Avatar/AvatarView/utils/useLoadingMorphAnim.js.map +1 -0
- package/esm/components/Avatar/AvatarView/utils/useMouthAnimation.d.ts +16 -0
- package/esm/components/Avatar/AvatarView/utils/useMouthAnimation.js +55 -0
- package/esm/components/Avatar/AvatarView/utils/useMouthAnimation.js.map +1 -0
- package/esm/components/Avatar/AvatarView/utils/useSmile.js +25 -0
- package/esm/components/Avatar/AvatarView/utils/useSmile.js.map +1 -0
- package/esm/components/Avatar/AvatarView/utils/utils.js.map +1 -0
- package/esm/components/Blob/Blob.d.ts +1 -0
- package/esm/components/BlockedMemoriBadge/BlockedMemoriBadge.d.ts +1 -0
- package/esm/components/Chat/Chat.d.ts +15 -7
- package/esm/components/Chat/Chat.js +49 -30
- package/esm/components/Chat/Chat.js.map +1 -1
- package/esm/components/ChatBubble/ChatBubble.css +87 -9
- package/esm/components/ChatBubble/ChatBubble.d.ts +14 -0
- package/esm/components/ChatBubble/ChatBubble.js +93 -68
- package/esm/components/ChatBubble/ChatBubble.js.map +1 -1
- package/esm/components/ChatHistoryDrawer/ChatHistory.css +414 -0
- package/esm/components/ChatHistoryDrawer/ChatHistory.d.ts +20 -0
- package/esm/components/ChatHistoryDrawer/ChatHistory.js +627 -0
- package/esm/components/ChatHistoryDrawer/ChatHistory.js.map +1 -0
- package/esm/components/ChatInputs/ChatInputs.d.ts +9 -3
- package/esm/components/ChatInputs/ChatInputs.js +48 -7
- package/esm/components/ChatInputs/ChatInputs.js.map +1 -1
- package/esm/components/ChatTextArea/ChatTextArea.css +9 -5
- package/esm/components/ChatTextArea/ChatTextArea.js +1 -1
- package/esm/components/ChatTextArea/ChatTextArea.js.map +1 -1
- package/esm/components/CompletionProviderStatus/CompletionProviderStatus.css +35 -17
- package/esm/components/CompletionProviderStatus/CompletionProviderStatus.d.ts +3 -3
- package/esm/components/CompletionProviderStatus/CompletionProviderStatus.js +142 -32
- package/esm/components/CompletionProviderStatus/CompletionProviderStatus.js.map +1 -1
- package/esm/components/CustomGLBModelViewer/ModelViewer.d.ts +1 -0
- package/esm/components/ExpertsDrawer/ExpertsDrawer.d.ts +1 -0
- package/esm/components/ExpertsDrawer/ExpertsDrawer.js +2 -2
- package/esm/components/ExpertsDrawer/ExpertsDrawer.js.map +1 -1
- package/esm/components/FeedbackButtons/FeedbackButtons.d.ts +1 -0
- package/esm/components/FilePreview/FilePreview.css +184 -0
- package/esm/components/FilePreview/FilePreview.d.ts +9 -0
- package/esm/components/FilePreview/FilePreview.js +71 -0
- package/esm/components/FilePreview/FilePreview.js.map +1 -0
- package/esm/components/Header/Header.css +3 -3
- package/esm/components/Header/Header.d.ts +5 -1
- package/esm/components/Header/Header.js +27 -13
- package/esm/components/Header/Header.js.map +1 -1
- package/esm/components/KnownFacts/KnownFacts.d.ts +4 -2
- package/esm/components/KnownFacts/KnownFacts.js +3 -5
- package/esm/components/KnownFacts/KnownFacts.js.map +1 -1
- package/esm/components/LoginDrawer/LoginDrawer.css +302 -0
- package/esm/components/LoginDrawer/LoginDrawer.d.ts +4 -2
- package/esm/components/LoginDrawer/LoginDrawer.js +9 -11
- package/esm/components/LoginDrawer/LoginDrawer.js.map +1 -1
- package/esm/components/MediaWidget/LinkItemWidget.css +10 -0
- package/esm/components/MediaWidget/LinkItemWidget.d.ts +1 -0
- package/esm/components/MediaWidget/LinkItemWidget.js +5 -2
- package/esm/components/MediaWidget/LinkItemWidget.js.map +1 -1
- package/esm/components/MediaWidget/MediaItemWidget.css +153 -3
- package/esm/components/MediaWidget/MediaItemWidget.d.ts +7 -2
- package/esm/components/MediaWidget/MediaItemWidget.js +90 -38
- package/esm/components/MediaWidget/MediaItemWidget.js.map +1 -1
- package/esm/components/MediaWidget/MediaWidget.d.ts +4 -1
- package/esm/components/MediaWidget/MediaWidget.js +2 -2
- package/esm/components/MediaWidget/MediaWidget.js.map +1 -1
- package/esm/components/MemoriArtifactSystem/components/ArtifactActions/ArtifactActions.css +163 -0
- package/esm/components/MemoriArtifactSystem/components/ArtifactActions/ArtifactActions.d.ts +12 -0
- package/esm/components/MemoriArtifactSystem/components/ArtifactActions/ArtifactActions.js +130 -0
- package/esm/components/MemoriArtifactSystem/components/ArtifactActions/ArtifactActions.js.map +1 -0
- package/esm/components/MemoriArtifactSystem/components/ArtifactActions/components/CopyButtonWithDropdown.d.ts +4 -0
- package/esm/components/MemoriArtifactSystem/components/ArtifactActions/components/CopyButtonWithDropdown.js +283 -0
- package/esm/components/MemoriArtifactSystem/components/ArtifactActions/components/CopyButtonWithDropdown.js.map +1 -0
- package/esm/components/MemoriArtifactSystem/components/ArtifactActions/components/CopyMenuItem.d.ts +6 -0
- package/esm/components/MemoriArtifactSystem/components/ArtifactActions/components/CopyMenuItem.js +37 -0
- package/esm/components/MemoriArtifactSystem/components/ArtifactActions/components/CopyMenuItem.js.map +1 -0
- package/esm/components/MemoriArtifactSystem/components/ArtifactActions/hooks/useCopyArtifact.d.ts +6 -0
- package/esm/components/MemoriArtifactSystem/components/ArtifactActions/hooks/useCopyArtifact.js +487 -0
- package/esm/components/MemoriArtifactSystem/components/ArtifactActions/hooks/useCopyArtifact.js.map +1 -0
- package/esm/components/MemoriArtifactSystem/components/ArtifactActions/index.d.ts +5 -0
- package/esm/components/MemoriArtifactSystem/components/ArtifactActions/index.js +6 -0
- package/esm/components/MemoriArtifactSystem/components/ArtifactActions/index.js.map +1 -0
- package/esm/components/MemoriArtifactSystem/components/ArtifactActions/styles.css +489 -0
- package/esm/components/MemoriArtifactSystem/components/ArtifactActions/test/CopyButtonTest.d.ts +3 -0
- package/esm/components/MemoriArtifactSystem/components/ArtifactActions/test/CopyButtonTest.js +62 -0
- package/esm/components/MemoriArtifactSystem/components/ArtifactActions/test/CopyButtonTest.js.map +1 -0
- package/esm/components/MemoriArtifactSystem/components/ArtifactActions/types.d.ts +61 -0
- package/esm/components/MemoriArtifactSystem/components/ArtifactActions/types.js +2 -0
- package/esm/components/MemoriArtifactSystem/components/ArtifactActions/types.js.map +1 -0
- package/esm/components/MemoriArtifactSystem/components/ArtifactActions/utils/PDFExporter.d.ts +15 -0
- package/esm/components/MemoriArtifactSystem/components/ArtifactActions/utils/PDFExporter.js +348 -0
- package/esm/components/MemoriArtifactSystem/components/ArtifactActions/utils/PDFExporter.js.map +1 -0
- package/esm/components/MemoriArtifactSystem/components/ArtifactDrawer/ArtifactDrawer.css +1059 -0
- package/esm/components/MemoriArtifactSystem/components/ArtifactDrawer/ArtifactDrawer.d.ts +5 -0
- package/esm/components/MemoriArtifactSystem/components/ArtifactDrawer/ArtifactDrawer.js +164 -0
- package/esm/components/MemoriArtifactSystem/components/ArtifactDrawer/ArtifactDrawer.js.map +1 -0
- package/esm/components/MemoriArtifactSystem/components/ArtifactDrawer/components/TabSwitch.css +150 -0
- package/esm/components/MemoriArtifactSystem/components/ArtifactDrawer/components/TabSwitch.d.ts +9 -0
- package/esm/components/MemoriArtifactSystem/components/ArtifactDrawer/components/TabSwitch.js +32 -0
- package/esm/components/MemoriArtifactSystem/components/ArtifactDrawer/components/TabSwitch.js.map +1 -0
- package/esm/components/MemoriArtifactSystem/components/ArtifactHandler/ArtifactHandler.css +253 -0
- package/esm/components/MemoriArtifactSystem/components/ArtifactHandler/ArtifactHandler.d.ts +8 -0
- package/esm/components/MemoriArtifactSystem/components/ArtifactHandler/ArtifactHandler.js +101 -0
- package/esm/components/MemoriArtifactSystem/components/ArtifactHandler/ArtifactHandler.js.map +1 -0
- package/esm/components/MemoriArtifactSystem/components/ArtifactPreview/ArtifactPreview.css +346 -0
- package/esm/components/MemoriArtifactSystem/components/ArtifactPreview/ArtifactPreview.d.ts +7 -0
- package/esm/components/MemoriArtifactSystem/components/ArtifactPreview/ArtifactPreview.js +86 -0
- package/esm/components/MemoriArtifactSystem/components/ArtifactPreview/ArtifactPreview.js.map +1 -0
- package/esm/components/MemoriArtifactSystem/context/ArtifactContext.d.ts +13 -0
- package/esm/components/MemoriArtifactSystem/context/ArtifactContext.js +50 -0
- package/esm/components/MemoriArtifactSystem/context/ArtifactContext.js.map +1 -0
- package/esm/components/MemoriArtifactSystem/types/artifact.types.d.ts +14 -0
- package/esm/components/MemoriArtifactSystem/types/artifact.types.js +2 -0
- package/esm/components/MemoriArtifactSystem/types/artifact.types.js.map +1 -0
- package/esm/components/MemoriWidget/MemoriWidget.css +10 -4
- package/esm/components/MemoriWidget/MemoriWidget.d.ts +29 -11
- package/esm/components/MemoriWidget/MemoriWidget.js +766 -1054
- package/esm/components/MemoriWidget/MemoriWidget.js.map +1 -1
- package/esm/components/MicrophoneButton/MicrophoneButton.d.ts +1 -0
- package/esm/components/MicrophoneButton/MicrophoneButton.js +1 -1
- package/esm/components/MicrophoneButton/MicrophoneButton.js.map +1 -1
- package/esm/components/PositionDrawer/PositionDrawer.d.ts +1 -0
- package/esm/components/PoweredBy/PoweredBy.d.ts +1 -0
- package/esm/components/SendOnEnterMenu/SendOnEnterMenu.css +3 -3
- package/esm/components/SettingsDrawer/SettingsDrawer.css +9 -2
- package/esm/components/SettingsDrawer/SettingsDrawer.d.ts +8 -1
- package/esm/components/SettingsDrawer/SettingsDrawer.js +15 -6
- package/esm/components/SettingsDrawer/SettingsDrawer.js.map +1 -1
- package/esm/components/ShareButton/ShareButton.css +6 -0
- package/esm/components/ShareButton/ShareButton.d.ts +3 -1
- package/esm/components/ShareButton/ShareButton.js +14 -3
- package/esm/components/ShareButton/ShareButton.js.map +1 -1
- package/esm/components/SignupForm/SignupForm.d.ts +4 -2
- package/esm/components/SignupForm/SignupForm.js +6 -8
- package/esm/components/SignupForm/SignupForm.js.map +1 -1
- package/esm/components/Snippet/Snippet.d.ts +2 -2
- package/esm/components/Snippet/Snippet.js +36 -25
- package/esm/components/Snippet/Snippet.js.map +1 -1
- package/esm/components/StartPanel/StartPanel.css +34 -8
- package/esm/components/StartPanel/StartPanel.d.ts +6 -2
- package/esm/components/StartPanel/StartPanel.js +26 -15
- package/esm/components/StartPanel/StartPanel.js.map +1 -1
- package/esm/components/Typing/Typing.d.ts +1 -0
- package/esm/components/Typing/Typing.js +49 -47
- package/esm/components/Typing/Typing.js.map +1 -1
- package/esm/components/UploadButton/UploadButton.css +544 -0
- package/esm/components/UploadButton/UploadButton.d.ts +19 -0
- package/esm/components/UploadButton/UploadButton.js +223 -0
- package/esm/components/UploadButton/UploadButton.js.map +1 -0
- package/esm/components/UploadButton/UploadDocuments/UploadDocuments.d.ts +31 -0
- package/esm/components/UploadButton/UploadDocuments/UploadDocuments.js +241 -0
- package/esm/components/UploadButton/UploadDocuments/UploadDocuments.js.map +1 -0
- package/esm/components/UploadButton/UploadImages/UploadImages.d.ts +20 -0
- package/esm/components/UploadButton/UploadImages/UploadImages.js +169 -0
- package/esm/components/UploadButton/UploadImages/UploadImages.js.map +1 -0
- package/esm/components/UploadMenu/UploadMenu.css +3 -3
- package/esm/components/VenueWidget/VenueWidget.css +7 -0
- package/esm/components/VenueWidget/VenueWidget.d.ts +1 -0
- package/esm/components/VenueWidget/VenueWidget.js +1 -1
- package/esm/components/VenueWidget/VenueWidget.js.map +1 -1
- package/esm/components/WhyThisAnswer/WhyThisAnswer.css +43 -0
- package/esm/components/WhyThisAnswer/WhyThisAnswer.d.ts +4 -2
- package/esm/components/WhyThisAnswer/WhyThisAnswer.js +5 -6
- package/esm/components/WhyThisAnswer/WhyThisAnswer.js.map +1 -1
- package/esm/components/icons/AI.d.ts +1 -0
- package/esm/components/icons/Alert.d.ts +6 -0
- package/esm/components/icons/Alert.js +4 -0
- package/esm/components/icons/Alert.js.map +1 -0
- package/esm/components/icons/ArrowUp.d.ts +6 -0
- package/esm/components/icons/ArrowUp.js +4 -0
- package/esm/components/icons/ArrowUp.js.map +1 -0
- package/esm/components/icons/Bug.d.ts +6 -0
- package/esm/components/icons/Bug.js +4 -0
- package/esm/components/icons/Bug.js.map +1 -0
- package/esm/components/icons/Chat.d.ts +6 -0
- package/esm/components/icons/Chat.js +4 -0
- package/esm/components/icons/Chat.js.map +1 -0
- package/esm/components/icons/ChevronDown.d.ts +6 -0
- package/esm/components/icons/ChevronDown.js +4 -0
- package/esm/components/icons/ChevronDown.js.map +1 -0
- package/esm/components/icons/ChevronLeft.d.ts +1 -0
- package/esm/components/icons/ChevronRight.d.ts +1 -0
- package/esm/components/icons/ChevronUp.d.ts +6 -0
- package/esm/components/icons/ChevronUp.js +4 -0
- package/esm/components/icons/ChevronUp.js.map +1 -0
- package/esm/components/icons/Clear.d.ts +1 -0
- package/esm/components/icons/Close.d.ts +3 -1
- package/esm/components/icons/Close.js +1 -1
- package/esm/components/icons/Close.js.map +1 -1
- package/esm/components/icons/Code.d.ts +6 -0
- package/esm/components/icons/Code.js +4 -0
- package/esm/components/icons/Code.js.map +1 -0
- package/esm/components/icons/Copy.d.ts +1 -0
- package/esm/components/icons/Copy.js +2 -2
- package/esm/components/icons/Copy.js.map +1 -1
- package/esm/components/icons/DeepThought.d.ts +1 -0
- package/esm/components/icons/Delete.d.ts +1 -0
- package/esm/components/icons/Document.d.ts +5 -0
- package/esm/components/icons/Document.js +6 -0
- package/esm/components/icons/Document.js.map +1 -0
- package/esm/components/icons/Download.d.ts +1 -0
- package/esm/components/icons/Edit.d.ts +1 -0
- package/esm/components/icons/Expand.d.ts +1 -0
- package/esm/components/icons/Eye.d.ts +1 -0
- package/esm/components/icons/EyeInvisible.d.ts +1 -0
- package/esm/components/icons/Facebook.d.ts +1 -0
- package/esm/components/icons/Feedback.d.ts +1 -0
- package/esm/components/icons/File.d.ts +1 -0
- package/esm/components/icons/FileExcel.d.ts +1 -0
- package/esm/components/icons/FilePdf.d.ts +1 -0
- package/esm/components/icons/FileWord.d.ts +1 -0
- package/esm/components/icons/Fullscreen.d.ts +1 -0
- package/esm/components/icons/FullscreenExit.d.ts +1 -0
- package/esm/components/icons/Group.d.ts +1 -0
- package/esm/components/icons/History.d.ts +7 -0
- package/esm/components/icons/History.js +4 -0
- package/esm/components/icons/History.js.map +1 -0
- package/esm/components/icons/Image.d.ts +4 -0
- package/esm/components/icons/Image.js +5 -0
- package/esm/components/icons/Image.js.map +1 -0
- package/esm/components/icons/Info.d.ts +6 -0
- package/esm/components/icons/Info.js +4 -0
- package/esm/components/icons/Info.js.map +1 -0
- package/esm/components/icons/Link.d.ts +1 -0
- package/esm/components/icons/Linkedin.d.ts +1 -0
- package/esm/components/icons/Loading.d.ts +1 -0
- package/esm/components/icons/Mail.d.ts +1 -0
- package/esm/components/icons/MapMarker.d.ts +1 -0
- package/esm/components/icons/MenuHorizontal.d.ts +7 -0
- package/esm/components/icons/MenuHorizontal.js +4 -0
- package/esm/components/icons/MenuHorizontal.js.map +1 -0
- package/esm/components/icons/MenuVertical.d.ts +7 -0
- package/esm/components/icons/MenuVertical.js +4 -0
- package/esm/components/icons/MenuVertical.js.map +1 -0
- package/esm/components/icons/Message.d.ts +1 -0
- package/esm/components/icons/Microphone.d.ts +1 -0
- package/esm/components/icons/Minus.d.ts +1 -0
- package/esm/components/icons/MinusCircle.d.ts +1 -0
- package/esm/components/icons/PaperClip.d.ts +1 -0
- package/esm/components/icons/Picture.d.ts +1 -0
- package/esm/components/icons/Plus.d.ts +1 -0
- package/esm/components/icons/Preview.d.ts +4 -0
- package/esm/components/icons/Preview.js +5 -0
- package/esm/components/icons/Preview.js.map +1 -0
- package/esm/components/icons/Print.d.ts +6 -0
- package/esm/components/icons/Print.js +4 -0
- package/esm/components/icons/Print.js.map +1 -0
- package/esm/components/icons/QuestionHelp.d.ts +1 -0
- package/esm/components/icons/Refresh.d.ts +1 -0
- package/esm/components/icons/SelectIcon.d.ts +1 -0
- package/esm/components/icons/Send.d.ts +1 -0
- package/esm/components/icons/Setting.d.ts +1 -0
- package/esm/components/icons/Share.d.ts +1 -0
- package/esm/components/icons/Sound.d.ts +1 -0
- package/esm/components/icons/SoundDeactivated.d.ts +1 -0
- package/esm/components/icons/Telegram.d.ts +1 -0
- package/esm/components/icons/ThumbDown.d.ts +1 -0
- package/esm/components/icons/ThumbUp.d.ts +1 -0
- package/esm/components/icons/Translation.d.ts +1 -0
- package/esm/components/icons/Twitter.d.ts +1 -0
- package/esm/components/icons/Upload.d.ts +4 -0
- package/esm/components/icons/Upload.js +5 -0
- package/esm/components/icons/Upload.js.map +1 -0
- package/esm/components/icons/User.d.ts +1 -0
- package/esm/components/icons/Warning.d.ts +1 -0
- package/esm/components/icons/Warning.js +1 -1
- package/esm/components/icons/Warning.js.map +1 -1
- package/esm/components/icons/WhatsApp.d.ts +1 -0
- package/esm/components/layouts/Chat.js +9 -1
- package/esm/components/layouts/Chat.js.map +1 -1
- package/esm/components/layouts/FullPage.js +10 -1
- package/esm/components/layouts/FullPage.js.map +1 -1
- package/esm/components/layouts/HiddenChat.d.ts +4 -0
- package/esm/components/layouts/HiddenChat.js +144 -0
- package/esm/components/layouts/HiddenChat.js.map +1 -0
- package/esm/components/layouts/Totem.js +1 -1
- package/esm/components/layouts/Totem.js.map +1 -1
- package/esm/components/layouts/WebsiteAssistant.js +2 -2
- package/esm/components/layouts/WebsiteAssistant.js.map +1 -1
- package/esm/components/layouts/ZoomedFullBody.d.ts +4 -0
- package/esm/components/layouts/ZoomedFullBody.js +14 -0
- package/esm/components/layouts/ZoomedFullBody.js.map +1 -0
- package/esm/components/layouts/chat.css +358 -19
- package/esm/components/layouts/hidden-chat.css +254 -0
- package/esm/components/layouts/totem.css +19 -10
- package/esm/components/layouts/website-assistant.css +2 -2
- package/esm/components/layouts/zoomed-full-body.css +18 -0
- package/esm/components/ui/Alert.css +93 -0
- package/esm/components/ui/Alert.d.ts +18 -0
- package/esm/components/ui/Alert.js +39 -0
- package/esm/components/ui/Alert.js.map +1 -0
- package/esm/components/ui/Button.css +8 -2
- package/esm/components/ui/Button.d.ts +1 -0
- package/esm/components/ui/Button.js +2 -1
- package/esm/components/ui/Button.js.map +1 -1
- package/esm/components/ui/Card.css +5 -0
- package/esm/components/ui/Card.d.ts +1 -0
- package/esm/components/ui/Card.js +2 -1
- package/esm/components/ui/Card.js.map +1 -1
- package/esm/components/ui/ConfirmDialog.css +42 -0
- package/esm/components/ui/ConfirmDialog.d.ts +11 -0
- package/esm/components/ui/ConfirmDialog.js +9 -0
- package/esm/components/ui/ConfirmDialog.js.map +1 -0
- package/esm/components/ui/Drawer.css +121 -96
- package/esm/components/ui/Drawer.d.ts +17 -6
- package/esm/components/ui/Drawer.js +45 -14
- package/esm/components/ui/Drawer.js.map +1 -1
- package/esm/components/ui/Expandable.d.ts +3 -2
- package/esm/components/ui/Expandable.js +35 -20
- package/esm/components/ui/Expandable.js.map +1 -1
- package/esm/components/ui/Select.d.ts +1 -0
- package/esm/components/ui/Slider.css +192 -0
- package/esm/components/ui/Slider.d.ts +12 -0
- package/esm/components/ui/Slider.js +75 -0
- package/esm/components/ui/Slider.js.map +1 -0
- package/esm/components/ui/Table.css +15 -2
- package/esm/context/visemeContext.d.ts +24 -0
- package/esm/context/visemeContext.js +187 -0
- package/esm/context/visemeContext.js.map +1 -0
- package/esm/helpers/configuration.js +0 -1
- package/esm/helpers/configuration.js.map +1 -1
- package/esm/helpers/constants.d.ts +6 -0
- package/esm/helpers/constants.js +6 -0
- package/esm/helpers/constants.js.map +1 -1
- package/esm/helpers/error.js +53 -6
- package/esm/helpers/error.js.map +1 -1
- package/esm/helpers/markedExtendedTables.js +1 -1
- package/esm/helpers/markedExtendedTables.js.map +1 -1
- package/esm/helpers/message.d.ts +5 -0
- package/esm/helpers/message.js +91 -0
- package/esm/helpers/message.js.map +1 -0
- package/esm/helpers/sanitizer.d.ts +1 -0
- package/esm/helpers/sanitizer.js +5 -0
- package/esm/helpers/sanitizer.js.map +1 -0
- package/esm/helpers/statistics.d.ts +1 -12
- package/esm/helpers/statistics.js +0 -156
- package/esm/helpers/statistics.js.map +1 -1
- package/esm/helpers/stt/useSTT.d.ts +40 -0
- package/esm/helpers/stt/useSTT.js +523 -0
- package/esm/helpers/stt/useSTT.js.map +1 -0
- package/esm/helpers/translations.js +23 -4
- package/esm/helpers/translations.js.map +1 -1
- package/esm/helpers/tts/ttsVoiceUtility.d.ts +158 -0
- package/esm/helpers/tts/ttsVoiceUtility.js +182 -0
- package/esm/helpers/tts/ttsVoiceUtility.js.map +1 -0
- package/esm/helpers/tts/useTTS.d.ts +27 -0
- package/esm/helpers/tts/useTTS.js +293 -0
- package/esm/helpers/tts/useTTS.js.map +1 -0
- package/esm/helpers/utils.d.ts +40 -0
- package/esm/helpers/utils.js +143 -0
- package/esm/helpers/utils.js.map +1 -1
- package/esm/i18n.js +13 -1
- package/esm/i18n.js.map +1 -1
- package/esm/index.d.ts +14 -4
- package/esm/index.js +137 -85
- package/esm/index.js.map +1 -1
- package/esm/locales/de.json +593 -0
- package/esm/locales/en.json +250 -40
- package/esm/locales/es.json +593 -0
- package/esm/locales/fr.json +603 -0
- package/esm/locales/it.json +260 -48
- package/esm/styles.css +18 -2
- package/package.json +12 -13
- package/src/I18nWrapper.tsx +3 -60
- package/src/__snapshots__/index.test.tsx.snap +60 -0
- package/src/components/AccountForm/AccountForm.test.tsx +2 -1
- package/src/components/AccountForm/AccountForm.tsx +3 -5
- package/src/components/AgeVerificationModal/AgeVerificationModal.css +1 -1
- package/src/components/AgeVerificationModal/AgeVerificationModal.tsx +1 -1
- package/src/components/Avatar/Avatar.css +2 -2
- package/src/components/Avatar/Avatar.test.tsx +39 -20
- package/src/components/Avatar/Avatar.tsx +175 -145
- package/src/components/Avatar/AvatarView/AvatarComponent/Shadow/DynamicShadow.tsx +103 -0
- package/src/components/Avatar/AvatarView/AvatarComponent/avatarComponent.tsx +106 -0
- package/src/components/Avatar/AvatarView/AvatarComponent/components/FullbodyAvatar/fullbodyAvatar.tsx +348 -0
- package/src/components/Avatar/AvatarView/AvatarComponent/components/FullbodyAvatar/types.ts +44 -0
- package/src/components/Avatar/AvatarView/AvatarComponent/components/controllers/AvatarAnimator.ts +1250 -0
- package/src/components/Avatar/AvatarView/AvatarComponent/components/controllers/AvatarPositionController.ts +83 -0
- package/src/components/Avatar/AvatarView/AvatarComponent/components/controllers/MorphTargetController.ts +301 -0
- package/src/components/Avatar/AvatarView/AvatarComponent/components/controls.tsx +100 -0
- package/src/components/Avatar/AvatarView/AvatarComponent/components/halfbodyAvatar.tsx +152 -0
- package/src/components/{AvatarView → Avatar/AvatarView/AvatarComponent}/components/loader.tsx +1 -1
- package/src/components/Avatar/AvatarView/AvatarComponent/constants.ts +128 -0
- package/src/components/Avatar/AvatarView/AvatarComponent/lights/Lights.tsx +145 -0
- package/src/components/Avatar/AvatarView/AvatarComponent/positionControls/positionControls.css +111 -0
- package/src/components/Avatar/AvatarView/AvatarComponent/positionControls/positionControls.tsx +201 -0
- package/src/components/{AvatarView → Avatar/AvatarView}/AvatarView.stories.tsx +41 -7
- package/src/components/Avatar/AvatarView/index.tsx +194 -0
- package/src/components/Avatar/AvatarView/utils/hideHands.ts +11 -0
- package/src/components/Avatar/AvatarView/utils/useEyeBlink.ts +100 -0
- package/src/components/Avatar/AvatarView/utils/useMouthAnimation.ts +93 -0
- package/src/components/Avatar/AvatarView/utils/useSmile.ts +39 -0
- package/src/components/Avatar/__snapshots__/Avatar.test.tsx.snap +32 -93
- package/src/components/BlockedMemoriBadge/__snapshots__/BlockedMemoriBadge.test.tsx.snap +10 -0
- package/src/components/Chat/Chat.stories.tsx +498 -2
- package/src/components/Chat/Chat.test.tsx +241 -301
- package/src/components/Chat/Chat.tsx +120 -58
- package/src/components/Chat/__snapshots__/Chat.test.tsx.snap +1756 -1222
- package/src/components/ChatBubble/ChatBubble.css +87 -9
- package/src/components/ChatBubble/ChatBubble.stories.tsx +759 -16
- package/src/components/ChatBubble/ChatBubble.test.tsx +217 -2
- package/src/components/ChatBubble/ChatBubble.tsx +242 -90
- package/src/components/ChatBubble/__snapshots__/ChatBubble.test.tsx.snap +7728 -254
- package/src/components/ChatHistoryDrawer/ChatHistory.css +414 -0
- package/src/components/ChatHistoryDrawer/ChatHistory.stories.tsx +361 -0
- package/src/components/ChatHistoryDrawer/ChatHistory.test.tsx +107 -0
- package/src/components/ChatHistoryDrawer/ChatHistory.tsx +1191 -0
- package/src/components/ChatHistoryDrawer/__snapshots__/ChatHistory.test.tsx.snap +27 -0
- package/src/components/ChatInputs/ChatInputs.stories.tsx +5 -0
- package/src/components/ChatInputs/ChatInputs.test.tsx +0 -6
- package/src/components/ChatInputs/ChatInputs.tsx +136 -25
- package/src/components/ChatInputs/__snapshots__/ChatInputs.test.tsx.snap +6 -138
- package/src/components/ChatTextArea/ChatTextArea.css +9 -5
- package/src/components/ChatTextArea/ChatTextArea.tsx +1 -0
- package/src/components/ChatTextArea/__snapshots__/ChatTextArea.test.tsx.snap +3 -0
- package/src/components/CompletionProviderStatus/CompletionProviderStatus.css +35 -17
- package/src/components/CompletionProviderStatus/CompletionProviderStatus.stories.tsx +275 -22
- package/src/components/CompletionProviderStatus/CompletionProviderStatus.tsx +182 -48
- package/src/components/CompletionProviderStatus/__snapshots__/CompletionProviderStatus.test.tsx.snap +57 -21
- package/src/components/ExpertsDrawer/ExpertsDrawer.tsx +4 -2
- package/src/components/FilePreview/FilePreview.css +184 -0
- package/src/components/FilePreview/FilePreview.stories.tsx +66 -0
- package/src/components/FilePreview/FilePreview.test.tsx +26 -0
- package/src/components/FilePreview/FilePreview.tsx +177 -0
- package/src/components/FilePreview/__snapshots__/FilePreview.test.tsx.snap +275 -0
- package/src/components/Header/Header.css +3 -3
- package/src/components/Header/Header.stories.tsx +21 -1
- package/src/components/Header/Header.test.tsx +38 -1
- package/src/components/Header/Header.tsx +56 -16
- package/src/components/Header/__snapshots__/Header.test.tsx.snap +127 -375
- package/src/components/KnownFacts/KnownFacts.stories.tsx +5 -4
- package/src/components/KnownFacts/KnownFacts.test.tsx +6 -3
- package/src/components/KnownFacts/KnownFacts.tsx +4 -5
- package/src/components/LoginDrawer/LoginDrawer.css +302 -0
- package/src/components/LoginDrawer/LoginDrawer.stories.tsx +27 -1
- package/src/components/LoginDrawer/LoginDrawer.test.tsx +65 -8
- package/src/components/LoginDrawer/LoginDrawer.tsx +12 -13
- package/src/components/LoginDrawer/__snapshots__/LoginDrawer.test.tsx.snap +32 -0
- package/src/components/MediaWidget/LinkItemWidget.css +10 -0
- package/src/components/MediaWidget/LinkItemWidget.tsx +6 -1
- package/src/components/MediaWidget/MediaItemWidget.css +153 -3
- package/src/components/MediaWidget/MediaItemWidget.stories.tsx +6 -0
- package/src/components/MediaWidget/MediaItemWidget.tsx +229 -161
- package/src/components/MediaWidget/MediaWidget.test.tsx +2 -1
- package/src/components/MediaWidget/MediaWidget.tsx +5 -2
- package/src/components/MediaWidget/__snapshots__/LinkItemWidget.test.tsx.snap +4 -4
- package/src/components/MediaWidget/__snapshots__/MediaItemWidget.test.tsx.snap +150 -249
- package/src/components/MediaWidget/__snapshots__/MediaWidget.test.tsx.snap +2 -2
- package/src/components/MemoriArtifactSystem/ArtifactDrawer.stories.tsx +755 -0
- package/src/components/MemoriArtifactSystem/components/ArtifactActions/ArtifactActions.css +163 -0
- package/src/components/MemoriArtifactSystem/components/ArtifactActions/ArtifactActions.tsx +250 -0
- package/src/components/MemoriArtifactSystem/components/ArtifactActions/CopyButton.stories.tsx +30 -0
- package/src/components/MemoriArtifactSystem/components/ArtifactActions/components/CopyButtonWithDropdown.tsx +467 -0
- package/src/components/MemoriArtifactSystem/components/ArtifactActions/components/CopyMenuItem.tsx +86 -0
- package/src/components/MemoriArtifactSystem/components/ArtifactActions/hooks/useCopyArtifact.ts +619 -0
- package/src/components/MemoriArtifactSystem/components/ArtifactActions/index.ts +9 -0
- package/src/components/MemoriArtifactSystem/components/ArtifactActions/styles.css +489 -0
- package/src/components/MemoriArtifactSystem/components/ArtifactActions/test/CopyButtonTest.tsx +90 -0
- package/src/components/MemoriArtifactSystem/components/ArtifactActions/types.ts +73 -0
- package/src/components/MemoriArtifactSystem/components/ArtifactActions/utils/PDFExporter.ts +454 -0
- package/src/components/MemoriArtifactSystem/components/ArtifactDrawer/ArtifactDrawer.css +1059 -0
- package/src/components/MemoriArtifactSystem/components/ArtifactDrawer/ArtifactDrawer.tsx +428 -0
- package/src/components/MemoriArtifactSystem/components/ArtifactDrawer/components/TabSwitch.css +150 -0
- package/src/components/MemoriArtifactSystem/components/ArtifactDrawer/components/TabSwitch.tsx +79 -0
- package/src/components/MemoriArtifactSystem/components/ArtifactHandler/ArtifactHandler.css +253 -0
- package/src/components/MemoriArtifactSystem/components/ArtifactHandler/ArtifactHandler.tsx +169 -0
- package/src/components/MemoriArtifactSystem/components/ArtifactPreview/ArtifactPreview.css +346 -0
- package/src/components/MemoriArtifactSystem/components/ArtifactPreview/ArtifactPreview.tsx +165 -0
- package/src/components/MemoriArtifactSystem/context/ArtifactContext.tsx +69 -0
- package/src/components/MemoriArtifactSystem/types/artifact.types.ts +16 -0
- package/src/components/MemoriWidget/MemoriWidget.css +10 -4
- package/src/components/MemoriWidget/MemoriWidget.stories.tsx +70 -11
- package/src/components/MemoriWidget/MemoriWidget.tsx +1344 -1349
- package/src/components/MicrophoneButton/MicrophoneButton.tsx +0 -1
- package/src/components/SendOnEnterMenu/SendOnEnterMenu.css +3 -3
- package/src/components/SettingsDrawer/SettingsDrawer.css +9 -2
- package/src/components/SettingsDrawer/SettingsDrawer.test.tsx +24 -0
- package/src/components/SettingsDrawer/SettingsDrawer.tsx +104 -14
- package/src/components/ShareButton/ShareButton.css +6 -0
- package/src/components/ShareButton/ShareButton.stories.tsx +18 -1
- package/src/components/ShareButton/ShareButton.test.tsx +8 -1
- package/src/components/ShareButton/ShareButton.tsx +49 -2
- package/src/components/ShareButton/__snapshots__/ShareButton.test.tsx.snap +35 -0
- package/src/components/SignupForm/SignupForm.test.tsx +3 -2
- package/src/components/SignupForm/SignupForm.tsx +8 -9
- package/src/components/Snippet/Snippet.stories.tsx +0 -8
- package/src/components/Snippet/Snippet.test.tsx +0 -1
- package/src/components/Snippet/Snippet.tsx +55 -36
- package/src/components/Snippet/__snapshots__/Snippet.test.tsx.snap +186 -2560
- package/src/components/StartPanel/StartPanel.css +34 -8
- package/src/components/StartPanel/StartPanel.stories.tsx +58 -23
- package/src/components/StartPanel/StartPanel.test.tsx +49 -16
- package/src/components/StartPanel/StartPanel.tsx +214 -150
- package/src/components/StartPanel/__snapshots__/StartPanel.test.tsx.snap +1340 -171
- package/src/components/Typing/Typing.tsx +52 -47
- package/src/components/UploadButton/UploadButton.css +544 -0
- package/src/components/UploadButton/UploadButton.stories.tsx +164 -0
- package/src/components/UploadButton/UploadButton.test.tsx +11 -0
- package/src/components/UploadButton/UploadButton.tsx +490 -0
- package/src/components/UploadButton/UploadDocuments/UploadDocuments.tsx +422 -0
- package/src/components/UploadButton/UploadImages/UploadImages.tsx +362 -0
- package/src/components/UploadButton/__snapshots__/UploadButton.test.tsx.snap +156 -0
- package/src/components/UploadMenu/UploadMenu.css +3 -3
- package/src/components/VenueWidget/VenueWidget.css +7 -0
- package/src/components/VenueWidget/VenueWidget.tsx +4 -4
- package/src/components/WhyThisAnswer/WhyThisAnswer.css +43 -0
- package/src/components/WhyThisAnswer/WhyThisAnswer.stories.tsx +46 -4
- package/src/components/WhyThisAnswer/WhyThisAnswer.test.tsx +132 -11
- package/src/components/WhyThisAnswer/WhyThisAnswer.tsx +36 -10
- package/src/components/WhyThisAnswer/__snapshots__/WhyThisAnswer.test.tsx.snap +15 -1
- package/src/components/icons/Alert.tsx +31 -0
- package/src/components/icons/ArrowUp.tsx +28 -0
- package/src/components/icons/Bug.tsx +81 -0
- package/src/components/icons/Chat.tsx +30 -0
- package/src/components/icons/ChevronDown.tsx +26 -0
- package/src/components/icons/ChevronUp.tsx +24 -0
- package/src/components/icons/Close.tsx +8 -1
- package/src/components/icons/Code.tsx +24 -0
- package/src/components/icons/Copy.tsx +8 -2
- package/src/components/icons/Document.tsx +50 -0
- package/src/components/icons/History.tsx +33 -0
- package/src/components/icons/Image.tsx +37 -0
- package/src/components/icons/Info.tsx +31 -0
- package/src/components/icons/MenuHorizontal.tsx +29 -0
- package/src/components/icons/MenuVertical.tsx +29 -0
- package/src/components/icons/Preview.tsx +29 -0
- package/src/components/icons/Print.tsx +34 -0
- package/src/components/icons/Upload.tsx +34 -0
- package/src/components/icons/Warning.tsx +2 -1
- package/src/components/icons/icons.stories.tsx +14 -6
- package/src/components/layouts/Chat.test.tsx +18 -10
- package/src/components/layouts/Chat.tsx +51 -31
- package/src/components/layouts/FullPage.test.tsx +42 -9
- package/src/components/layouts/FullPage.tsx +55 -30
- package/src/components/layouts/HiddenChat.test.tsx +40 -0
- package/src/components/layouts/HiddenChat.tsx +252 -0
- package/src/components/layouts/Totem.test.tsx +18 -10
- package/src/components/layouts/Totem.tsx +1 -7
- package/src/components/layouts/WebsiteAssistant.test.tsx +18 -10
- package/src/components/layouts/WebsiteAssistant.tsx +0 -7
- package/src/components/layouts/ZoomedFullBody.test.tsx +40 -0
- package/src/components/layouts/ZoomedFullBody.tsx +81 -0
- package/src/components/layouts/__snapshots__/Chat.test.tsx.snap +287 -197
- package/src/components/layouts/__snapshots__/FullPage.test.tsx.snap +827 -201
- package/src/components/layouts/__snapshots__/HiddenChat.test.tsx.snap +470 -0
- package/src/components/layouts/__snapshots__/Totem.test.tsx.snap +122 -36
- package/src/components/layouts/__snapshots__/WebsiteAssistant.test.tsx.snap +1 -1
- package/src/components/layouts/__snapshots__/ZoomedFullBody.test.tsx.snap +533 -0
- package/src/components/layouts/chat.css +358 -19
- package/src/components/layouts/hidden-chat.css +254 -0
- package/src/components/layouts/layouts.stories.tsx +257 -57
- package/src/components/layouts/totem.css +19 -10
- package/src/components/layouts/website-assistant.css +2 -2
- package/src/components/layouts/zoomed-full-body.css +18 -0
- package/src/components/ui/Alert.css +93 -0
- package/src/components/ui/Alert.stories.tsx +137 -0
- package/src/components/ui/Alert.test.tsx +129 -0
- package/src/components/ui/Alert.tsx +123 -0
- package/src/components/ui/Button.css +8 -2
- package/src/components/ui/Button.tsx +3 -0
- package/src/components/ui/Card.css +5 -0
- package/src/components/ui/Card.tsx +4 -0
- package/src/components/ui/ConfirmDialog.css +42 -0
- package/src/components/ui/ConfirmDialog.stories.tsx +216 -0
- package/src/components/ui/ConfirmDialog.test.tsx +124 -0
- package/src/components/ui/ConfirmDialog.tsx +58 -0
- package/src/components/ui/Drawer.css +121 -96
- package/src/components/ui/Drawer.stories.tsx +152 -67
- package/src/components/ui/Drawer.test.tsx +6 -2
- package/src/components/ui/Drawer.tsx +202 -90
- package/src/components/ui/Expandable.stories.tsx +128 -1
- package/src/components/ui/Expandable.tsx +44 -22
- package/src/components/ui/Slider.css +192 -0
- package/src/components/ui/Slider.stories.tsx +63 -0
- package/src/components/ui/Slider.tsx +142 -0
- package/src/components/ui/Table.css +15 -2
- package/src/components/ui/__snapshots__/Alert.test.tsx.snap +59 -0
- package/src/components/ui/__snapshots__/ConfirmDialog.test.tsx.snap +35 -0
- package/src/context/visemeContext.tsx +391 -0
- package/src/helpers/configuration.ts +0 -1
- package/src/helpers/constants.ts +10 -0
- package/src/helpers/error.ts +58 -6
- package/src/helpers/markedExtendedTables.js +1 -1
- package/src/helpers/message.ts +148 -0
- package/src/helpers/sanitizer.ts +17 -0
- package/src/helpers/statistics.ts +1 -195
- package/src/helpers/stt/useSTT.ts +774 -0
- package/src/helpers/translations.ts +29 -7
- package/src/helpers/tts/ttsVoiceUtility.ts +275 -0
- package/src/helpers/tts/useTTS.ts +464 -0
- package/src/helpers/utils.test.ts +38 -1
- package/src/helpers/utils.ts +200 -0
- package/src/i18n.ts +13 -1
- package/src/index.stories.tsx +266 -23
- package/src/index.test.tsx +130 -0
- package/src/index.tsx +245 -153
- package/src/locales/de.json +621 -0
- package/src/locales/en.json +251 -40
- package/src/locales/es.json +593 -0
- package/src/locales/fr.json +603 -0
- package/src/locales/it.json +262 -48
- package/src/mocks/data.ts +272 -9
- package/src/styles.css +18 -2
- package/dist/components/AttachmentMediaModal/AttachmentMediaModal.d.ts +0 -14
- package/dist/components/AttachmentMediaModal/AttachmentMediaModal.js +0 -66
- package/dist/components/AttachmentMediaModal/AttachmentMediaModal.js.map +0 -1
- package/dist/components/AvatarView/components/avatar.d.ts +0 -9
- package/dist/components/AvatarView/components/avatar.js +0 -35
- package/dist/components/AvatarView/components/avatar.js.map +0 -1
- package/dist/components/AvatarView/components/fullbodyAvatar.d.ts +0 -10
- package/dist/components/AvatarView/components/fullbodyAvatar.js +0 -62
- package/dist/components/AvatarView/components/fullbodyAvatar.js.map +0 -1
- package/dist/components/AvatarView/components/loader.js.map +0 -1
- package/dist/components/AvatarView/index.d.ts +0 -17
- package/dist/components/AvatarView/index.js +0 -35
- package/dist/components/AvatarView/index.js.map +0 -1
- package/dist/components/AvatarView/utils/useEyeBlink.d.ts +0 -2
- package/dist/components/AvatarView/utils/useEyeBlink.js +0 -40
- package/dist/components/AvatarView/utils/useEyeBlink.js.map +0 -1
- package/dist/components/AvatarView/utils/useHeadMovement.js.map +0 -1
- package/dist/components/AvatarView/utils/useLoadingMorphAnim.js.map +0 -1
- package/dist/components/AvatarView/utils/useMouthSpeaking.d.ts +0 -2
- package/dist/components/AvatarView/utils/useMouthSpeaking.js +0 -60
- package/dist/components/AvatarView/utils/useMouthSpeaking.js.map +0 -1
- package/dist/components/AvatarView/utils/useSmile.js +0 -30
- package/dist/components/AvatarView/utils/useSmile.js.map +0 -1
- package/dist/components/AvatarView/utils/utils.js.map +0 -1
- package/dist/components/ExportHistoryButton/ExportHistoryButton.d.ts +0 -14
- package/dist/components/ExportHistoryButton/ExportHistoryButton.js +0 -38
- package/dist/components/ExportHistoryButton/ExportHistoryButton.js.map +0 -1
- package/dist/components/ImageUpload/ImageUpload.css +0 -168
- package/dist/components/ImageUpload/ImageUpload.d.ts +0 -28
- package/dist/components/ImageUpload/ImageUpload.js +0 -163
- package/dist/components/ImageUpload/ImageUpload.js.map +0 -1
- package/dist/components/layouts/Default.d.ts +0 -17
- package/dist/components/layouts/Default.js +0 -8
- package/dist/components/layouts/Default.js.map +0 -1
- package/dist/components/ui/Message.d.ts +0 -17
- package/dist/components/ui/Message.js +0 -13
- package/dist/components/ui/Message.js.map +0 -1
- package/dist/helpers/tenant.d.ts +0 -2
- package/dist/helpers/tenant.js +0 -40
- package/dist/helpers/tenant.js.map +0 -1
- package/esm/components/AttachmentMediaModal/AttachmentMediaModal.d.ts +0 -14
- package/esm/components/AttachmentMediaModal/AttachmentMediaModal.js +0 -63
- package/esm/components/AttachmentMediaModal/AttachmentMediaModal.js.map +0 -1
- package/esm/components/AvatarView/components/avatar.d.ts +0 -9
- package/esm/components/AvatarView/components/avatar.js +0 -31
- package/esm/components/AvatarView/components/avatar.js.map +0 -1
- package/esm/components/AvatarView/components/fullbodyAvatar.d.ts +0 -10
- package/esm/components/AvatarView/components/fullbodyAvatar.js +0 -58
- package/esm/components/AvatarView/components/fullbodyAvatar.js.map +0 -1
- package/esm/components/AvatarView/components/loader.js.map +0 -1
- package/esm/components/AvatarView/index.d.ts +0 -17
- package/esm/components/AvatarView/index.js +0 -31
- package/esm/components/AvatarView/index.js.map +0 -1
- package/esm/components/AvatarView/utils/useEyeBlink.d.ts +0 -2
- package/esm/components/AvatarView/utils/useEyeBlink.js +0 -37
- package/esm/components/AvatarView/utils/useEyeBlink.js.map +0 -1
- package/esm/components/AvatarView/utils/useHeadMovement.js.map +0 -1
- package/esm/components/AvatarView/utils/useLoadingMorphAnim.js.map +0 -1
- package/esm/components/AvatarView/utils/useMouthSpeaking.d.ts +0 -2
- package/esm/components/AvatarView/utils/useMouthSpeaking.js +0 -57
- package/esm/components/AvatarView/utils/useMouthSpeaking.js.map +0 -1
- package/esm/components/AvatarView/utils/useSmile.js +0 -27
- package/esm/components/AvatarView/utils/useSmile.js.map +0 -1
- package/esm/components/AvatarView/utils/utils.js.map +0 -1
- package/esm/components/ExportHistoryButton/ExportHistoryButton.d.ts +0 -14
- package/esm/components/ExportHistoryButton/ExportHistoryButton.js +0 -35
- package/esm/components/ExportHistoryButton/ExportHistoryButton.js.map +0 -1
- package/esm/components/ImageUpload/ImageUpload.css +0 -168
- package/esm/components/ImageUpload/ImageUpload.d.ts +0 -28
- package/esm/components/ImageUpload/ImageUpload.js +0 -160
- package/esm/components/ImageUpload/ImageUpload.js.map +0 -1
- package/esm/components/layouts/Default.d.ts +0 -17
- package/esm/components/layouts/Default.js +0 -5
- package/esm/components/layouts/Default.js.map +0 -1
- package/esm/components/ui/Message.d.ts +0 -17
- package/esm/components/ui/Message.js +0 -10
- package/esm/components/ui/Message.js.map +0 -1
- package/esm/helpers/tenant.d.ts +0 -2
- package/esm/helpers/tenant.js +0 -36
- package/esm/helpers/tenant.js.map +0 -1
- package/src/components/AvatarView/components/avatar.tsx +0 -57
- package/src/components/AvatarView/components/fullbodyAvatar.tsx +0 -99
- package/src/components/AvatarView/index.tsx +0 -101
- package/src/components/AvatarView/utils/useEyeBlink.ts +0 -48
- package/src/components/AvatarView/utils/useMouthSpeaking.ts +0 -70
- package/src/components/AvatarView/utils/useSmile.ts +0 -31
- package/src/components/ExportHistoryButton/ExportHistoryButton.stories.tsx +0 -73
- package/src/components/ExportHistoryButton/ExportHistoryButton.test.tsx +0 -69
- package/src/components/ExportHistoryButton/ExportHistoryButton.tsx +0 -103
- package/src/components/ExportHistoryButton/__snapshots__/ExportHistoryButton.test.tsx.snap +0 -239
- package/src/helpers/statistics.test.ts +0 -213
- package/src/helpers/tenant.ts +0 -47
- /package/dist/components/{AvatarView → Avatar/AvatarView}/utils/useHeadMovement.d.ts +0 -0
- /package/dist/components/{AvatarView → Avatar/AvatarView}/utils/useHeadMovement.js +0 -0
- /package/dist/components/{AvatarView → Avatar/AvatarView}/utils/useLoadingMorphAnim.d.ts +0 -0
- /package/dist/components/{AvatarView → Avatar/AvatarView}/utils/useLoadingMorphAnim.js +0 -0
- /package/dist/components/{AvatarView → Avatar/AvatarView}/utils/useSmile.d.ts +0 -0
- /package/dist/components/{AvatarView → Avatar/AvatarView}/utils/utils.d.ts +0 -0
- /package/dist/components/{AvatarView → Avatar/AvatarView}/utils/utils.js +0 -0
- /package/esm/components/{AvatarView → Avatar/AvatarView}/utils/useHeadMovement.d.ts +0 -0
- /package/esm/components/{AvatarView → Avatar/AvatarView}/utils/useHeadMovement.js +0 -0
- /package/esm/components/{AvatarView → Avatar/AvatarView}/utils/useLoadingMorphAnim.d.ts +0 -0
- /package/esm/components/{AvatarView → Avatar/AvatarView}/utils/useLoadingMorphAnim.js +0 -0
- /package/esm/components/{AvatarView → Avatar/AvatarView}/utils/useSmile.d.ts +0 -0
- /package/esm/components/{AvatarView → Avatar/AvatarView}/utils/utils.d.ts +0 -0
- /package/esm/components/{AvatarView → Avatar/AvatarView}/utils/utils.js +0 -0
- /package/src/components/{AvatarView → Avatar/AvatarView}/utils/useHeadMovement.ts +0 -0
- /package/src/components/{AvatarView → Avatar/AvatarView}/utils/useLoadingMorphAnim.ts +0 -0
- /package/src/components/{AvatarView → Avatar/AvatarView}/utils/utils.ts +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,1915 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
+
## [6.8.4](https://github.com/memori-ai/memori-react/compare/v8.6.3...v6.8.4) (2025-09-16)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* add preview context detection to whitelist domain check ([9fce89c](https://github.com/memori-ai/memori-react/commit/9fce89c7fd4691d0611b68949ad300fa2ca15d5b))
|
|
9
|
+
|
|
10
|
+
## [8.6.3](https://github.com/memori-ai/memori-react/compare/v8.6.2...v8.6.3) (2025-09-16)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Features
|
|
14
|
+
|
|
15
|
+
* add preview context detection to whitelist domain check ([c288d33](https://github.com/memori-ai/memori-react/commit/c288d3364e075e455f7dd0461a5f71f11933bad7))
|
|
16
|
+
|
|
17
|
+
## [8.6.2](https://github.com/memori-ai/memori-react/compare/v8.6.1...v8.6.2) (2025-09-16)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Features
|
|
21
|
+
|
|
22
|
+
* add artifact creation event dispatching in ArtifactHandler ([1fb558b](https://github.com/memori-ai/memori-react/commit/1fb558bdf530d2feabb33f29689c27223ed126a1))
|
|
23
|
+
* enhance audio processing with Safari compatibility and silence detection ([fab7b50](https://github.com/memori-ai/memori-react/commit/fab7b5035af09fa09173b11057ad98578161c5ac))
|
|
24
|
+
* improve silence detection and audio activity analysis in useSTT ([50260a9](https://github.com/memori-ai/memori-react/commit/50260a98f7457b0a86e4155932e9f9b007285f93))
|
|
25
|
+
* refine message rendering and translation handling with improved tag processing ([848d491](https://github.com/memori-ai/memori-react/commit/848d4916620a86e930bfc74c8a24cfd45560186c))
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
### Bug Fixes
|
|
29
|
+
|
|
30
|
+
* improve text handling to prevent empty or muted speech ([f1083bc](https://github.com/memori-ai/memori-react/commit/f1083bc0c3287fafa68bb869232a72fc1f0c77f2))
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
### Changes
|
|
34
|
+
|
|
35
|
+
* remove interaction timeout logic from MemoriWidget for cleaner state management ([31d477b](https://github.com/memori-ai/memori-react/commit/31d477bbd934db288333952c2c0c2a2c46ba5f08))
|
|
36
|
+
* simplify incident status checking logic in CompletionProviderStatus component ([44a70d9](https://github.com/memori-ai/memori-react/commit/44a70d9cdd9bc56d6db120b8882d79628dbb1102))
|
|
37
|
+
|
|
38
|
+
## [8.6.1](https://github.com/memori-ai/memori-react/compare/v8.6.0...v8.6.1) (2025-09-15)
|
|
39
|
+
|
|
40
|
+
## [8.6.0](https://github.com/memori-ai/memori-react/compare/v8.5.2...v8.6.0) (2025-09-15)
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
### Features
|
|
44
|
+
|
|
45
|
+
* implement markdown rendering and PDF export enhancements for Safari compatibility ([6bf1990](https://github.com/memori-ai/memori-react/commit/6bf19907083fb2b4a593ced9cb215412f052d846))
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
### Bug Fixes
|
|
49
|
+
|
|
50
|
+
* adjust artifact opening logic based on chat log panel state ([c76f35b](https://github.com/memori-ai/memori-react/commit/c76f35b983fa24cbf59f866c2a63a06c74bc305e))
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
### Changes
|
|
54
|
+
|
|
55
|
+
* update ArtifactActions and ArtifactDrawer for optional action handlers ([424807c](https://github.com/memori-ai/memori-react/commit/424807c07c9ef5a863ff73922036dc216b2beba6))
|
|
56
|
+
|
|
57
|
+
## [8.5.2](https://github.com/memori-ai/memori-react/compare/v8.5.1...v8.5.2) (2025-09-15)
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
### Bug Fixes
|
|
61
|
+
|
|
62
|
+
* lint ([ea3a110](https://github.com/memori-ai/memori-react/commit/ea3a110b6b6aff810fd83698048f4ae9e79f8b97))
|
|
63
|
+
|
|
64
|
+
## [8.5.1](https://github.com/memori-ai/memori-react/compare/v8.5.0...v8.5.1) (2025-09-14)
|
|
65
|
+
|
|
66
|
+
## [8.5.0](https://github.com/memori-ai/memori-react/compare/v8.4.2...v8.5.0) (2025-09-13)
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
### Features
|
|
70
|
+
|
|
71
|
+
* add preventBackdropClose prop to Drawer and adjust ArtifactDrawer styles ([89969f8](https://github.com/memori-ai/memori-react/commit/89969f8ef3679b5289a303dc55f3da99a45ecbd0))
|
|
72
|
+
* enhance ArtifactActions and ArtifactDrawer with mobile support ([541d979](https://github.com/memori-ai/memori-react/commit/541d979f4569c4b5cac8b00481d486dc41a3c72e))
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
### Changes
|
|
76
|
+
|
|
77
|
+
* update snapshots for layout components ([efa70f4](https://github.com/memori-ai/memori-react/commit/efa70f44d84905b164a344d18ba37a748cad797a))
|
|
78
|
+
|
|
79
|
+
## [8.4.2](https://github.com/memori-ai/memori-react/compare/v8.4.1...v8.4.2) (2025-09-12)
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
### Changes
|
|
83
|
+
|
|
84
|
+
* adjust chat layout styles for improved responsiveness and height calculations ([1e71c3b](https://github.com/memori-ai/memori-react/commit/1e71c3bc0e8aab5e448d28c9f9e1887c3a25769b))
|
|
85
|
+
* remove OTP-related functionality from LoginDrawer ([880f51d](https://github.com/memori-ai/memori-react/commit/880f51d1f989821c263738709625dd58daf719c3))
|
|
86
|
+
|
|
87
|
+
## [8.4.1](https://github.com/memori-ai/memori-react/compare/v8.4.0...v8.4.1) (2025-09-11)
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
### Features
|
|
91
|
+
|
|
92
|
+
* enhance OTP login form with username input, validation, and loading states ([833bcf3](https://github.com/memori-ai/memori-react/commit/833bcf35d873ebcfeb3ec8634425b5ec381a881e))
|
|
93
|
+
* implement OTP login functionality in LoginDrawer ([b378ed3](https://github.com/memori-ai/memori-react/commit/b378ed3c8c2821cbd1ae858cb406f8273967fd50))
|
|
94
|
+
|
|
95
|
+
## [8.4.0](https://github.com/memori-ai/memori-react/compare/v8.4.0-rc.9...v8.4.0) (2025-09-11)
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
### Maintenance
|
|
99
|
+
|
|
100
|
+
* fallback for translations ([997ad7a](https://github.com/memori-ai/memori-react/commit/997ad7ad0b39e7f55bf030ad8db1010661f4afb8))
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
### Changes
|
|
104
|
+
|
|
105
|
+
* enhance artifact copy functionality ([b78acb3](https://github.com/memori-ai/memori-react/commit/b78acb3a664e5be7c5ebb76995599096beedec3f))
|
|
106
|
+
* improve incident status checking logic in CompletionProviderStatus ([730c68f](https://github.com/memori-ai/memori-react/commit/730c68f58b33eff1536ffcdc3f5f3bd3714faf26))
|
|
107
|
+
* update ArtifactDrawer and ArtifactPreview for improved layout and functionality ([e20a1a1](https://github.com/memori-ai/memori-react/commit/e20a1a1e88c2dddc7e61fc61bef8da57b9cbbcad))
|
|
108
|
+
* update MediaItemWidget styles for improved layout and responsiveness ([9f3520d](https://github.com/memori-ai/memori-react/commit/9f3520dd13dd8b3d0f49a7b015a9f4407e3ce884))
|
|
109
|
+
|
|
110
|
+
## [8.4.0-rc.9](https://github.com/memori-ai/memori-react/compare/v8.4.0-rc.8...v8.4.0-rc.9) (2025-09-10)
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
### Changes
|
|
114
|
+
|
|
115
|
+
* improve responsiveness and styling of ArtifactActions ([9a960dc](https://github.com/memori-ai/memori-react/commit/9a960dc25ce1273b798a70090af200b714affa94))
|
|
116
|
+
|
|
117
|
+
## [8.4.0-rc.8](https://github.com/memori-ai/memori-react/compare/v8.4.0-rc.7...v8.4.0-rc.8) (2025-09-09)
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
### Changes
|
|
121
|
+
|
|
122
|
+
* enhance ArtifactActions and ArtifactDrawer and improved layout and responsiveness ([af3139c](https://github.com/memori-ai/memori-react/commit/af3139c45726c76af454056cf4773098bf6face9))
|
|
123
|
+
* update ArtifactDrawer styles and enhance title extraction logic in ArtifactHandler ([8d6c503](https://github.com/memori-ai/memori-react/commit/8d6c5031e44c15d3ba1e98ccf2bc5a8736ce1ce5))
|
|
124
|
+
|
|
125
|
+
## [8.4.0-rc.7](https://github.com/memori-ai/memori-react/compare/v8.4.0-rc.6...v8.4.0-rc.7) (2025-09-09)
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
### Changes
|
|
129
|
+
|
|
130
|
+
* update ArtifactHandler to use local state for currentArtifact ([8273c7d](https://github.com/memori-ai/memori-react/commit/8273c7dfb1ba2fcac039c68454b27eac0870f05e))
|
|
131
|
+
|
|
132
|
+
## [8.4.0-rc.6](https://github.com/memori-ai/memori-react/compare/v8.4.0-rc.5...v8.4.0-rc.6) (2025-09-09)
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
### Changes
|
|
136
|
+
|
|
137
|
+
* move artifact detection logic to ArtifactHandler and simplify Chat component ([596e9a1](https://github.com/memori-ai/memori-react/commit/596e9a11d6f741a5993d1d39c2e4eb968173487b))
|
|
138
|
+
|
|
139
|
+
## [8.4.0-rc.5](https://github.com/memori-ai/memori-react/compare/v8.4.0-rc.4...v8.4.0-rc.5) (2025-09-09)
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
### Features
|
|
143
|
+
|
|
144
|
+
* implement artifact auto-opening and enhance artifact handling in chat ([c7a3720](https://github.com/memori-ai/memori-react/commit/c7a372029b8b2d0864e5cc329bc66a6d180cc581))
|
|
145
|
+
|
|
146
|
+
## [8.4.0-rc.4](https://github.com/memori-ai/memori-react/compare/v8.4.0-rc.3...v8.4.0-rc.4) (2025-09-09)
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
### Features
|
|
150
|
+
|
|
151
|
+
* add isChatlogPanel prop to Chat and Artifact components ([1cae0b8](https://github.com/memori-ai/memori-react/commit/1cae0b82f39fb851c37acd98d027284e59256eb4))
|
|
152
|
+
|
|
153
|
+
## [8.4.0-rc.3](https://github.com/memori-ai/memori-react/compare/v8.4.0-rc.2...v8.4.0-rc.3) (2025-09-09)
|
|
154
|
+
|
|
155
|
+
|
|
156
|
+
### Bug Fixes
|
|
157
|
+
|
|
158
|
+
* linting ([bd671aa](https://github.com/memori-ai/memori-react/commit/bd671aa4a977c09a108e15263f31ba5011f4a247))
|
|
159
|
+
|
|
160
|
+
|
|
161
|
+
### Changes
|
|
162
|
+
|
|
163
|
+
* enhance artifact action icons with fullscreen styling ([0f53e8c](https://github.com/memori-ai/memori-react/commit/0f53e8c850ba75ffbd0ac959ecfe33a97c72515a))
|
|
164
|
+
* streamline localization keys for artifact actions and improve css animations ([46ac364](https://github.com/memori-ai/memori-react/commit/46ac364cb6237cb627804e71ee89bf6becd5ddcb))
|
|
165
|
+
|
|
166
|
+
## [8.4.0-rc.2](https://github.com/memori-ai/memori-react/compare/v8.4.0-rc.1...v8.4.0-rc.2) (2025-09-09)
|
|
167
|
+
|
|
168
|
+
|
|
169
|
+
### Changes
|
|
170
|
+
|
|
171
|
+
* update chat layout styles and improve component responsiveness ([51c3596](https://github.com/memori-ai/memori-react/commit/51c3596403eedfe842abd0fadd713420a1264f28))
|
|
172
|
+
|
|
173
|
+
## [8.4.0-rc.1](https://github.com/memori-ai/memori-react/compare/v8.4.0-rc.0...v8.4.0-rc.1) (2025-09-08)
|
|
174
|
+
|
|
175
|
+
|
|
176
|
+
### Features
|
|
177
|
+
|
|
178
|
+
* add multilingual support for artifact-related terms in localization files ([312b2b5](https://github.com/memori-ai/memori-react/commit/312b2b5ebaf80ef733c64104c676fac6a6cbb3db))
|
|
179
|
+
* add Storybook stories for ArtifactDrawer ([3465875](https://github.com/memori-ai/memori-react/commit/3465875f01cd803fbf80c3eef95cb5a4c4dca1b9))
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+
### Changes
|
|
183
|
+
|
|
184
|
+
* remove unnecessary transitions and clean up CSS for Artifact components ([de9677a](https://github.com/memori-ai/memori-react/commit/de9677a20aef223d6cdc4a469f0d80b0fde5a9ff))
|
|
185
|
+
* remove unused CSS rules and animations from ArtifactDrawer for cleaner styling ([25ee0f3](https://github.com/memori-ai/memori-react/commit/25ee0f3ec0ca009efc1b0601e93ff0dbb8ffb769))
|
|
186
|
+
* replace ArtifactSystemProvider with ArtifactProvider for improved context management ([6c79d50](https://github.com/memori-ai/memori-react/commit/6c79d5006e07d23b61433f62103a11f6b057f45d))
|
|
187
|
+
|
|
188
|
+
## [8.4.0-rc.0](https://github.com/memori-ai/memori-react/compare/v8.3.0...v8.4.0-rc.0) (2025-09-05)
|
|
189
|
+
|
|
190
|
+
|
|
191
|
+
### Features
|
|
192
|
+
|
|
193
|
+
* enhance chat layout with artifact drawer and responsive design adjustments ([2c37bc5](https://github.com/memori-ai/memori-react/commit/2c37bc5cfb15ce56395157f98f3ff3466d97a5eb))
|
|
194
|
+
* integrate ArtifactSystemProvider for enhanced artifact management across layouts ([3201f45](https://github.com/memori-ai/memori-react/commit/3201f454b14a2880bb3f3e5cf72f6d7fa380d445))
|
|
195
|
+
* integrate MemoriArtifactSystem for enhanced artifact handling in chat ([d1f6cd9](https://github.com/memori-ai/memori-react/commit/d1f6cd91e503d9fad1fc1b86a4c3d3556c7000f7))
|
|
196
|
+
* update layouts and chat components ([6b4382e](https://github.com/memori-ai/memori-react/commit/6b4382eac91aeeeffdc2395ae9395849c9a18b82))
|
|
197
|
+
|
|
198
|
+
|
|
199
|
+
### Bug Fixes
|
|
200
|
+
|
|
201
|
+
* adjust min-height property in chat layout for better responsiveness ([065a8ee](https://github.com/memori-ai/memori-react/commit/065a8ee63ee32a2c040c5fc9a7d791a7d6dbfe28))
|
|
202
|
+
|
|
203
|
+
|
|
204
|
+
### Changes
|
|
205
|
+
|
|
206
|
+
* introduce context for improved artifact management ([42da76e](https://github.com/memori-ai/memori-react/commit/42da76e4d9ca57040efd31646d6b5669c52cb988))
|
|
207
|
+
|
|
208
|
+
## [8.3.0](https://github.com/memori-ai/memori-react/compare/v8.2.0...v8.3.0) (2025-09-03)
|
|
209
|
+
|
|
210
|
+
|
|
211
|
+
### Features
|
|
212
|
+
|
|
213
|
+
* implement WAV format conversion for Azure STT support in useSTT hook ([4b10032](https://github.com/memori-ai/memori-react/commit/4b10032998274ba738c66c69d532f7bc4544cfc0))
|
|
214
|
+
|
|
215
|
+
## [8.2.0](https://github.com/memori-ai/memori-react/compare/v8.1.0...v8.2.0) (2025-08-29)
|
|
216
|
+
|
|
217
|
+
|
|
218
|
+
### Features
|
|
219
|
+
|
|
220
|
+
* add ignoreClientAttributes param from layout to block attr/props ([8e5838d](https://github.com/memori-ai/memori-react/commit/8e5838d7ec1d9b36584e93eece8acac88bf9afc7))
|
|
221
|
+
|
|
222
|
+
|
|
223
|
+
### Bug Fixes
|
|
224
|
+
|
|
225
|
+
* chat history min msg filter no negative values ([4211f39](https://github.com/memori-ai/memori-react/commit/4211f3968805bdee43a5641b5b47b63f80aa53e8))
|
|
226
|
+
|
|
227
|
+
## [8.1.0](https://github.com/memori-ai/memori-react/compare/v8.1.0-rc.0...v8.1.0) (2025-08-28)
|
|
228
|
+
|
|
229
|
+
|
|
230
|
+
### Features
|
|
231
|
+
|
|
232
|
+
* add resume button translations for German, Spanish, and French locales ([f36d358](https://github.com/memori-ai/memori-react/commit/f36d358d9515b1c979a4979945c3931c832adda3))
|
|
233
|
+
|
|
234
|
+
|
|
235
|
+
### Maintenance
|
|
236
|
+
|
|
237
|
+
* added check to avoid translation if message is already translated + refactoring ([5a4b000](https://github.com/memori-ai/memori-react/commit/5a4b000e0cee808890481f86c5103546d4a31447))
|
|
238
|
+
* added story for chat history translation ([84fed16](https://github.com/memori-ai/memori-react/commit/84fed16fbba3b4e0d301bf70defcfffd5bb3c19a))
|
|
239
|
+
* added translations on chat history preview ([dfdc9b4](https://github.com/memori-ai/memori-react/commit/dfdc9b44a0c77824a3d4ebf652286bcfb4f266b2))
|
|
240
|
+
* avoid chatLog message translation if already translated from history ([c42f075](https://github.com/memori-ai/memori-react/commit/c42f075325324ab06fe372eb46b6acf1ae46051e))
|
|
241
|
+
* disabled card of active chat on chat history ([ccfe96a](https://github.com/memori-ai/memori-react/commit/ccfe96ae0ad1422298cdb86afe9a70999362178d))
|
|
242
|
+
|
|
243
|
+
## [8.1.0-rc.0](https://github.com/memori-ai/memori-react/compare/v8.0.2...v8.1.0-rc.0) (2025-08-27)
|
|
244
|
+
|
|
245
|
+
|
|
246
|
+
### Features
|
|
247
|
+
|
|
248
|
+
* add minimum messages filter to ChatHistoryDrawer ([2f0970f](https://github.com/memori-ai/memori-react/commit/2f0970f13b1ae8c7ce49046c3f813138b3f2e5f4))
|
|
249
|
+
* implement custom minimum messages filter in ChatHistoryDrawer with localization support ([54f3146](https://github.com/memori-ai/memori-react/commit/54f31468fb9f62355b550a3ac7efb5100e03b495))
|
|
250
|
+
|
|
251
|
+
|
|
252
|
+
### Bug Fixes
|
|
253
|
+
|
|
254
|
+
* adjust silence timeout handling in useSTT hook for accurate recording control ([7c831b0](https://github.com/memori-ai/memori-react/commit/7c831b091d59ea0802f7904f900f35ce6e98404b))
|
|
255
|
+
|
|
256
|
+
|
|
257
|
+
### Maintenance
|
|
258
|
+
|
|
259
|
+
* update yarn.lock ([4e7e96e](https://github.com/memori-ai/memori-react/commit/4e7e96e26029439cf14f8ec40e7c1e9d823c7f62))
|
|
260
|
+
|
|
261
|
+
|
|
262
|
+
### Changes
|
|
263
|
+
|
|
264
|
+
* integrate new STT hook for improved speech recognition functionality ([515aa5f](https://github.com/memori-ai/memori-react/commit/515aa5fad382ccbf00da3c06deb401b51a74fee0))
|
|
265
|
+
* remove logs for useSTT hook ([cc1b132](https://github.com/memori-ai/memori-react/commit/cc1b132fd999aa61cc406169d75a6d1ee5d051bb))
|
|
266
|
+
* remove unused speech SDK imports ([8121cdc](https://github.com/memori-ai/memori-react/commit/8121cdc68b12fc743567e032751f0adb2c5cc5bc))
|
|
267
|
+
|
|
268
|
+
## [8.0.2](https://github.com/memori-ai/memori-react/compare/v8.0.0-rc.12...v8.0.2) (2025-08-20)
|
|
269
|
+
|
|
270
|
+
## [8.0.0-rc.12](https://github.com/memori-ai/memori-react/compare/v8.0.0-rc.11...v8.0.0-rc.12) (2025-08-20)
|
|
271
|
+
|
|
272
|
+
|
|
273
|
+
### Bug Fixes
|
|
274
|
+
|
|
275
|
+
* remove unused state and enhance logging in HiddenChat layout ([5df5817](https://github.com/memori-ai/memori-react/commit/5df58171b5d9c6c01a65855729677a0dae2b598e))
|
|
276
|
+
|
|
277
|
+
## [8.0.0-rc.11](https://github.com/memori-ai/memori-react/compare/v8.0.0-rc.10...v8.0.0-rc.11) (2025-08-11)
|
|
278
|
+
|
|
279
|
+
|
|
280
|
+
### Bug Fixes
|
|
281
|
+
|
|
282
|
+
* resolve race condition in TTS audio playback and improve cleanup handling ([384d45e](https://github.com/memori-ai/memori-react/commit/384d45e29d970807fb4bb5d9f6b645ebe7dc4e53))
|
|
283
|
+
|
|
284
|
+
## [8.0.0-rc.10](https://github.com/memori-ai/memori-react/compare/v8.0.0-rc.9...v8.0.0-rc.10) (2025-08-11)
|
|
285
|
+
|
|
286
|
+
|
|
287
|
+
### Bug Fixes
|
|
288
|
+
|
|
289
|
+
* enhance text sanitization and update TTS layout options ([26ab442](https://github.com/memori-ai/memori-react/commit/26ab4427b79caaca5239e8a69932e7a58a5889da))
|
|
290
|
+
|
|
291
|
+
## [8.0.0-rc.9](https://github.com/memori-ai/memori-react/compare/v8.0.0-rc.8...v8.0.0-rc.9) (2025-08-11)
|
|
292
|
+
|
|
293
|
+
|
|
294
|
+
### Features
|
|
295
|
+
|
|
296
|
+
* add layout option to TTS configuration ([6fe466f](https://github.com/memori-ai/memori-react/commit/6fe466f128ac6cbf9687697a40be080353d77d13))
|
|
297
|
+
|
|
298
|
+
## [8.0.0-rc.8](https://github.com/memori-ai/memori-react/compare/v8.0.0-rc.7...v8.0.0-rc.8) (2025-08-11)
|
|
299
|
+
|
|
300
|
+
|
|
301
|
+
### Bug Fixes
|
|
302
|
+
|
|
303
|
+
* update audio handling defaults and improve alert z-index ([4b10151](https://github.com/memori-ai/memori-react/commit/4b10151bbfc45ce3d9db2d663cbe77de412e66ff))
|
|
304
|
+
|
|
305
|
+
## [8.0.0-rc.7](https://github.com/memori-ai/memori-react/compare/v8.0.0-rc.6...v8.0.0-rc.7) (2025-08-11)
|
|
306
|
+
|
|
307
|
+
|
|
308
|
+
### Bug Fixes
|
|
309
|
+
|
|
310
|
+
* improve URL formatting and error handling in speech key fetching ([95cc693](https://github.com/memori-ai/memori-react/commit/95cc693a2749bc525843c8ad8d3cd78c51be80b6))
|
|
311
|
+
|
|
312
|
+
## [8.0.0-rc.6](https://github.com/memori-ai/memori-react/compare/v8.0.0-rc.5...v8.0.0-rc.6) (2025-08-11)
|
|
313
|
+
|
|
314
|
+
|
|
315
|
+
### Bug Fixes
|
|
316
|
+
|
|
317
|
+
* enhance error handling TTS components ([85eef2f](https://github.com/memori-ai/memori-react/commit/85eef2fec9339625549ad9dabaf35176fff60831))
|
|
318
|
+
|
|
319
|
+
## [8.0.0-rc.5](https://github.com/memori-ai/memori-react/compare/v8.0.0-rc.4...v8.0.0-rc.5) (2025-08-11)
|
|
320
|
+
|
|
321
|
+
|
|
322
|
+
### Bug Fixes
|
|
323
|
+
|
|
324
|
+
* simplify audio handling by removing showSpeaker prop ([4d3ea86](https://github.com/memori-ai/memori-react/commit/4d3ea865a3c23a8f2381ac95e92cfa53353a0900))
|
|
325
|
+
|
|
326
|
+
## [8.0.0-rc.4](https://github.com/memori-ai/memori-react/compare/v8.0.0-rc.3...v8.0.0-rc.4) (2025-08-08)
|
|
327
|
+
|
|
328
|
+
|
|
329
|
+
### Bug Fixes
|
|
330
|
+
|
|
331
|
+
* prevent TTS on auto-start in HIDDEN_CHAT ([933857c](https://github.com/memori-ai/memori-react/commit/933857ca1ab8e7a4ab37c5ce1eb689aaf5a4862d))
|
|
332
|
+
|
|
333
|
+
## [8.0.0-rc.3](https://github.com/memori-ai/memori-react/compare/v8.0.0-rc.2...v8.0.0-rc.3) (2025-08-08)
|
|
334
|
+
|
|
335
|
+
|
|
336
|
+
### Features
|
|
337
|
+
|
|
338
|
+
* fixed viseme handling for TTS ([e284034](https://github.com/memori-ai/memori-react/commit/e284034990990cc48e559466dfb8183b19d6bbaa))
|
|
339
|
+
|
|
340
|
+
## [8.0.0-rc.2](https://github.com/memori-ai/memori-react/compare/v8.0.0-rc.1...v8.0.0-rc.2) (2025-08-08)
|
|
341
|
+
|
|
342
|
+
|
|
343
|
+
### Bug Fixes
|
|
344
|
+
|
|
345
|
+
* update TTS API URL handling in MemoriWidget and useTTS ([c257064](https://github.com/memori-ai/memori-react/commit/c2570641d56b787d233519c81fb59d19f1c70939))
|
|
346
|
+
|
|
347
|
+
## [8.0.0-rc.1](https://github.com/memori-ai/memori-react/compare/v8.0.0-rc.0...v8.0.0-rc.1) (2025-08-07)
|
|
348
|
+
|
|
349
|
+
|
|
350
|
+
### Maintenance
|
|
351
|
+
|
|
352
|
+
* remove unused dependencies ([c7d6852](https://github.com/memori-ai/memori-react/commit/c7d685265b78f3e7d3214fe59ab1cea9300cf65c))
|
|
353
|
+
|
|
354
|
+
## [8.0.0-rc.0](https://github.com/memori-ai/memori-react/compare/v7.34.2...v8.0.0-rc.0) (2025-08-07)
|
|
355
|
+
|
|
356
|
+
|
|
357
|
+
### Features
|
|
358
|
+
|
|
359
|
+
* add provider prop to Chat and ChatInputs components for TTS integration ([c362f9a](https://github.com/memori-ai/memori-react/commit/c362f9a759f087ef32f1965ad87483506ebf6c13))
|
|
360
|
+
* add text sanitization helper functions and useTTS hook for speech synthesis ([c6ab5cb](https://github.com/memori-ai/memori-react/commit/c6ab5cb23c2a7817d8065abf3be823e83e53f3ca))
|
|
361
|
+
* add TTS voice utility module with Azure and OpenAI voice configurations ([391efc6](https://github.com/memori-ai/memori-react/commit/391efc6d119996523eb856b63e2ec1c44e915929))
|
|
362
|
+
|
|
363
|
+
|
|
364
|
+
### Bug Fixes
|
|
365
|
+
|
|
366
|
+
* update fetch request in Memori to include tenant ID and set headers ([cbcad0a](https://github.com/memori-ai/memori-react/commit/cbcad0a5558c42e6d6d9e5e4cafe74d9edf36fd6))
|
|
367
|
+
|
|
368
|
+
|
|
369
|
+
### Maintenance
|
|
370
|
+
|
|
371
|
+
* update dependencies and add TTS module ([3e49360](https://github.com/memori-ai/memori-react/commit/3e49360dc7c8f48a594063cb925d22f40cea0582))
|
|
372
|
+
|
|
373
|
+
|
|
374
|
+
### Changes
|
|
375
|
+
|
|
376
|
+
* enhance viseme handling in useTTS and visemeContext for improved audio processing ([f6141c4](https://github.com/memori-ai/memori-react/commit/f6141c446f61314dd182eba47be34bcc8e169d44))
|
|
377
|
+
* replace speechKey state with provider state and update related API handling ([4fbdf5d](https://github.com/memori-ai/memori-react/commit/4fbdf5d146b958a3b34aa44a06f4ec3a171bfb5e))
|
|
378
|
+
* replaced old TTS logic useTTS hook and improve speech handling logic ([0b620d1](https://github.com/memori-ai/memori-react/commit/0b620d1b8356cab73f9bd8d05086ff0949692c60))
|
|
379
|
+
* simplify handleSpeak function and improve TTS integration ([a85f128](https://github.com/memori-ai/memori-react/commit/a85f128985ff72776b3fff0dd0a208bb747bb5b5))
|
|
380
|
+
* update speech key API to retrieve provider based on tenant ([84c2b97](https://github.com/memori-ai/memori-react/commit/84c2b97e89c1313096e7dcf6af11021179dc3829))
|
|
381
|
+
|
|
382
|
+
## [7.34.2](https://github.com/memori-ai/memori-react/compare/v7.34.1...v7.34.2) (2025-08-04)
|
|
383
|
+
|
|
384
|
+
|
|
385
|
+
### Bug Fixes
|
|
386
|
+
|
|
387
|
+
* constant import ([a75e6ea](https://github.com/memori-ai/memori-react/commit/a75e6ead875a17c65313cdbfbcb5d475d6a0a126))
|
|
388
|
+
|
|
389
|
+
## [7.34.1](https://github.com/memori-ai/memori-react/compare/v7.34.0...v7.34.1) (2025-08-04)
|
|
390
|
+
|
|
391
|
+
|
|
392
|
+
### Bug Fixes
|
|
393
|
+
|
|
394
|
+
* strip reasoning content from tts ([eaa5c02](https://github.com/memori-ai/memori-react/commit/eaa5c0279eaf081f81b1bce4ead3070ea5b23a61))
|
|
395
|
+
|
|
396
|
+
## [7.34.0](https://github.com/memori-ai/memori-react/compare/v7.33.4...v7.34.0) (2025-08-01)
|
|
397
|
+
|
|
398
|
+
|
|
399
|
+
### Features
|
|
400
|
+
|
|
401
|
+
* add multiple document upload functionality with validation and error handling ([8ada71b](https://github.com/memori-ai/memori-react/commit/8ada71b6b70176f22ade287da0c3f0b0b42d6813))
|
|
402
|
+
* add white listed domains filter from layout config ([3fe2522](https://github.com/memori-ai/memori-react/commit/3fe2522db8a0cfdb3ea2dea27e60178d2bf0866a))
|
|
403
|
+
* centralized error handling inside the UploadButton ([e5e06ca](https://github.com/memori-ai/memori-react/commit/e5e06ca244cc8e55a4bf0ba27f4f6f0027d086e7))
|
|
404
|
+
* implement server-side pagination for chat logs in ChatHistory component ([c3ad0ba](https://github.com/memori-ai/memori-react/commit/c3ad0baf08a5e00e613cb493b9a9a1c0364d7c63))
|
|
405
|
+
|
|
406
|
+
|
|
407
|
+
### Bug Fixes
|
|
408
|
+
|
|
409
|
+
* handle showChatWithNoHistory prop filter ([4003549](https://github.com/memori-ai/memori-react/commit/40035497490441cd0f661e59675b77db3fe2ab8d))
|
|
410
|
+
|
|
411
|
+
|
|
412
|
+
### Maintenance
|
|
413
|
+
|
|
414
|
+
* update [@memori](https://github.com/memori).ai/memori-api-client ([3267fc2](https://github.com/memori-ai/memori-react/commit/3267fc25bb4af2668cb621f7ab8ce520c289a7e1))
|
|
415
|
+
* update [@memori](https://github.com/memori).ai/memori-api-client--no-verify ([1600f2d](https://github.com/memori-ai/memori-react/commit/1600f2ddae7f4d2880c69ac1eecd3dc5e15134be))
|
|
416
|
+
|
|
417
|
+
|
|
418
|
+
### Changes
|
|
419
|
+
|
|
420
|
+
* comment out document and image count display logic in UploadButton ([8a32702](https://github.com/memori-ai/memori-react/commit/8a32702fef240cb9e6daa36928650c1a21de8c7b))
|
|
421
|
+
* remove existing images from document preview files in UploadDocuments component ([e7ce3fc](https://github.com/memori-ai/memori-react/commit/e7ce3fcc9ede323d6d7eb2febfffedc211594b8a))
|
|
422
|
+
|
|
423
|
+
## [7.33.4](https://github.com/memori-ai/memori-react/compare/v7.33.3...v7.33.4) (2025-07-29)
|
|
424
|
+
|
|
425
|
+
|
|
426
|
+
### Changes
|
|
427
|
+
|
|
428
|
+
* show multiple function cache results if present ([f00c104](https://github.com/memori-ai/memori-react/commit/f00c104030066a97b139511fdd758f30a3102fc8))
|
|
429
|
+
|
|
430
|
+
## [7.33.3](https://github.com/memori-ai/memori-react/compare/v7.33.2...v7.33.3) (2025-07-28)
|
|
431
|
+
|
|
432
|
+
|
|
433
|
+
### Changes
|
|
434
|
+
|
|
435
|
+
* removed media handling inside the ChatBubble and kept it all inside Chat ([d916e53](https://github.com/memori-ai/memori-react/commit/d916e537a86ddd320e39bb0acf14a9b2582b15d2))
|
|
436
|
+
|
|
437
|
+
## [7.33.2](https://github.com/memori-ai/memori-react/compare/v7.33.1...v7.33.2) (2025-07-28)
|
|
438
|
+
|
|
439
|
+
|
|
440
|
+
### Bug Fixes
|
|
441
|
+
|
|
442
|
+
* update autoStart prop in Memori to allow undefined values ([096196d](https://github.com/memori-ai/memori-react/commit/096196d57b7158f1f084d45cf4042196dd4371c0))
|
|
443
|
+
|
|
444
|
+
## [7.33.1](https://github.com/memori-ai/memori-react/compare/v7.33.0...v7.33.1) (2025-07-28)
|
|
445
|
+
|
|
446
|
+
|
|
447
|
+
### Bug Fixes
|
|
448
|
+
|
|
449
|
+
* enhance autoStart logic in Memori to handle undefined cases and improve layout handling ([c0fa52f](https://github.com/memori-ai/memori-react/commit/c0fa52fea8dd7f3822a19747a4190134c459dc90))
|
|
450
|
+
|
|
451
|
+
## [7.33.0](https://github.com/memori-ai/memori-react/compare/v7.32.8...v7.33.0) (2025-07-25)
|
|
452
|
+
|
|
453
|
+
|
|
454
|
+
### Features
|
|
455
|
+
|
|
456
|
+
* add autoStart prop to MemoriWidget and update HiddenChatLayout logic ([6e95d46](https://github.com/memori-ai/memori-react/commit/6e95d46d659d9b09dc61d785b4848199d855b906))
|
|
457
|
+
|
|
458
|
+
|
|
459
|
+
### Bug Fixes
|
|
460
|
+
|
|
461
|
+
* remove <think> tags from message rendering in renderMsg function ([d8de4df](https://github.com/memori-ai/memori-react/commit/d8de4dfcb0db9f8e21d7d6d9ee2587e58d23363d))
|
|
462
|
+
* simplify autoStart logic in Memori and update HiddenChatLayout handling ([ff0ce3f](https://github.com/memori-ai/memori-react/commit/ff0ce3f42bbb0c03aee64a9efe675a98f73a5145))
|
|
463
|
+
|
|
464
|
+
|
|
465
|
+
### Changes
|
|
466
|
+
|
|
467
|
+
* show reasoning output based on config or prop ([1a0b683](https://github.com/memori-ai/memori-react/commit/1a0b683e5f6e312744488904dbdbedf6e8f0e4b4))
|
|
468
|
+
* update ChatBubble component to remove reasoning details and adjust message rendering ([2bb8800](https://github.com/memori-ai/memori-react/commit/2bb8800eda2745171702b0337bb2f9cc446f6e5a))
|
|
469
|
+
|
|
470
|
+
## [7.32.8](https://github.com/memori-ai/memori-react/compare/v7.32.7...v7.32.8) (2025-07-17)
|
|
471
|
+
|
|
472
|
+
|
|
473
|
+
### Features
|
|
474
|
+
|
|
475
|
+
* implement date range filtering for chat history ([2027a30](https://github.com/memori-ai/memori-react/commit/2027a3074d79f0e64782d02ceef6f2fba2cf2df4))
|
|
476
|
+
* sort chat history icon ([3c5eab1](https://github.com/memori-ai/memori-react/commit/3c5eab1eaafa4002f52a09b7969844d1156f62e1))
|
|
477
|
+
|
|
478
|
+
|
|
479
|
+
### Bug Fixes
|
|
480
|
+
|
|
481
|
+
* update privacy explanation based on authentication ([5c89e4e](https://github.com/memori-ai/memori-react/commit/5c89e4e132bb67748c120e09ec521766ad4c2ccb))
|
|
482
|
+
* update privacy policy link handling in StartPanel component ([c1ed644](https://github.com/memori-ai/memori-react/commit/c1ed644e4748e37a1cf6d07ce450f3278edc88cc))
|
|
483
|
+
|
|
484
|
+
|
|
485
|
+
### Maintenance
|
|
486
|
+
|
|
487
|
+
* add arrow icon, fix icon stories ([cfc58c8](https://github.com/memori-ai/memori-react/commit/cfc58c87a322c7faaf3b32033f4520d56bae4bd5))
|
|
488
|
+
|
|
489
|
+
## [7.32.7](https://github.com/memori-ai/memori-react/compare/v7.32.6...v7.32.7) (2025-07-15)
|
|
490
|
+
|
|
491
|
+
|
|
492
|
+
### Maintenance
|
|
493
|
+
|
|
494
|
+
* fix api client init, pass same instance down ([24a5113](https://github.com/memori-ai/memori-react/commit/24a5113f1607091cf9e3e7ad0dcb2e1e55af7318))
|
|
495
|
+
|
|
496
|
+
## [7.32.6](https://github.com/memori-ai/memori-react/compare/v7.32.5...v7.32.6) (2025-07-15)
|
|
497
|
+
|
|
498
|
+
|
|
499
|
+
### Bug Fixes
|
|
500
|
+
|
|
501
|
+
* enhance media rendering in ChatBubble to prevent duplicates and filter out non-media items ([9918d82](https://github.com/memori-ai/memori-react/commit/9918d828bff11b612b9a1f5e1be1a57bc07e7319))
|
|
502
|
+
|
|
503
|
+
## [7.32.5](https://github.com/memori-ai/memori-react/compare/v7.32.4...v7.32.5) (2025-07-11)
|
|
504
|
+
|
|
505
|
+
|
|
506
|
+
### Maintenance
|
|
507
|
+
|
|
508
|
+
* remove unused CSS import from MediaItemWidget ([a830dc9](https://github.com/memori-ai/memori-react/commit/a830dc9473ae53aff5a19dc0e45b56d644fa0239))
|
|
509
|
+
|
|
510
|
+
## [7.32.4](https://github.com/memori-ai/memori-react/compare/v7.32.3...v7.32.4) (2025-07-11)
|
|
511
|
+
|
|
512
|
+
|
|
513
|
+
### Features
|
|
514
|
+
|
|
515
|
+
* added attached media handling for resume chat ([5da312c](https://github.com/memori-ai/memori-react/commit/5da312c83ad9f05b1ea77c3999b627ed1f5b3ff6))
|
|
516
|
+
|
|
517
|
+
|
|
518
|
+
### Maintenance
|
|
519
|
+
|
|
520
|
+
* update error codes ([9368041](https://github.com/memori-ai/memori-react/commit/9368041e2fc3b684e16054c037cf37c3832057b3))
|
|
521
|
+
|
|
522
|
+
## [7.32.3](https://github.com/memori-ai/memori-react/compare/v7.32.2...v7.32.3) (2025-07-08)
|
|
523
|
+
|
|
524
|
+
|
|
525
|
+
### Bug Fixes
|
|
526
|
+
|
|
527
|
+
* alignment of the media items ([b17890d](https://github.com/memori-ai/memori-react/commit/b17890ddff229531a1e54f66c0a925814a0e1870))
|
|
528
|
+
* prevent duplicate snippet execution by checking dialog state before calling onClickStart ([0e550ee](https://github.com/memori-ai/memori-react/commit/0e550ee22bbe2016e3b83e6dd8399c7579c35b8a))
|
|
529
|
+
|
|
530
|
+
|
|
531
|
+
### Maintenance
|
|
532
|
+
|
|
533
|
+
* cleanup unused props ([f4ae85f](https://github.com/memori-ai/memori-react/commit/f4ae85f2175d3974e7c9de88f446971d822ca086))
|
|
534
|
+
* cleanup unused props ([53c421a](https://github.com/memori-ai/memori-react/commit/53c421aadf7d6a3d2f2561dea58e627b0a0b5970))
|
|
535
|
+
|
|
536
|
+
|
|
537
|
+
### Changes
|
|
538
|
+
|
|
539
|
+
* debug icon in chat bubble color, tests and stories ([54ba7d5](https://github.com/memori-ai/memori-react/commit/54ba7d5a4220a355a2c87688151c5631f2261730))
|
|
540
|
+
|
|
541
|
+
## [7.32.2](https://github.com/memori-ai/memori-react/compare/v7.32.1...v7.32.2) (2025-07-04)
|
|
542
|
+
|
|
543
|
+
|
|
544
|
+
### Bug Fixes
|
|
545
|
+
|
|
546
|
+
* totem layout sharing z-index ([2dab8a5](https://github.com/memori-ai/memori-react/commit/2dab8a522095d9044d1fe971da467a9d8750e82b))
|
|
547
|
+
|
|
548
|
+
## [7.32.1](https://github.com/memori-ai/memori-react/compare/v7.32.0...v7.32.1) (2025-07-04)
|
|
549
|
+
|
|
550
|
+
|
|
551
|
+
### Bug Fixes
|
|
552
|
+
|
|
553
|
+
* initial session inside chat with layout HIDDEN CHAT ([ba23ea1](https://github.com/memori-ai/memori-react/commit/ba23ea1d66bd4da337c69f07004af99eab93e1b7))
|
|
554
|
+
|
|
555
|
+
|
|
556
|
+
### Maintenance
|
|
557
|
+
|
|
558
|
+
* rename get tenant api ([eeeaa2b](https://github.com/memori-ai/memori-react/commit/eeeaa2b3f3cfefe7ba8fb3c881f37eaa0f7b8026))
|
|
559
|
+
* update api client ([9ab11a4](https://github.com/memori-ai/memori-react/commit/9ab11a4f04f2ac5442d8c7cf9ce0ccc03b88ee4f))
|
|
560
|
+
|
|
561
|
+
## [7.32.0](https://github.com/memori-ai/memori-react/compare/v7.31.1...v7.32.0) (2025-07-02)
|
|
562
|
+
|
|
563
|
+
|
|
564
|
+
### Features
|
|
565
|
+
|
|
566
|
+
* conditionally apply and save position based on memori.needsPosition flag ([cf73ae3](https://github.com/memori-ai/memori-react/commit/cf73ae362c878b9c4566b2a1329c582e155edee1))
|
|
567
|
+
|
|
568
|
+
|
|
569
|
+
### Bug Fixes
|
|
570
|
+
|
|
571
|
+
* translate typingText if useLoaderTextAsMsg with multilingual ([6833f59](https://github.com/memori-ai/memori-react/commit/6833f5967a47b877d9c003917b2084cb16715f1c))
|
|
572
|
+
|
|
573
|
+
|
|
574
|
+
### Maintenance
|
|
575
|
+
|
|
576
|
+
* cleanup replace backend url with proxy ([1c9ea7a](https://github.com/memori-ai/memori-react/commit/1c9ea7aea315c7e4c0ae891752f05378061ef211))
|
|
577
|
+
|
|
578
|
+
## [7.31.1](https://github.com/memori-ai/memori-react/compare/v7.31.0...v7.31.1) (2025-06-30)
|
|
579
|
+
|
|
580
|
+
|
|
581
|
+
### Maintenance
|
|
582
|
+
|
|
583
|
+
* **temp:** adopt cache proxy endpoint for backend ([00f5f42](https://github.com/memori-ai/memori-react/commit/00f5f42797f03a7eea0818be677cb18a3f69906b))
|
|
584
|
+
|
|
585
|
+
## [7.31.0](https://github.com/memori-ai/memori-react/compare/v7.30.6...v7.31.0) (2025-06-30)
|
|
586
|
+
|
|
587
|
+
|
|
588
|
+
### Features
|
|
589
|
+
|
|
590
|
+
* add support for rendering document attachments in messages with expandable details ([388b93f](https://github.com/memori-ai/memori-react/commit/388b93f871ba1a1a45ad050abd0aa597f30de216))
|
|
591
|
+
|
|
592
|
+
|
|
593
|
+
### Maintenance
|
|
594
|
+
|
|
595
|
+
* **temp:** adopt cache proxy endpoint for backend ([1c70b8b](https://github.com/memori-ai/memori-react/commit/1c70b8bfa5f13c80e80cf10e9a433bbd9f68ac97))
|
|
596
|
+
|
|
597
|
+
## [7.30.6](https://github.com/memori-ai/memori-react/compare/v7.30.5...v7.30.6) (2025-06-24)
|
|
598
|
+
|
|
599
|
+
|
|
600
|
+
### Features
|
|
601
|
+
|
|
602
|
+
* enhance avatar detection logic for custom avatars with dynamic morph target checks ([ad8d6b8](https://github.com/memori-ai/memori-react/commit/ad8d6b8a437dd04b668b8fdc26b673f2e73e9c7d))
|
|
603
|
+
|
|
604
|
+
## [7.30.5](https://github.com/memori-ai/memori-react/compare/v7.30.4...v7.30.5) (2025-06-18)
|
|
605
|
+
|
|
606
|
+
|
|
607
|
+
### Bug Fixes
|
|
608
|
+
|
|
609
|
+
* shared url parameters and baseURL ([5c8eb2d](https://github.com/memori-ai/memori-react/commit/5c8eb2dec938457ac5342d45b2f35f4c92630502))
|
|
610
|
+
|
|
611
|
+
## [7.30.4](https://github.com/memori-ai/memori-react/compare/v7.30.3...v7.30.4) (2025-06-18)
|
|
612
|
+
|
|
613
|
+
|
|
614
|
+
### Bug Fixes
|
|
615
|
+
|
|
616
|
+
* shared chat url with usernames as fallback or skip if none available ([549a95f](https://github.com/memori-ai/memori-react/commit/549a95fb54a6a73f86d704190979ebca023f227b))
|
|
617
|
+
|
|
618
|
+
## [7.30.3](https://github.com/memori-ai/memori-react/compare/v7.30.2...v7.30.3) (2025-06-18)
|
|
619
|
+
|
|
620
|
+
|
|
621
|
+
### Changes
|
|
622
|
+
|
|
623
|
+
* improve title calculation logic in ChatHistory component with significance scoring ([89a5c55](https://github.com/memori-ai/memori-react/commit/89a5c553663f566bd975a38fefb895fafc9602b4))
|
|
624
|
+
|
|
625
|
+
## [7.30.2](https://github.com/memori-ai/memori-react/compare/v7.30.1...v7.30.2) (2025-06-17)
|
|
626
|
+
|
|
627
|
+
|
|
628
|
+
### Features
|
|
629
|
+
|
|
630
|
+
* add download chat button and localization support in ChatHistoryDrawer ([2b5cb43](https://github.com/memori-ai/memori-react/commit/2b5cb43d55c75d1b021678f632af95d2301571ae))
|
|
631
|
+
|
|
632
|
+
## [7.30.1](https://github.com/memori-ai/memori-react/compare/v7.30.0...v7.30.1) (2025-06-17)
|
|
633
|
+
|
|
634
|
+
|
|
635
|
+
### Features
|
|
636
|
+
|
|
637
|
+
* add download chat button and localization support in ChatHistoryDrawer ([130524c](https://github.com/memori-ai/memori-react/commit/130524c6bb600cb51922cfae2336cfe27fa2b499))
|
|
638
|
+
|
|
639
|
+
|
|
640
|
+
### Changes
|
|
641
|
+
|
|
642
|
+
* enhance ChatHistoryDrawer with export functionality and new title handling ([5b1b5f4](https://github.com/memori-ai/memori-react/commit/5b1b5f4cd367afea75d1f14f320d9154d8fbaf7a))
|
|
643
|
+
* removed Export Chat Button form the Header component ([7ccd463](https://github.com/memori-ai/memori-react/commit/7ccd463ddebd0f3e9edb6104f8cf5bb35ce68e3e))
|
|
644
|
+
* removed unused .scss file for ChatHistory component and improved UX ([cc1910b](https://github.com/memori-ai/memori-react/commit/cc1910b4a09872d86fe410383192c726946c28f3))
|
|
645
|
+
|
|
646
|
+
## [7.30.0](https://github.com/memori-ai/memori-react/compare/v7.29.1...v7.30.0) (2025-06-17)
|
|
647
|
+
|
|
648
|
+
|
|
649
|
+
### Bug Fixes
|
|
650
|
+
|
|
651
|
+
* hidden chat opens session on click, delete session on nav away ([f95c804](https://github.com/memori-ai/memori-react/commit/f95c8041ba8f70dc6a34eca5473b58a5952f3fd4))
|
|
652
|
+
|
|
653
|
+
## [7.29.1](https://github.com/memori-ai/memori-react/compare/v7.29.0...v7.29.1) (2025-06-16)
|
|
654
|
+
|
|
655
|
+
|
|
656
|
+
### Bug Fixes
|
|
657
|
+
|
|
658
|
+
* locales and style for Chat History ([604a438](https://github.com/memori-ai/memori-react/commit/604a438474afd08777ec2fb50c76e6db6fbf0840))
|
|
659
|
+
|
|
660
|
+
## [7.29.0](https://github.com/memori-ai/memori-react/compare/v7.28.1...v7.29.0) (2025-06-16)
|
|
661
|
+
|
|
662
|
+
|
|
663
|
+
### Features
|
|
664
|
+
|
|
665
|
+
* add ChatHistoryDrawer component with API integration and styling ([3d3529f](https://github.com/memori-ai/memori-react/commit/3d3529fe811e729bf62dc1cb9968e71aaa3ebd4b))
|
|
666
|
+
* add ChatHistoryDrawer component with storybook stories and tests ([ff68960](https://github.com/memori-ai/memori-react/commit/ff689606ddfb59d6cd794f4d001062e9409cb3f7))
|
|
667
|
+
* add ChatRound icon component and enhance History icon with disabled state styling ([5c97dda](https://github.com/memori-ai/memori-react/commit/5c97ddaac594e55242e1a319538e50cbe91bcd5f))
|
|
668
|
+
* add isHistoryView prop to Chat component ([05f2730](https://github.com/memori-ai/memori-react/commit/05f2730a5bc901df5dbeedcc012427d48b36549b))
|
|
669
|
+
* add onClick prop to Card component and update styles for pointer cursor ([88cf6bb](https://github.com/memori-ai/memori-react/commit/88cf6bb4544b2f72c8f7b0fec8a916a5565c2c7f))
|
|
670
|
+
* add privacy explanation section to StartPanel with localized text and styling ([48e5b30](https://github.com/memori-ai/memori-react/commit/48e5b30c385460464d888d832c3596054769b04b))
|
|
671
|
+
* add showChatHistory prop to Memori component for chat history visibility ([9fd1f95](https://github.com/memori-ai/memori-react/commit/9fd1f9559369a55a49223ba2ba29a033a716a517))
|
|
672
|
+
* add WithChatHistory story to showcase chat history functionality ([335a3db](https://github.com/memori-ai/memori-react/commit/335a3dbe26680310b06062b8c1033612b587a766))
|
|
673
|
+
* enhance chat history search functionality and improve chat log display in ChatHistoryDrawer ([939bc5d](https://github.com/memori-ai/memori-react/commit/939bc5d9ef6e5c569992151136663d045e212fe5))
|
|
674
|
+
* enhance chat history search functionality and improve chat log display in ChatHistoryDrawer ([c871926](https://github.com/memori-ai/memori-react/commit/c871926e0020a526c72a0c04177cc970fc096251))
|
|
675
|
+
* enhance Header component with chat history button and tooltip integration ([f6cdfe1](https://github.com/memori-ai/memori-react/commit/f6cdfe14fbdf63e3bb82dff295121b791da3107b))
|
|
676
|
+
* implement chat history pagination and enhance chat log display in ChatHistoryDrawer ([6bfdcc1](https://github.com/memori-ai/memori-react/commit/6bfdcc18e331ae8c933c0446a7c074cfb252b730))
|
|
677
|
+
* implement resume chat functionality in ChatHistoryDrawer with updated UI elements ([200c456](https://github.com/memori-ai/memori-react/commit/200c45684cc5665217669ef0aeb5ac82faf451e5))
|
|
678
|
+
* improved UI of Chat History component ([210ef22](https://github.com/memori-ai/memori-react/commit/210ef223c67c7ec2f17f7847ab0952c4037c06af))
|
|
679
|
+
* integrate chat history functionality into Header and MemoriWidget components ([830a4c7](https://github.com/memori-ai/memori-react/commit/830a4c75e9b3f0a88ce5c2fa4ce8e2d1eb8322c2))
|
|
680
|
+
* integrate ChatHistoryDrawer styles and implement pagination for chat logs ([4975190](https://github.com/memori-ai/memori-react/commit/4975190ac6c24e4b6bcf237129474470961e3e9a))
|
|
681
|
+
* pass memori prop to MemoriWidget for enhanced functionality ([ff64219](https://github.com/memori-ai/memori-react/commit/ff64219ddbb7d59e50599ee35f067df183640fb0))
|
|
682
|
+
* reopening chat session with new flag 'continueFromChatLogID' ([26029ec](https://github.com/memori-ai/memori-react/commit/26029ec2a40ea3af7d024039250a4d8052264e64))
|
|
683
|
+
* update chat resume functionality in ChatHistoryDrawer and adjust initial state in MemoriWidget ([cbc78b6](https://github.com/memori-ai/memori-react/commit/cbc78b61f82ea9515eeb7b6523fcdf5535367bcb))
|
|
684
|
+
|
|
685
|
+
|
|
686
|
+
### Bug Fixes
|
|
687
|
+
|
|
688
|
+
* center align loading and no results messages in VenueWidget and removed kated props ([9f84fae](https://github.com/memori-ai/memori-react/commit/9f84faed5cca8aeb2ae5f9ecfdf9467883054a81))
|
|
689
|
+
* correct text formatting in chat resume messages and update button label in ChatHistoryDrawer ([564e40d](https://github.com/memori-ai/memori-react/commit/564e40dc6cd8f9d90dd57a804cc6068853f60285))
|
|
690
|
+
* spinner loading chat style ([addc05b](https://github.com/memori-ai/memori-react/commit/addc05b713f5ea42b3c5f0ac3bee21a403538750))
|
|
691
|
+
* update color variables and improve loading spinner in ChatHistoryDrawer ([86b5126](https://github.com/memori-ai/memori-react/commit/86b5126baddc43dff490a4a4dfd4ff06bd2a5d9f))
|
|
692
|
+
|
|
693
|
+
|
|
694
|
+
### Maintenance
|
|
695
|
+
|
|
696
|
+
* update [@memori](https://github.com/memori).ai/memori-api-client to version 6.0.3 in package.json and yarn.lock ([a6e80e4](https://github.com/memori-ai/memori-react/commit/a6e80e4ed12794c1b274a8154e9f398e35bde7a2))
|
|
697
|
+
* update dependencies in package.json and yarn.lock for improved stability and performance ([e6f3023](https://github.com/memori-ai/memori-react/commit/e6f30233eef242604d265159c595178b0cb0cc75))
|
|
698
|
+
|
|
699
|
+
|
|
700
|
+
### Changes
|
|
701
|
+
|
|
702
|
+
* comment out chat log reference retrieval in ChatHistory component ([e3f68fa](https://github.com/memori-ai/memori-react/commit/e3f68fa91c2fa22e5f248f282a77739503407fd3))
|
|
703
|
+
* fix session chat log retrieval in ChatHistory component ([8a55462](https://github.com/memori-ai/memori-react/commit/8a554626755f6921e1c8c3b4c69d2f7b639cffb6))
|
|
704
|
+
* simplify resumeSession parameters in ChatHistoryDrawer ([4e6de0a](https://github.com/memori-ai/memori-react/commit/4e6de0a65caf2b984af9ab7494a82d5512ffd2be))
|
|
705
|
+
|
|
706
|
+
## [7.28.1](https://github.com/memori-ai/memori-react/compare/v7.28.0...v7.28.1) (2025-06-13)
|
|
707
|
+
|
|
708
|
+
|
|
709
|
+
### Bug Fixes
|
|
710
|
+
|
|
711
|
+
* share chat link props ([0561153](https://github.com/memori-ai/memori-react/commit/05611536a1812ebf38f2dce5548a434d810ce8fc))
|
|
712
|
+
|
|
713
|
+
## [7.28.0](https://github.com/memori-ai/memori-react/compare/v7.27.1...v7.28.0) (2025-06-11)
|
|
714
|
+
|
|
715
|
+
|
|
716
|
+
### Features
|
|
717
|
+
|
|
718
|
+
* added unlogged images upload ([0697bfe](https://github.com/memori-ai/memori-react/commit/0697bfe61ad063f71eccde7270ffac47f91d8c3c))
|
|
719
|
+
|
|
720
|
+
|
|
721
|
+
### Bug Fixes
|
|
722
|
+
|
|
723
|
+
* autoStart default for hidden chat layout ([c0e2f8c](https://github.com/memori-ai/memori-react/commit/c0e2f8cbe333d93216637fa963de5842f3edb5fb))
|
|
724
|
+
* for Hidden Chat layout removed session init ([c81de97](https://github.com/memori-ai/memori-react/commit/c81de970be9a97320f411bc31e9d4189ff5f1484))
|
|
725
|
+
|
|
726
|
+
|
|
727
|
+
### Maintenance
|
|
728
|
+
|
|
729
|
+
* update [@memori](https://github.com/memori).ai/memori-api-client to version 6.5.5 ([f1388dd](https://github.com/memori-ai/memori-react/commit/f1388ddedc3f4a90c82d6f8421674834b1ac68bd))
|
|
730
|
+
|
|
731
|
+
## [7.27.1](https://github.com/memori-ai/memori-react/compare/v7.27.0...v7.27.1) (2025-06-11)
|
|
732
|
+
|
|
733
|
+
|
|
734
|
+
### Features
|
|
735
|
+
|
|
736
|
+
* add onClickStart prop to MemoriWidget and trigger on sidebar open in HiddenChat ([05df27d](https://github.com/memori-ai/memori-react/commit/05df27dcda4860495086ff7ee5e553691c1f0351))
|
|
737
|
+
* added new lines before and after the content of the <document_attachment /> ([ad5bf12](https://github.com/memori-ai/memori-react/commit/ad5bf12864e33c92fbf96d63212d5082e0371f22))
|
|
738
|
+
|
|
739
|
+
|
|
740
|
+
### Bug Fixes
|
|
741
|
+
|
|
742
|
+
* reasoning tag <think> regex ([f7f0c22](https://github.com/memori-ai/memori-react/commit/f7f0c2258429da5646c5faee3b0fcf55562a4228))
|
|
743
|
+
|
|
744
|
+
## [7.27.0](https://github.com/memori-ai/memori-react/compare/v7.26.2...v7.27.0) (2025-06-10)
|
|
745
|
+
|
|
746
|
+
|
|
747
|
+
### Features
|
|
748
|
+
|
|
749
|
+
* add reasoning tag <think> formatted display ([20d61c7](https://github.com/memori-ai/memori-react/commit/20d61c7c3bb08a85a7d93f9a56dbd7a1dc0a4459))
|
|
750
|
+
* share chat link in share button ([53d33f5](https://github.com/memori-ai/memori-react/commit/53d33f59e58db690e92780fabd76eadd829ae840))
|
|
751
|
+
|
|
752
|
+
|
|
753
|
+
### Bug Fixes
|
|
754
|
+
|
|
755
|
+
* remove double fullscreen buttons in hidden chat layout ([a60e811](https://github.com/memori-ai/memori-react/commit/a60e8118c3ea12f9858498f10f39848a6c3bc494))
|
|
756
|
+
|
|
757
|
+
|
|
758
|
+
### Maintenance
|
|
759
|
+
|
|
760
|
+
* prevent errors server side ([de5203e](https://github.com/memori-ai/memori-react/commit/de5203e8f1933ed27101ead3a8f0d71510e98d9f))
|
|
761
|
+
|
|
762
|
+
## [7.26.2](https://github.com/memori-ai/memori-react/compare/v7.26.1...v7.26.2) (2025-05-26)
|
|
763
|
+
|
|
764
|
+
|
|
765
|
+
### Features
|
|
766
|
+
|
|
767
|
+
* add autoStart prop to HiddenChat component ([f0381ec](https://github.com/memori-ai/memori-react/commit/f0381ec13d29886b58c3d95a90ef4b42e7b96972))
|
|
768
|
+
|
|
769
|
+
|
|
770
|
+
### Changes
|
|
771
|
+
|
|
772
|
+
* removed initChat function from HiddenChatLayout ([c52c492](https://github.com/memori-ai/memori-react/commit/c52c492cbd7eb017f83f1d9abcf71530478443d8))
|
|
773
|
+
|
|
774
|
+
## [7.26.1](https://github.com/memori-ai/memori-react/compare/v7.26.0...v7.26.1) (2025-05-23)
|
|
775
|
+
|
|
776
|
+
|
|
777
|
+
### Bug Fixes
|
|
778
|
+
|
|
779
|
+
* add RTL support to MediaWidget link items ([afea49c](https://github.com/memori-ai/memori-react/commit/afea49c06716e24d0a2c570283278544f0bc5142))
|
|
780
|
+
* aligned user media items to the right ([790031d](https://github.com/memori-ai/memori-react/commit/790031dec51455e5f8df5cb69face522ac54af22))
|
|
781
|
+
* enabled upload documents for unauthenticated users ([88c7cc8](https://github.com/memori-ai/memori-react/commit/88c7cc892c729269ed4a80b2da0f40cf5cb6ecc6))
|
|
782
|
+
* for MediaItemWidget with modal preview for document content ([f6e5d3b](https://github.com/memori-ai/memori-react/commit/f6e5d3b131f68b83741980a2e6ae78c920f0a721))
|
|
783
|
+
* prevent scrolling while rendering MathJax ([cec210a](https://github.com/memori-ai/memori-react/commit/cec210aad3d2d4f4bb98d1c954f5ddb064a15398))
|
|
784
|
+
* prevent user to upload multiple images and fix style button Cancel ([d084675](https://github.com/memori-ai/memori-react/commit/d0846758cda3346e10234f3d9acbbef8df70ce52))
|
|
785
|
+
|
|
786
|
+
|
|
787
|
+
### Changes
|
|
788
|
+
|
|
789
|
+
* improve XML formatting and readability in UploadButton component ([1842018](https://github.com/memori-ai/memori-react/commit/18420185387dce24f928918c5c3f6eed2d45ad16))
|
|
790
|
+
|
|
791
|
+
## [7.26.0](https://github.com/memori-ai/memori-react/compare/v7.25.1...v7.26.0) (2025-05-21)
|
|
792
|
+
|
|
793
|
+
|
|
794
|
+
### Features
|
|
795
|
+
|
|
796
|
+
* add function cache modal and debug button in ChatBubble component ([64d65d0](https://github.com/memori-ai/memori-react/commit/64d65d0bced4ac2e8b14ce6dc3732fae25ec7426))
|
|
797
|
+
* add multi-language support for upload functionality in locales ([a0dddc5](https://github.com/memori-ai/memori-react/commit/a0dddc5b7b0102fb70129d288bca8fa5b3d0cf9a))
|
|
798
|
+
* add new Document, Image, Preview, and Upload icons components ([0a93941](https://github.com/memori-ai/memori-react/commit/0a93941ca6364b88e6736701ab9923677a544e00))
|
|
799
|
+
* add showFunctionCache prop to Chat, ChatBubble, and MemoriWidget components ([6dc9107](https://github.com/memori-ai/memori-react/commit/6dc9107d2a68d90de3051de93e7fbd9891bcc7dc))
|
|
800
|
+
* add WithFunctionCache story to ChatBubble ([5b638a0](https://github.com/memori-ai/memori-react/commit/5b638a0bca964bc951d741b1787c9a4d2d5a325b))
|
|
801
|
+
* added images deselection functionality integrated with API ([f03cda6](https://github.com/memori-ai/memori-react/commit/f03cda6e17baf3d041688ab4e06f3a220b25d119))
|
|
802
|
+
* enhance FilePreview component to support image and document previews ([0d1dffc](https://github.com/memori-ai/memori-react/commit/0d1dffc315a3f74d69f5708f661322d55fa57910))
|
|
803
|
+
* enhance UploadButton with image count indicator and improved upload menu styling ([c141517](https://github.com/memori-ai/memori-react/commit/c141517823b725cb48a0c640d876f24573bcc694))
|
|
804
|
+
* implement fullscreen functionality for hidden chat layout and fixed reopening chat ([1158775](https://github.com/memori-ai/memori-react/commit/1158775fe8cc904dcf01c9350095f8fcf35cd2c6))
|
|
805
|
+
* implement image title input and preview modal in upload functionality ([a1358c1](https://github.com/memori-ai/memori-react/commit/a1358c144fed1f76370423ffe12812e4c9427892))
|
|
806
|
+
* integrate preview file management in Chat components ([6349fed](https://github.com/memori-ai/memori-react/commit/6349fedbad42c1977194e897280fbd6b0d58cb86))
|
|
807
|
+
|
|
808
|
+
|
|
809
|
+
### Bug Fixes
|
|
810
|
+
|
|
811
|
+
* localization strings ([d98f091](https://github.com/memori-ai/memori-react/commit/d98f0913d4f7f324fde504c16ec342a1878b04ed))
|
|
812
|
+
* preview medium file for documents and images ([7b28cd0](https://github.com/memori-ai/memori-react/commit/7b28cd0d8b0abe53c2d104444be65a7d5722fea1))
|
|
813
|
+
* add modal import ([8d9bd4a](https://github.com/memori-ai/memori-react/commit/8d9bd4acc4f7e4688a598e5d89038c4ab14cb3e7))
|
|
814
|
+
* ensure preview files are set before sending messages ([f03b834](https://github.com/memori-ai/memori-react/commit/f03b834952159540539c425f0abee99d22960302))
|
|
815
|
+
* lint ([6891c1f](https://github.com/memori-ai/memori-react/commit/6891c1f6d0eb83c7da97cf5c851ee02352aded4f))
|
|
816
|
+
* only one document can be uploaded per message ([4102f2f](https://github.com/memori-ai/memori-react/commit/4102f2f7c2c2b6ae2a0eaca0f252692b8c87b73a))
|
|
817
|
+
* update document upload button to correctly limit non-image file uploads ([210a258](https://github.com/memori-ai/memori-react/commit/210a258ba63f2b847aa9c563ab075ad1e0f2a62e))
|
|
818
|
+
* update engineURL to production and refactor boolean properties in story configurations ([14c2622](https://github.com/memori-ai/memori-react/commit/14c2622da8a7d0be91b4e027486ebff48d8e1f03))
|
|
819
|
+
|
|
820
|
+
|
|
821
|
+
### Changes
|
|
822
|
+
|
|
823
|
+
* improve UploadButton component structure and error handling ([d51e1fe](https://github.com/memori-ai/memori-react/commit/d51e1fe158a6b68029f9101b9f2e4ecc729a7b2d))
|
|
824
|
+
* update UploadButton component to support document and image uploads ([2809dfc](https://github.com/memori-ai/memori-react/commit/2809dfc7200dc50ecfd9d8946d5048e8f29261f5))
|
|
825
|
+
|
|
826
|
+
## [7.25.1](https://github.com/memori-ai/memori-react/compare/v7.25.0...v7.25.1) (2025-05-13)
|
|
827
|
+
|
|
828
|
+
|
|
829
|
+
### Bug Fixes
|
|
830
|
+
|
|
831
|
+
* show login if requiredLoginToken enabled ([174722d](https://github.com/memori-ai/memori-react/commit/174722d10e37b4b953290c8e8e8b8ee772e66adc))
|
|
832
|
+
|
|
833
|
+
## [7.25.0](https://github.com/memori-ai/memori-react/compare/v7.24.0...v7.25.0) (2025-05-07)
|
|
834
|
+
|
|
835
|
+
|
|
836
|
+
### Features
|
|
837
|
+
|
|
838
|
+
* support for login-required sessions ([631388a](https://github.com/memori-ai/memori-react/commit/631388afa101d4b41d29feff1e0880a4b924e32f))
|
|
839
|
+
|
|
840
|
+
## [7.24.0](https://github.com/memori-ai/memori-react/compare/v7.23.1...v7.24.0) (2025-04-28)
|
|
841
|
+
|
|
842
|
+
|
|
843
|
+
### Features
|
|
844
|
+
|
|
845
|
+
* add WithExpandable story to Chat component and update snapshots for expandable chat bubbles ([ec0e37f](https://github.com/memori-ai/memori-react/commit/ec0e37f1ddb18a7fb6e178a4e9908aefe1b7e30f))
|
|
846
|
+
* enhance Expandable component with character and word limit options ([31b7e07](https://github.com/memori-ai/memori-react/commit/31b7e07818b9e358931b693a43b705ba6cc4f608))
|
|
847
|
+
* enhance XLSX file parsing and formatting in UploadButton component ([419d866](https://github.com/memori-ai/memori-react/commit/419d8669f74fe6ea9bc6d345b0c213c6092c0cd1))
|
|
848
|
+
* integrate Expandable component in ChatBubble and WhyThisAnswer for improved text display ([0509d65](https://github.com/memori-ai/memori-react/commit/0509d6574eae7aeb94b3eb0fda4f1577fe1159b9))
|
|
849
|
+
|
|
850
|
+
|
|
851
|
+
### Bug Fixes
|
|
852
|
+
|
|
853
|
+
* update default provider from OpenAI to Anthropic in CompletionProviderStatus component ([7a1847c](https://github.com/memori-ai/memori-react/commit/7a1847c9cce921d6763146a72f19bebfe16680e0))
|
|
854
|
+
|
|
855
|
+
|
|
856
|
+
### Changes
|
|
857
|
+
|
|
858
|
+
* add loginToken in getMemoriState ([f12f67c](https://github.com/memori-ai/memori-react/commit/f12f67cf16ad8590d9636ccfd1d8346bd2a652d9))
|
|
859
|
+
* allow markdown as text upload ([546ba42](https://github.com/memori-ai/memori-react/commit/546ba424b63ecf533f1ed136504a2b752b9ab278))
|
|
860
|
+
* expandable fix overflow + add stories ([9332bb5](https://github.com/memori-ai/memori-react/commit/9332bb592973292542a933fef9d9396073cd7385))
|
|
861
|
+
* remove unnecessary concatenation in truncateMessage function ([7e1aacf](https://github.com/memori-ai/memori-react/commit/7e1aacf4956f0aa2959635af52a5c238edbf14da))
|
|
862
|
+
* truncate user messages ([a181614](https://github.com/memori-ai/memori-react/commit/a1816140c550a47c2c5dcc8476545aed5a2118b7))
|
|
863
|
+
|
|
864
|
+
|
|
865
|
+
### Maintenance
|
|
866
|
+
|
|
867
|
+
* expandable remove debug text, fix colors and css ([91175e1](https://github.com/memori-ai/memori-react/commit/91175e1206f0048c53b3b3795a18f634205bae95))
|
|
868
|
+
* switch state media to emittedMedia, with fallback ([f1d78ab](https://github.com/memori-ai/memori-react/commit/f1d78ab536244b4d689a87e095dbec6e010802b8))
|
|
869
|
+
* update api client ([46ed9d9](https://github.com/memori-ai/memori-react/commit/46ed9d90952dfe24562a48523cce28eb018731da))
|
|
870
|
+
|
|
871
|
+
## [7.23.1](https://github.com/memori-ai/memori-react/compare/v7.23.0...v7.23.1) (2025-04-08)
|
|
872
|
+
|
|
873
|
+
|
|
874
|
+
### Bug Fixes
|
|
875
|
+
|
|
876
|
+
* baseurl from tenant protocol parsing accepts local http ([d1d595a](https://github.com/memori-ai/memori-react/commit/d1d595a7572444584ecedfa5de072795dffaa0e2))
|
|
877
|
+
* drawer z-index ([e28ec3f](https://github.com/memori-ai/memori-react/commit/e28ec3f960c9d25d99c405f8d94fe4e26e3e5fd8))
|
|
878
|
+
|
|
879
|
+
|
|
880
|
+
### Maintenance
|
|
881
|
+
|
|
882
|
+
* add new error code from backend/assets ([e43e834](https://github.com/memori-ai/memori-react/commit/e43e834185719f5665ff82fdd4f269c1ebb514be))
|
|
883
|
+
|
|
884
|
+
## [7.23.0](https://github.com/memori-ai/memori-react/compare/v7.22.0...v7.23.0) (2025-03-25)
|
|
885
|
+
|
|
886
|
+
|
|
887
|
+
### Features
|
|
888
|
+
|
|
889
|
+
* add ConfirmDialog component with styling and stories ([fcd51da](https://github.com/memori-ai/memori-react/commit/fcd51dad2ebff94e2d262bde4c798db40c5d5d5e))
|
|
890
|
+
* add confirmDialogTitle and confirmDialogMessage props ([0869a65](https://github.com/memori-ai/memori-react/commit/0869a65af4687b6a0f9546322646f63bf2990644))
|
|
891
|
+
* add localized messages for completion provider outages and degraded performance ([e712b31](https://github.com/memori-ai/memori-react/commit/e712b31c15be9bd238eb5b136a10dbf94c094e8a))
|
|
892
|
+
* add new Alert and Info icons, update Warning icon for improved accessibility and styling ([5af4ee8](https://github.com/memori-ai/memori-react/commit/5af4ee80b1988c5dc347a7f2435b5cef30641416))
|
|
893
|
+
* enhance CompletionProviderStatus component, improved status handling and visual feedback ([a0da536](https://github.com/memori-ai/memori-react/commit/a0da5363799e359255f02a3521c1e27a00daeebb))
|
|
894
|
+
* refactored Drawer component with advanced features and improved UX ([729d188](https://github.com/memori-ai/memori-react/commit/729d188b1ddf9fdf97584309359813b8dd88f77a))
|
|
895
|
+
* show typing text after 30s ([4b53e75](https://github.com/memori-ai/memori-react/commit/4b53e756c782b73d9c5b67d24988c0bcf7e921f6))
|
|
896
|
+
* standardize confirm dialog translations across locales ([60f380d](https://github.com/memori-ai/memori-react/commit/60f380dca44dda46d6d30b993561234dcf84cd85))
|
|
897
|
+
|
|
898
|
+
|
|
899
|
+
### Bug Fixes
|
|
900
|
+
|
|
901
|
+
* correct CSS variable naming in Drawer component for consistent styling ([a5cf788](https://github.com/memori-ai/memori-react/commit/a5cf7881a2686fbeca4322f915349b65c510cafa))
|
|
902
|
+
* lint ([85e2466](https://github.com/memori-ai/memori-react/commit/85e2466229d46d9d0d50bc6ea4484b0cc649a821))
|
|
903
|
+
* remove deprecated API component names from CompletionProviderStatus ([68ff1ae](https://github.com/memori-ai/memori-react/commit/68ff1ae94a145e1d6e75520125a27295877af809))
|
|
904
|
+
|
|
905
|
+
|
|
906
|
+
### Changes
|
|
907
|
+
|
|
908
|
+
* enhance Drawer component with improved footer structure and content handling ([4b22245](https://github.com/memori-ai/memori-react/commit/4b22245c87c760c34c42a8696f21025102f47dbd))
|
|
909
|
+
* i18n and styles import ([c3ee4b3](https://github.com/memori-ai/memori-react/commit/c3ee4b333d66ef9c46acb3bb541dae02f6edff0e))
|
|
910
|
+
* improve ConfirmDialog and Drawer components with enhanced z-index management and state handling ([4b6554f](https://github.com/memori-ai/memori-react/commit/4b6554f58a3adca7d4aef68c4e544a4063d4570a))
|
|
911
|
+
* optimize Drawer stories and translations for confirmation dialog ([26b303c](https://github.com/memori-ai/memori-react/commit/26b303cb5fff849839131bbec97a61d521a82271))
|
|
912
|
+
* remove ConfirmDialog from Drawer component ([95a1036](https://github.com/memori-ai/memori-react/commit/95a10368ede07a57d36c18ed7dc8c22f960021e4))
|
|
913
|
+
* remove console logs and simplify Drawer component logic ([39f8a78](https://github.com/memori-ai/memori-react/commit/39f8a78678481e166b35f9d82979b7e2f97a0d49))
|
|
914
|
+
* simplify translation namespace in Drawer confirmation dialog ([981df76](https://github.com/memori-ai/memori-react/commit/981df769ff6f32311c9f4af386e3bb568f4cd706))
|
|
915
|
+
|
|
916
|
+
|
|
917
|
+
### Maintenance
|
|
918
|
+
|
|
919
|
+
* replace default typing sentences ([fe50410](https://github.com/memori-ai/memori-react/commit/fe504108f62d39bd0e69fdb0d603b18ffca5d4f5))
|
|
920
|
+
* typing text timeout timespans ([8e3e3cf](https://github.com/memori-ai/memori-react/commit/8e3e3cf6c7434c7c07a3beae046559676e64b541))
|
|
921
|
+
|
|
922
|
+
## [7.22.0](https://github.com/memori-ai/memori-react/compare/v7.21.1...v7.22.0) (2025-03-21)
|
|
923
|
+
|
|
924
|
+
|
|
925
|
+
### Features
|
|
926
|
+
|
|
927
|
+
* add privacy explanation section to StartPanel with tooltip and translations ([1f214b7](https://github.com/memori-ai/memori-react/commit/1f214b719e77e3c2d4df9de340806042b99e01d1))
|
|
928
|
+
* enhance UploadButton to support XLSX and CSV file uploads with improved error handling ([574a47c](https://github.com/memori-ai/memori-react/commit/574a47c273c1445ef8426cb7db8054279fff49fd))
|
|
929
|
+
|
|
930
|
+
|
|
931
|
+
### Maintenance
|
|
932
|
+
|
|
933
|
+
* align text privacy tooltip startpanel ([1f539eb](https://github.com/memori-ai/memori-react/commit/1f539ebd8e3f93bfb2c5aea9b935b180e7ce1070))
|
|
934
|
+
|
|
935
|
+
|
|
936
|
+
### Changes
|
|
937
|
+
|
|
938
|
+
* upload accpets json ([49a76fa](https://github.com/memori-ai/memori-react/commit/49a76faa19cc85c5b2b828bfb65f7cb2f2d81687))
|
|
939
|
+
|
|
940
|
+
## [7.21.1](https://github.com/memori-ai/memori-react/compare/v7.21.0...v7.21.1) (2025-03-20)
|
|
941
|
+
|
|
942
|
+
|
|
943
|
+
### Bug Fixes
|
|
944
|
+
|
|
945
|
+
* chat bubble headings color inherit ([4b342df](https://github.com/memori-ai/memori-react/commit/4b342df452a66422d7d6d8b5118895a907b98f1b))
|
|
946
|
+
|
|
947
|
+
## [7.21.0](https://github.com/memori-ai/memori-react/compare/v7.19.2...v7.21.0) (2025-03-17)
|
|
948
|
+
|
|
949
|
+
|
|
950
|
+
### Features
|
|
951
|
+
|
|
952
|
+
* added AnimationLoader for flexible avatar animation management ([d0837a1](https://github.com/memori-ai/memori-react/commit/d0837a1d2e94a6ae898a12ed86258fb844425919))
|
|
953
|
+
* added AnimationParser for advanced avatar animation parsing ([f66daf2](https://github.com/memori-ai/memori-react/commit/f66daf20f7d2de994a240b91f8b31188b2b73e5d))
|
|
954
|
+
* create AnimationRegistry for centralized avatar animation management ([0c735ef](https://github.com/memori-ai/memori-react/commit/0c735ef87e00bfd57efcdce20a99017e2992faa5))
|
|
955
|
+
* enhance WhyThisAnswer component with receiver details and context variables ([5251cb1](https://github.com/memori-ai/memori-react/commit/5251cb195f2cbe8da6a8867ed13abb2843a25dba))
|
|
956
|
+
* implement AnimationStateMachine for advanced avatar animation control ([1aefb00](https://github.com/memori-ai/memori-react/commit/1aefb00129bc6c5bce01308c71bca56f3a8ab285))
|
|
957
|
+
* implement AvatarAnimator as comprehensive animation management system ([3049ef7](https://github.com/memori-ai/memori-react/commit/3049ef77125a1b5986b00029f8a3366594e1984e))
|
|
958
|
+
* improve RPM avatar detection and animation merging logic ([1e86edb](https://github.com/memori-ai/memori-react/commit/1e86edb8c294d3a59e4223a3a654077fc3de5f95))
|
|
959
|
+
|
|
960
|
+
|
|
961
|
+
### Bug Fixes
|
|
962
|
+
|
|
963
|
+
* improve AvatarAnimator idle and animation transition logic ([ee797aa](https://github.com/memori-ai/memori-react/commit/ee797aa51a6fc0b452ef518d2afeccaa71fb7776))
|
|
964
|
+
* improve receiver display logic and ensure context variables are handled correctly ([6ce1227](https://github.com/memori-ai/memori-react/commit/6ce12273974eaeeb0618769e50e4726c24cc95e3))
|
|
965
|
+
* improve speech-to-text processing state management ([cfe9f4a](https://github.com/memori-ai/memori-react/commit/cfe9f4a18fc3dd43ba80b397d7c4965c37164b63))
|
|
966
|
+
|
|
967
|
+
|
|
968
|
+
### Changes
|
|
969
|
+
|
|
970
|
+
* adjust emotion amplification and remove debug logging in MorphTargetController ([4af0a70](https://github.com/memori-ai/memori-react/commit/4af0a70ba23bc4b4dfc204008ffb4c0bdee82692))
|
|
971
|
+
* enhance AvatarAnimator with advanced animation management ([3cda44c](https://github.com/memori-ai/memori-react/commit/3cda44c679390fd5fe71befc18af571358a81bcd))
|
|
972
|
+
* enhance AvatarAnimator with advanced emotion and sequence handling ([f1e8f63](https://github.com/memori-ai/memori-react/commit/f1e8f630c324cbf2e41583da15c10fdd14a795c0))
|
|
973
|
+
* enhance MorphTargetController with dynamic emotion processing ([2fd8c2e](https://github.com/memori-ai/memori-react/commit/2fd8c2e34acfed487ffe0c1bdcd14c8a50049d35))
|
|
974
|
+
* enhance speech processing with robust message handling ([1a1370f](https://github.com/memori-ai/memori-react/commit/1a1370f2c600223aa6911b27e72dc5a389939b1b))
|
|
975
|
+
* improve emotion mapping and processing in MorphTargetController ([4a49461](https://github.com/memori-ai/memori-react/commit/4a49461985217f382d355883f9d52f7d15f7414d))
|
|
976
|
+
* improve speech recognition ([c6d1a1c](https://github.com/memori-ai/memori-react/commit/c6d1a1ca39e42e8c6636aeb4d00772946a8463e6))
|
|
977
|
+
* optimize AvatarAnimator with advanced transition and sequence handling ([1f67479](https://github.com/memori-ai/memori-react/commit/1f674795dcb85f5a14d419426f324ac2f70e615d))
|
|
978
|
+
* simplify AvatarView component and remove unused animation-related props ([d84dbc0](https://github.com/memori-ai/memori-react/commit/d84dbc0e3c19a19c2bbcbfbab3d647998c658e34))
|
|
979
|
+
* simplify DynamicShadow component with AvatarAnimator integration ([71c0991](https://github.com/memori-ai/memori-react/commit/71c09917b11baa96a252ff75882be3785f266f30))
|
|
980
|
+
* streamline HalfBodyAvatar component with simplified morph target and chat handling ([8d68795](https://github.com/memori-ai/memori-react/commit/8d687959c52056a4e01f3aa74e025a7567424405))
|
|
981
|
+
* upload button accepts pdf, txt and json ([36d8c65](https://github.com/memori-ai/memori-react/commit/36d8c65d9a7ace9399527b93cc36089c28a709d8))
|
|
982
|
+
* why this answer i18n, ui and styles ([18292dc](https://github.com/memori-ai/memori-react/commit/18292dce56d9609ae56525a50f44503c762abeda))
|
|
983
|
+
|
|
984
|
+
|
|
985
|
+
### Maintenance
|
|
986
|
+
|
|
987
|
+
* generated by ai label in chat with fallback ([f28199b](https://github.com/memori-ai/memori-react/commit/f28199be65f9ea010ef6c9b3c6bc6eb5700fb669))
|
|
988
|
+
* update api client ([8ab1bfd](https://github.com/memori-ai/memori-react/commit/8ab1bfd9cee3d486155bb053226666621e0aa295))
|
|
989
|
+
* update Storybook stories with new avatar configurations and layouts ([749c57a](https://github.com/memori-ai/memori-react/commit/749c57a3cae69edadf032240a5d7b3fd36afe213))
|
|
990
|
+
* update Storybook stories with test scenarios for RPM avatar animations and layouts ([b61a063](https://github.com/memori-ai/memori-react/commit/b61a063f6607d1216fcd7e967e60149f888ba51f))
|
|
991
|
+
|
|
992
|
+
## [7.19.2](https://github.com/memori-ai/memori-react/compare/v7.19.1...v7.19.2) (2025-03-07)
|
|
993
|
+
|
|
994
|
+
|
|
995
|
+
### Bug Fixes
|
|
996
|
+
|
|
997
|
+
* handle position requirement before auto-starting memori ([1b1948d](https://github.com/memori-ai/memori-react/commit/1b1948ded9d773c0fb280623998f0f250f0f7015))
|
|
998
|
+
|
|
999
|
+
|
|
1000
|
+
### Changes
|
|
1001
|
+
|
|
1002
|
+
* tenant types from backend, remove customizations from dashboard ([9aa6deb](https://github.com/memori-ai/memori-react/commit/9aa6deb8d9b46124154a516c49435ecce9cd90a5))
|
|
1003
|
+
|
|
1004
|
+
## [7.19.1](https://github.com/memori-ai/memori-react/compare/v7.19.0...v7.19.1) (2025-03-06)
|
|
1005
|
+
|
|
1006
|
+
|
|
1007
|
+
### Bug Fixes
|
|
1008
|
+
|
|
1009
|
+
* prevent set instruct on pending sessions ([fcbc7c0](https://github.com/memori-ai/memori-react/commit/fcbc7c07a83c4cf7c563cca234db6e6f62558f89))
|
|
1010
|
+
|
|
1011
|
+
## [7.19.0](https://github.com/memori-ai/memori-react/compare/v7.18.0...v7.19.0) (2025-03-05)
|
|
1012
|
+
|
|
1013
|
+
|
|
1014
|
+
### Features
|
|
1015
|
+
|
|
1016
|
+
* optimize Avatar Canvas rendering performance ([7147cb2](https://github.com/memori-ai/memori-react/commit/7147cb209a31814828b7bdb19a35aa83ce8ad09e))
|
|
1017
|
+
|
|
1018
|
+
|
|
1019
|
+
### Bug Fixes
|
|
1020
|
+
|
|
1021
|
+
* make showShare and showSettings optional props with default values ([ca33292](https://github.com/memori-ai/memori-react/commit/ca33292f4cc9485b1e06ef2ff2664ec538680814))
|
|
1022
|
+
|
|
1023
|
+
## [7.18.0](https://github.com/memori-ai/memori-react/compare/v7.17.2...v7.18.0) (2025-02-26)
|
|
1024
|
+
|
|
1025
|
+
|
|
1026
|
+
### Features
|
|
1027
|
+
|
|
1028
|
+
* enhance MathJax rendering and initialization in ChatBubble ([3fe76f5](https://github.com/memori-ai/memori-react/commit/3fe76f54d163ebe14b9c46ccf6f2cb80719b1de6))
|
|
1029
|
+
|
|
1030
|
+
|
|
1031
|
+
### Bug Fixes
|
|
1032
|
+
|
|
1033
|
+
* add showSettings prop from integrationConfig ([d6fe636](https://github.com/memori-ai/memori-react/commit/d6fe6362f6f5e0ae8cf93501137fdee1e197c5c1))
|
|
1034
|
+
* ja zh lang labels ([cb16897](https://github.com/memori-ai/memori-react/commit/cb16897dd53af1de86a8b429f66a0e56277f7123))
|
|
1035
|
+
* revert ChatTextArea CSS for better responsiveness and styling ([69a3199](https://github.com/memori-ai/memori-react/commit/69a3199916d8a1493b5b57e435c240efd08b677e))
|
|
1036
|
+
|
|
1037
|
+
|
|
1038
|
+
### Changes
|
|
1039
|
+
|
|
1040
|
+
* expand textarea more ([c1e09ce](https://github.com/memori-ai/memori-react/commit/c1e09ce439c9ce314e37102d727e5ccc201d53f1))
|
|
1041
|
+
* use useLayoutEffect for MathJax rendering ([e75676d](https://github.com/memori-ai/memori-react/commit/e75676d2a73f1524ec5d2dd04f7ab91cb6e8d0b5))
|
|
1042
|
+
|
|
1043
|
+
## [7.17.2](https://github.com/memori-ai/memori-react/compare/v7.17.1...v7.17.2) (2025-02-25)
|
|
1044
|
+
|
|
1045
|
+
|
|
1046
|
+
### Bug Fixes
|
|
1047
|
+
|
|
1048
|
+
* double backslashes for LaTeX parsing ([b81a2a8](https://github.com/memori-ai/memori-react/commit/b81a2a8e5d1dfcda27c9a7e405b4befd30ac63d3))
|
|
1049
|
+
* improve fullscreen handling ([5d0f350](https://github.com/memori-ai/memori-react/commit/5d0f3500f9d00737b778a9f9de2ccffb7d5440b0))
|
|
1050
|
+
* prevent start session loops on error ([13032a9](https://github.com/memori-ai/memori-react/commit/13032a9f2c05366ceeb21501ae75c17752f7797d))
|
|
1051
|
+
|
|
1052
|
+
|
|
1053
|
+
### Changes
|
|
1054
|
+
|
|
1055
|
+
* improve markdown rendering and math formatting in ChatBubble ([df93671](https://github.com/memori-ai/memori-react/commit/df93671a953309db0b100c4ccbbf2752b1be5a64))
|
|
1056
|
+
|
|
1057
|
+
|
|
1058
|
+
### Maintenance
|
|
1059
|
+
|
|
1060
|
+
* update api client ([6bacc0b](https://github.com/memori-ai/memori-react/commit/6bacc0bd11fb2c7db40d39bf19be6175cedf2770))
|
|
1061
|
+
|
|
1062
|
+
## [7.17.1](https://github.com/memori-ai/memori-react/compare/v7.17.0...v7.17.1) (2025-02-20)
|
|
1063
|
+
|
|
1064
|
+
|
|
1065
|
+
### Bug Fixes
|
|
1066
|
+
|
|
1067
|
+
* ja zh lang labels ([07e9d05](https://github.com/memori-ai/memori-react/commit/07e9d05815d60b387eafbd1bd86b6b790fa3948a))
|
|
1068
|
+
|
|
1069
|
+
## [7.17.0](https://github.com/memori-ai/memori-react/compare/v7.16.2...v7.17.0) (2025-02-17)
|
|
1070
|
+
|
|
1071
|
+
|
|
1072
|
+
### Features
|
|
1073
|
+
|
|
1074
|
+
* add customizable lighting component for avatar rendering ([e362cb4](https://github.com/memori-ai/memori-react/commit/e362cb4f626d4b3b1784c8b2a19497b4a63d1777))
|
|
1075
|
+
* disable continuous speech when speaker is muted ([663fd94](https://github.com/memori-ai/memori-react/commit/663fd94ee782cbc79a0f10ec400e9736c082b866))
|
|
1076
|
+
* enhance PDF text extraction with PDF.js fallback and dynamic file type support ([25964c7](https://github.com/memori-ai/memori-react/commit/25964c7730cf9ace1e10a41778f2e1faebd4de3f))
|
|
1077
|
+
|
|
1078
|
+
|
|
1079
|
+
### Bug Fixes
|
|
1080
|
+
|
|
1081
|
+
* improve continuous speech and listening conditions ([ee74480](https://github.com/memori-ai/memori-react/commit/ee74480ed5d3dfdef433bf07711d4af22093e6c3))
|
|
1082
|
+
* speak on autostart ([b0d9917](https://github.com/memori-ai/memori-react/commit/b0d9917d8a13b410d92dc7c3853e3b5bad5c0755))
|
|
1083
|
+
|
|
1084
|
+
|
|
1085
|
+
### Maintenance
|
|
1086
|
+
|
|
1087
|
+
* remove ConvertAPI dependency and simplify file processing ([ff55006](https://github.com/memori-ai/memori-react/commit/ff5500668a631ae3bdb4b14893d6faf9022f0be5))
|
|
1088
|
+
|
|
1089
|
+
|
|
1090
|
+
### Changes
|
|
1091
|
+
|
|
1092
|
+
* enhance Slider and PositionControls UI styling and responsiveness ([adc3ff7](https://github.com/memori-ai/memori-react/commit/adc3ff7a43098bd4e4efe1d4af7727dba048fb7c))
|
|
1093
|
+
* enhance speech recognition and audio handling logic ([c616547](https://github.com/memori-ai/memori-react/commit/c616547c709e70d461fddb180bcbd08ae1446b6d))
|
|
1094
|
+
* fine-tune avatar lighting parameters for improved visual quality ([7642549](https://github.com/memori-ai/memori-react/commit/7642549ef44275b209b20a62f3ee6492a8452db2))
|
|
1095
|
+
* fine-tune viseme timing parameters for smoother lip movements ([1797582](https://github.com/memori-ai/memori-react/commit/17975824f7627e7c64b0b94f977dc3411c537980))
|
|
1096
|
+
* improve ChatTextArea CSS for better responsiveness and styling ([ec70a5e](https://github.com/memori-ai/memori-react/commit/ec70a5e09a2a2a214ec4c53a5f8517675e700e01))
|
|
1097
|
+
* improve speech recognition error handling and processing logic ([a33f7d8](https://github.com/memori-ai/memori-react/commit/a33f7d843d91fcef23edefb8265dcde81ee0ea5d))
|
|
1098
|
+
* initial muteSpeaker value with autoStart + birth date fallbacks ([4a8e3a6](https://github.com/memori-ai/memori-react/commit/4a8e3a624e6d11a7ce8c7a51a20c7a4d3fe88108))
|
|
1099
|
+
* optimize speech recognition and audio handling ([653d503](https://github.com/memori-ai/memori-react/commit/653d503b28ece5bbfac8bda6f0167d2eeb5cdc73))
|
|
1100
|
+
* show typing while sending initial question with previous session ([6186353](https://github.com/memori-ai/memori-react/commit/618635369271f0fb7be46024bde064367c0a71bf))
|
|
1101
|
+
|
|
1102
|
+
## [7.16.2](https://github.com/memori-ai/memori-react/compare/v7.16.1...v7.16.2) (2025-02-10)
|
|
1103
|
+
|
|
1104
|
+
|
|
1105
|
+
### Bug Fixes
|
|
1106
|
+
|
|
1107
|
+
* improve speech key fetching and audio enabling logic ([f6ea5e2](https://github.com/memori-ai/memori-react/commit/f6ea5e2f23e0316b70702661670a487572cda07c))
|
|
1108
|
+
|
|
1109
|
+
|
|
1110
|
+
### Changes
|
|
1111
|
+
|
|
1112
|
+
* send initial question with previous session with empty history ([1a6ff68](https://github.com/memori-ai/memori-react/commit/1a6ff6838c19a2099da4bfe224150718d794fd6f))
|
|
1113
|
+
|
|
1114
|
+
|
|
1115
|
+
### Maintenance
|
|
1116
|
+
|
|
1117
|
+
* remove AZURE_COGNITIVE_SERVICES_TTS_KEY as prop ([06ee821](https://github.com/memori-ai/memori-react/commit/06ee821d309532941121c949badeb6f9d3a6d297))
|
|
1118
|
+
* update api client ([a97c44e](https://github.com/memori-ai/memori-react/commit/a97c44e4ac052135b2e515aa36c76424bdf729b5))
|
|
1119
|
+
|
|
1120
|
+
## [7.16.1](https://github.com/memori-ai/memori-react/compare/v7.16.0...v7.16.1) (2025-01-31)
|
|
1121
|
+
|
|
1122
|
+
|
|
1123
|
+
### Bug Fixes
|
|
1124
|
+
|
|
1125
|
+
* opening session current tag check + history ([adc90f9](https://github.com/memori-ai/memori-react/commit/adc90f9a0c1e7414ec24a55a19d6504a0aec65a8))
|
|
1126
|
+
|
|
1127
|
+
## [7.16.0](https://github.com/memori-ai/memori-react/compare/v7.15.2...v7.16.0) (2025-01-31)
|
|
1128
|
+
|
|
1129
|
+
|
|
1130
|
+
### Features
|
|
1131
|
+
|
|
1132
|
+
* add Alert component with multiple variants and customization options ([8ddc456](https://github.com/memori-ai/memori-react/commit/8ddc4565318b09729c0c30d7e54750bc639f56d1))
|
|
1133
|
+
* add dynamic shadow rendering for avatar with emotion-based shadow properties ([78030e2](https://github.com/memori-ai/memori-react/commit/78030e2729b00c5bb09fb666e5cd746e8a2ed065))
|
|
1134
|
+
* add maxLength attribute to textarea inputs in Chat and ChatTextArea components ([46c1d6e](https://github.com/memori-ai/memori-react/commit/46c1d6e60514f50178e9bf11ebda15061e5abfd3))
|
|
1135
|
+
* improve file upload with robust error handling and validation ([1851d5e](https://github.com/memori-ai/memori-react/commit/1851d5ec8d96031c3c4401e1e6eb0066772d8983))
|
|
1136
|
+
|
|
1137
|
+
## [7.15.2](https://github.com/memori-ai/memori-react/compare/v7.15.1...v7.15.2) (2025-01-29)
|
|
1138
|
+
|
|
1139
|
+
|
|
1140
|
+
### Bug Fixes
|
|
1141
|
+
|
|
1142
|
+
* better parsing initial context and question ([52a0bef](https://github.com/memori-ai/memori-react/commit/52a0bef4fc65ce17910f9f4b590359229f366a7b))
|
|
1143
|
+
|
|
1144
|
+
## [7.15.1](https://github.com/memori-ai/memori-react/compare/v7.15.0...v7.15.1) (2025-01-29)
|
|
1145
|
+
|
|
1146
|
+
|
|
1147
|
+
### Bug Fixes
|
|
1148
|
+
|
|
1149
|
+
* better parsing initial context and question ([9972821](https://github.com/memori-ai/memori-react/commit/9972821fb1d64243cdb1094028ebfc0087e60b94))
|
|
1150
|
+
|
|
1151
|
+
## [7.15.0](https://github.com/memori-ai/memori-react/compare/v7.14.2...v7.15.0) (2025-01-29)
|
|
1152
|
+
|
|
1153
|
+
|
|
1154
|
+
### Features
|
|
1155
|
+
|
|
1156
|
+
* enhance avatar animations and add new story example ([a02564d](https://github.com/memori-ai/memori-react/commit/a02564df11cc1c2b71d6475ac772c1185007041d))
|
|
1157
|
+
|
|
1158
|
+
|
|
1159
|
+
### Bug Fixes
|
|
1160
|
+
|
|
1161
|
+
* improve avatar mesh detection for different avatar types ([442a6c5](https://github.com/memori-ai/memori-react/commit/442a6c52304d25f980c3c90e404e9a16856a605d))
|
|
1162
|
+
|
|
1163
|
+
## [7.14.2](https://github.com/memori-ai/memori-react/compare/v7.14.1...v7.14.2) (2025-01-22)
|
|
1164
|
+
|
|
1165
|
+
|
|
1166
|
+
### Features
|
|
1167
|
+
|
|
1168
|
+
* **style:** updated opacity for website assistant layout ([ee89183](https://github.com/memori-ai/memori-react/commit/ee891834d7e4f4646c7c8e8f7773d66026f10303))
|
|
1169
|
+
|
|
1170
|
+
|
|
1171
|
+
### Bug Fixes
|
|
1172
|
+
|
|
1173
|
+
* double translation of last message when reopening session ([4f356bc](https://github.com/memori-ai/memori-react/commit/4f356bc7ef17daacd31de250a2898d403076c682))
|
|
1174
|
+
|
|
1175
|
+
## [7.14.1](https://github.com/memori-ai/memori-react/compare/v7.14.0...v7.14.1) (2025-01-20)
|
|
1176
|
+
|
|
1177
|
+
|
|
1178
|
+
### Bug Fixes
|
|
1179
|
+
|
|
1180
|
+
* update Avatar component props in TotemLayout to include chatProps ([04c9737](https://github.com/memori-ai/memori-react/commit/04c97374bbb3af9b7c824f153d040242f1db6ddc))
|
|
1181
|
+
|
|
1182
|
+
## [7.14.0](https://github.com/memori-ai/memori-react/compare/v7.13.4...v7.14.0) (2025-01-16)
|
|
1183
|
+
|
|
1184
|
+
|
|
1185
|
+
### Features
|
|
1186
|
+
|
|
1187
|
+
* add AnimationSequenceTest story ([2be61d9](https://github.com/memori-ai/memori-react/commit/2be61d97fbdac1436bc11503a1201a1b1c35a7bd))
|
|
1188
|
+
* added sequence animation handling system ([e2d6518](https://github.com/memori-ai/memori-react/commit/e2d65186a3a4d52d30b7d4cf9c47085adba4a56e))
|
|
1189
|
+
|
|
1190
|
+
|
|
1191
|
+
### Changes
|
|
1192
|
+
|
|
1193
|
+
* moved AnimationController to controllers directory ([bef5e76](https://github.com/memori-ai/memori-react/commit/bef5e76aa8e503802ccf19b72d1277a145c0255a))
|
|
1194
|
+
* rename AnimationSequenceTest to MoodChefAssistant and simplify args ([438dc8c](https://github.com/memori-ai/memori-react/commit/438dc8c5ba52a827068323bc4c338434cdd12dfe))
|
|
1195
|
+
* replaced AvatarPositionController and MorphTargetController directory position ([12fd311](https://github.com/memori-ai/memori-react/commit/12fd311444c09f55a60f948db09829c1a06139b5))
|
|
1196
|
+
|
|
1197
|
+
## [7.13.4](https://github.com/memori-ai/memori-react/compare/v7.13.3...v7.13.4) (2025-01-15)
|
|
1198
|
+
|
|
1199
|
+
|
|
1200
|
+
### Maintenance
|
|
1201
|
+
|
|
1202
|
+
* refactor showOnlyLastMessages and default props, prevents issues ([3e72aff](https://github.com/memori-ai/memori-react/commit/3e72aff6c701f2e4475562254b1e1dff9f524bbd))
|
|
1203
|
+
|
|
1204
|
+
## [7.13.3](https://github.com/memori-ai/memori-react/compare/v7.13.2...v7.13.3) (2025-01-15)
|
|
1205
|
+
|
|
1206
|
+
|
|
1207
|
+
### Bug Fixes
|
|
1208
|
+
|
|
1209
|
+
* optional chaining ([0a8b20c](https://github.com/memori-ai/memori-react/commit/0a8b20cce61afd2fe60e73b705a139d749ea451b))
|
|
1210
|
+
* showUpload fallback values ([ffc3c4e](https://github.com/memori-ai/memori-react/commit/ffc3c4eb46b16e67432e295809045bfb40286e91))
|
|
1211
|
+
|
|
1212
|
+
|
|
1213
|
+
### Maintenance
|
|
1214
|
+
|
|
1215
|
+
* update api client ([6bd877e](https://github.com/memori-ai/memori-react/commit/6bd877eacb69acbd38b375f7ee7ceaa33b2abd83))
|
|
1216
|
+
|
|
1217
|
+
## [7.13.2](https://github.com/memori-ai/memori-react/compare/v7.13.1...v7.13.2) (2025-01-07)
|
|
1218
|
+
|
|
1219
|
+
|
|
1220
|
+
### Maintenance
|
|
1221
|
+
|
|
1222
|
+
* unused chat props as optional ([6e90a9f](https://github.com/memori-ai/memori-react/commit/6e90a9fc9ea87725392532d9eebf4ed6118abf9a))
|
|
1223
|
+
|
|
1224
|
+
|
|
1225
|
+
### Changes
|
|
1226
|
+
|
|
1227
|
+
* clean up audio handling ([bb08519](https://github.com/memori-ai/memori-react/commit/bb085199781331abb3b3a2c2aa9864b3cf0c8fe5))
|
|
1228
|
+
|
|
1229
|
+
## [7.13.1](https://github.com/memori-ai/memori-react/compare/v7.13.0...v7.13.1) (2025-01-03)
|
|
1230
|
+
|
|
1231
|
+
|
|
1232
|
+
### Bug Fixes
|
|
1233
|
+
|
|
1234
|
+
* move css import in tsx to main css file ([29714ac](https://github.com/memori-ai/memori-react/commit/29714ac793a6b310bb269c61c6f38d80745dad18))
|
|
1235
|
+
|
|
1236
|
+
|
|
1237
|
+
### Maintenance
|
|
1238
|
+
|
|
1239
|
+
* remove giver/instruct flows ([8dbef44](https://github.com/memori-ai/memori-react/commit/8dbef4462fad41fafa1c0425c8a4e3e4be39f558))
|
|
1240
|
+
|
|
1241
|
+
## [7.13.0](https://github.com/memori-ai/memori-react/compare/v7.12.2...v7.13.0) (2025-01-03)
|
|
1242
|
+
|
|
1243
|
+
|
|
1244
|
+
### Features
|
|
1245
|
+
|
|
1246
|
+
* auto start prop, starts chat on load ([773feae](https://github.com/memori-ai/memori-react/commit/773feaeb5715c40ba61c27aba4dab3d44536cc94))
|
|
1247
|
+
* **internal:** allow integration object as prop ([63b3f0f](https://github.com/memori-ai/memori-react/commit/63b3f0f3c005741ff062b101212d53a57a342df7))
|
|
1248
|
+
|
|
1249
|
+
|
|
1250
|
+
### Bug Fixes
|
|
1251
|
+
|
|
1252
|
+
* scrollIntoView optional chaining ([7c0a290](https://github.com/memori-ai/memori-react/commit/7c0a290d6205808da413ba03f0380cc747ec3ffe))
|
|
1253
|
+
|
|
1254
|
+
|
|
1255
|
+
### Changes
|
|
1256
|
+
|
|
1257
|
+
* new prop to apply css properties to :root ([055a189](https://github.com/memori-ai/memori-react/commit/055a189e8091e422477a0a16d21a95dfed074fd5))
|
|
1258
|
+
|
|
1259
|
+
## [7.12.2](https://github.com/memori-ai/memori-react/compare/v7.12.1...v7.12.2) (2024-12-24)
|
|
1260
|
+
|
|
1261
|
+
|
|
1262
|
+
### Changes
|
|
1263
|
+
|
|
1264
|
+
* new scroll logic by last user msg ([bc469d3](https://github.com/memori-ai/memori-react/commit/bc469d30b3f00065e5d75d465c4984a8727bab7a))
|
|
1265
|
+
|
|
1266
|
+
|
|
1267
|
+
### Maintenance
|
|
1268
|
+
|
|
1269
|
+
* rename memori/twin in agents ([179868d](https://github.com/memori-ai/memori-react/commit/179868d8a9171370edb5fe56b63be0efd2f7d152))
|
|
1270
|
+
|
|
1271
|
+
## [7.12.1](https://github.com/memori-ai/memori-react/compare/v7.12.0...v7.12.1) (2024-12-24)
|
|
1272
|
+
|
|
1273
|
+
|
|
1274
|
+
### Bug Fixes
|
|
1275
|
+
|
|
1276
|
+
* improve condition for media handling in ChatBubble component ([89506e7](https://github.com/memori-ai/memori-react/commit/89506e738fee548537bc82cdb20472fc53162239))
|
|
1277
|
+
* showUpload from integration bool checking and fallbacks ([c87f5d8](https://github.com/memori-ai/memori-react/commit/c87f5d84863048d4ef067fec38573996351ee515))
|
|
1278
|
+
|
|
1279
|
+
## [7.12.0](https://github.com/memori-ai/memori-react/compare/v7.11.4...v7.12.0) (2024-12-20)
|
|
1280
|
+
|
|
1281
|
+
|
|
1282
|
+
### Features
|
|
1283
|
+
|
|
1284
|
+
* add new story for GiovannaProvaWithPreviousSession with session details ([cade750](https://github.com/memori-ai/memori-react/commit/cade750b199aa94d050d277b17e380fd470a064a))
|
|
1285
|
+
* add new story variants for Giovanna and enhance MorphTargetController with detailed comments ([ee944c8](https://github.com/memori-ai/memori-react/commit/ee944c8d272c7d4877b23132ab99962950318303))
|
|
1286
|
+
* added comments to separeted handling for GLB and RPM ([893ad9f](https://github.com/memori-ai/memori-react/commit/893ad9f938fa6e323325b1803f4be636910f5aaf))
|
|
1287
|
+
* added sperated blend shape emotions handling for RPM and custom GLB ([511e716](https://github.com/memori-ai/memori-react/commit/511e716788aa76670568649dcce7c533e214a966))
|
|
1288
|
+
* **ChatBubble:** integrate file upload and preview features ([7651640](https://github.com/memori-ai/memori-react/commit/7651640e984afb4775cf73762a21825cb7715bb6))
|
|
1289
|
+
* **Chat:** enhance chat inputs with file upload functionality and media handling ([2bdd9bb](https://github.com/memori-ai/memori-react/commit/2bdd9bb1a1a729edf9dc9c5b40f14fb48b40ebaa))
|
|
1290
|
+
* consolidate avatar animation constants into a single file with the emotions mapping constants ([98d6085](https://github.com/memori-ai/memori-react/commit/98d60859bb349aadff34fca079378bb72c9c02bc))
|
|
1291
|
+
* enhance organization of avatar animation configuration ([312f3a2](https://github.com/memori-ai/memori-react/commit/312f3a21f0edc1b4d7e6eae557666aa336ff2e08))
|
|
1292
|
+
* **FilePreview:** add FilePreview component with styles, stories, and tests ([0bb6262](https://github.com/memori-ai/memori-react/commit/0bb6262b99828695d5acbdeadb0851e66ddbd042))
|
|
1293
|
+
* updated snapshots ([9a04d6d](https://github.com/memori-ai/memori-react/commit/9a04d6dd210e839534615b236701de3f80e6b5c6))
|
|
1294
|
+
* **UploadButton:** add file upload component with styling and stories ([bd9d526](https://github.com/memori-ai/memori-react/commit/bd9d526473c9531bb5f3cbc159cef04aeeef6573))
|
|
1295
|
+
|
|
1296
|
+
|
|
1297
|
+
### Bug Fixes
|
|
1298
|
+
|
|
1299
|
+
* **AgeVerificationModal:** update z-index for improved modal visibility ([39043c7](https://github.com/memori-ai/memori-react/commit/39043c779b30551bc66b79c8901b2228ad3a1956))
|
|
1300
|
+
* boe avatar url ([7e32f25](https://github.com/memori-ai/memori-react/commit/7e32f254a2892396f9f881677e9a5dfe7611888a))
|
|
1301
|
+
* for CompletionProviderStatus improved react renders and api calls ([911ee87](https://github.com/memori-ai/memori-react/commit/911ee8764eba8286549fd2131dc11804a3b3d61d))
|
|
1302
|
+
|
|
1303
|
+
|
|
1304
|
+
### Changes
|
|
1305
|
+
|
|
1306
|
+
* remove ConvertAPI token and fetch token dynamically in UploadButton component ([568da4f](https://github.com/memori-ai/memori-react/commit/568da4fcfbd58f1e1fb8ddcf567f1de3275efefc))
|
|
1307
|
+
* replaced old blenshapes name with updated ones ([3fffd62](https://github.com/memori-ai/memori-react/commit/3fffd62fe184057ad29031a75662681ad8946831))
|
|
1308
|
+
* update comments for RPM and GLB emotion handling in AvatarComponent ([533bd93](https://github.com/memori-ai/memori-react/commit/533bd937ac4aaf25f912c28713d0ed6a7f8ea221))
|
|
1309
|
+
* update import paths for avatar components ([1ee58c9](https://github.com/memori-ai/memori-react/commit/1ee58c944ebdd6dcc33d7a630327862ff6d7152e))
|
|
1310
|
+
* **UploadButton:** remove convertapiToken prop and streamline token fetching logic ([1bbc761](https://github.com/memori-ai/memori-react/commit/1bbc76134dbe52449b8c49f8cfb51040e711c64f))
|
|
1311
|
+
|
|
1312
|
+
|
|
1313
|
+
### Maintenance
|
|
1314
|
+
|
|
1315
|
+
* cleanup + add global prop for showUpload ([fa29eb6](https://github.com/memori-ai/memori-react/commit/fa29eb690bbc027213207c39aac8a27065327867))
|
|
1316
|
+
* downgrade convertapi-js version and update dependencies in package.json and yarn.lock ([ce33a34](https://github.com/memori-ai/memori-react/commit/ce33a343ae4ab18c4ee6543b57703f2ce0167647))
|
|
1317
|
+
* update configuration and add convertapi-js mock ([d961e72](https://github.com/memori-ai/memori-react/commit/d961e725b04cedf2580d063d4f55e79e65e6e6e9))
|
|
1318
|
+
* update dependencies and package versions in package.json and yarn.lock ([fcc0220](https://github.com/memori-ai/memori-react/commit/fcc0220e200ba6eb4bca44d97e069fe3f542e3c1))
|
|
1319
|
+
|
|
1320
|
+
## [7.11.4](https://github.com/memori-ai/memori-react/compare/v7.11.3...v7.11.4) (2024-12-10)
|
|
1321
|
+
|
|
1322
|
+
|
|
1323
|
+
### Bug Fixes
|
|
1324
|
+
|
|
1325
|
+
* links color in user chat bubbles ([813e557](https://github.com/memori-ai/memori-react/commit/813e5574bb32467f52f397a9ff3da1bfeb5b6b4c))
|
|
1326
|
+
|
|
1327
|
+
## [7.11.3](https://github.com/memori-ai/memori-react/compare/v7.11.2...v7.11.3) (2024-12-06)
|
|
1328
|
+
|
|
1329
|
+
|
|
1330
|
+
### Bug Fixes
|
|
1331
|
+
|
|
1332
|
+
* errors opening session ([ba33f73](https://github.com/memori-ai/memori-react/commit/ba33f73c5733f9417fd5b6e17b4e2d5ab950d701))
|
|
1333
|
+
|
|
1334
|
+
## [7.11.2](https://github.com/memori-ai/memori-react/compare/v7.11.1...v7.11.2) (2024-12-06)
|
|
1335
|
+
|
|
1336
|
+
|
|
1337
|
+
### Changes
|
|
1338
|
+
|
|
1339
|
+
* install mathjax only if useMathFormatting is enabled ([8648ed0](https://github.com/memori-ai/memori-react/commit/8648ed00627801b8904bc77bd41fc15448756bf1))
|
|
1340
|
+
|
|
1341
|
+
## [7.11.1](https://github.com/memori-ai/memori-react/compare/v7.11.0...v7.11.1) (2024-12-06)
|
|
1342
|
+
|
|
1343
|
+
|
|
1344
|
+
### Bug Fixes
|
|
1345
|
+
|
|
1346
|
+
* markdown formatting lists and newlines ([ff42a33](https://github.com/memori-ai/memori-react/commit/ff42a33df9b45c32e503859c49147bc2b9c8ea39))
|
|
1347
|
+
* resume session will create new session if expired ([a85ea67](https://github.com/memori-ai/memori-react/commit/a85ea6794a729c7a9fd01bf1c966e01abf877cd2))
|
|
1348
|
+
|
|
1349
|
+
## [7.11.0](https://github.com/memori-ai/memori-react/compare/v7.10.0...v7.11.0) (2024-12-05)
|
|
1350
|
+
|
|
1351
|
+
|
|
1352
|
+
### Features
|
|
1353
|
+
|
|
1354
|
+
* math markdown parsing by flag (config or props) ([31c272f](https://github.com/memori-ai/memori-react/commit/31c272fc47825a2292e3a620df55c9a3c615c855))
|
|
1355
|
+
* resume previous session with sessionID set ([8524d85](https://github.com/memori-ai/memori-react/commit/8524d85f41f5a4cc17f9c876d220f0e36c02dab0))
|
|
1356
|
+
|
|
1357
|
+
|
|
1358
|
+
### Bug Fixes
|
|
1359
|
+
|
|
1360
|
+
* **AgeVerificationModal:** update z-index for improved modal visibility ([ddbe6e3](https://github.com/memori-ai/memori-react/commit/ddbe6e39812b0070df06c8d05d19fde3da900232))
|
|
1361
|
+
* improved error handling for fetchSession and reopenSession functions ([b9b092a](https://github.com/memori-ai/memori-react/commit/b9b092aef1d427afd7d845ae0dc0d65c0ed95326))
|
|
1362
|
+
* linting ChatBubble ([cf5fb09](https://github.com/memori-ai/memori-react/commit/cf5fb09200499880fb4fb8ec23468529e2b0d0c2))
|
|
1363
|
+
* recover birthdate from localstorage or login ([fc7c54d](https://github.com/memori-ai/memori-react/commit/fc7c54d887c1184f31fcb258bd7a29cf00168324))
|
|
1364
|
+
* **test:** reverted linting modifies on ChatBubble ([3e26519](https://github.com/memori-ai/memori-react/commit/3e26519d531934211f0201f1bec9530aae393a10))
|
|
1365
|
+
|
|
1366
|
+
|
|
1367
|
+
### Changes
|
|
1368
|
+
|
|
1369
|
+
* chat layout width ([2aa5d23](https://github.com/memori-ai/memori-react/commit/2aa5d23d79896a9651973f7db940b55e4dc0a782))
|
|
1370
|
+
|
|
1371
|
+
|
|
1372
|
+
### Maintenance
|
|
1373
|
+
|
|
1374
|
+
* fix typo in stories ([1b71ac9](https://github.com/memori-ai/memori-react/commit/1b71ac9666c9160b650b6f37801184af75de1aec))
|
|
1375
|
+
|
|
1376
|
+
## [7.10.0](https://github.com/memori-ai/memori-react/compare/v7.9.1...v7.10.0) (2024-11-26)
|
|
1377
|
+
|
|
1378
|
+
|
|
1379
|
+
### Features
|
|
1380
|
+
|
|
1381
|
+
* markdown parsing for user messages too ([34f991d](https://github.com/memori-ai/memori-react/commit/34f991dceec9a04e501faab2f0947678a9d40ce3))
|
|
1382
|
+
|
|
1383
|
+
|
|
1384
|
+
### Bug Fixes
|
|
1385
|
+
|
|
1386
|
+
* avoid issues with square brackets in text with markdown and math parsing ([a87569f](https://github.com/memori-ai/memori-react/commit/a87569f4be1f71217243b6d74dbfd20c8df64a71))
|
|
1387
|
+
|
|
1388
|
+
|
|
1389
|
+
### Maintenance
|
|
1390
|
+
|
|
1391
|
+
* cleanup logs ([720ff84](https://github.com/memori-ai/memori-react/commit/720ff844cb6fce23b7990f02448dafe66e1de642))
|
|
1392
|
+
* format storybook preview ([c77455b](https://github.com/memori-ai/memori-react/commit/c77455b39d78e7d835ee9d7cc6198f286ff11068))
|
|
1393
|
+
* update deps ([bb3dbc6](https://github.com/memori-ai/memori-react/commit/bb3dbc63a41a5952b8daf6a30ca2a4d4241a937f))
|
|
1394
|
+
|
|
1395
|
+
|
|
1396
|
+
### Changes
|
|
1397
|
+
|
|
1398
|
+
* removed unused or dangerous mathjax selectors ([0faf89f](https://github.com/memori-ai/memori-react/commit/0faf89f8d0a058a852ecfa2363e89908ea7e6473))
|
|
1399
|
+
* update marked ([08bd938](https://github.com/memori-ai/memori-react/commit/08bd938d23bc214ddd0c8c12cc22f6099dcc7b23))
|
|
1400
|
+
|
|
1401
|
+
## [7.9.1](https://github.com/memori-ai/memori-react/compare/v7.9.0...v7.9.1) (2024-11-21)
|
|
1402
|
+
|
|
1403
|
+
|
|
1404
|
+
### Bug Fixes
|
|
1405
|
+
|
|
1406
|
+
* refactor api client vs url usage, fix engine url in client init ([ff4958e](https://github.com/memori-ai/memori-react/commit/ff4958ed3a7c75ec8e1a8fab5c2359ced075fcc6))
|
|
1407
|
+
|
|
1408
|
+
## [7.9.0](https://github.com/memori-ai/memori-react/compare/v7.8.8...v7.9.0) (2024-11-20)
|
|
1409
|
+
|
|
1410
|
+
|
|
1411
|
+
### Features
|
|
1412
|
+
|
|
1413
|
+
* added isactive flag for reusable button component ([ec80372](https://github.com/memori-ai/memori-react/commit/ec8037272912fce5f797c74d93b109594fc276ae))
|
|
1414
|
+
* added isAvatar3D flag for making the Avatar Controls visible ([779b9ad](https://github.com/memori-ai/memori-react/commit/779b9ad610f0af067fe8219ef83e8b2b45d68233))
|
|
1415
|
+
* added isTotem prop in Avatar Component for managing default avatar size for different layouts ([d704f9b](https://github.com/memori-ai/memori-react/commit/d704f9bcea7489a3eb00e719dc8d406e952d1d5b))
|
|
1416
|
+
* added new slider component ([d1bb0be](https://github.com/memori-ai/memori-react/commit/d1bb0be1757f47fbc7af483aee86ce7d2e48634b))
|
|
1417
|
+
* added position controller to handle height and camera depth of the 3d avatar ([c54ca4b](https://github.com/memori-ai/memori-react/commit/c54ca4b52149aee56a7d1b91d92874628318fbb9))
|
|
1418
|
+
* added position controls for height and depth ([be348fd](https://github.com/memori-ai/memori-react/commit/be348fd17d27f17330e6b0910a144b78f53c3c9a))
|
|
1419
|
+
* added script that make local web server working on emulator ([c62de47](https://github.com/memori-ai/memori-react/commit/c62de475703c0b303e2763991cfd3cf002e18582))
|
|
1420
|
+
* adjusted fixed positions for totem ([45edd05](https://github.com/memori-ai/memori-react/commit/45edd05aed3877af6c65dae9bb8d1c9db36e7467))
|
|
1421
|
+
* for slider component improved compatibility for mobile and animations ([e32d511](https://github.com/memori-ai/memori-react/commit/e32d511f356234f64e7d8e0f10ac6725572a9813))
|
|
1422
|
+
* for TOTEM layout get the position values from the local storage otherwise are fixed ([85624a3](https://github.com/memori-ai/memori-react/commit/85624a3498011f2092325573d8b49ec2e0ee9974))
|
|
1423
|
+
* half body and full body dynamic position update ([3b2f1a6](https://github.com/memori-ai/memori-react/commit/3b2f1a6deda00a8a67925d9a74ecf5ea62a9d570))
|
|
1424
|
+
* **lang:** updated lang ([388de3f](https://github.com/memori-ai/memori-react/commit/388de3feab6d7f239d52d7160c801dfd8edd55ec))
|
|
1425
|
+
* **lang:** updated translations ([b7cea50](https://github.com/memori-ai/memori-react/commit/b7cea5050b2b0b00cee989e7bc8aa2dc549c1ca1))
|
|
1426
|
+
* passed enablePositionControl to avatar component ([1177358](https://github.com/memori-ai/memori-react/commit/1177358b6bdc9b59d03aaabc9022fe0cc8349cdb))
|
|
1427
|
+
* settings drawer added enable controls checkbox ([792cae0](https://github.com/memori-ai/memori-react/commit/792cae0e876085c4c1521ccbfb6a2882ad83e8d3))
|
|
1428
|
+
* updated slider component, now the label can be a ReactNode ([f213711](https://github.com/memori-ai/memori-react/commit/f2137111475af423e5006c3e4049773c916d6de9))
|
|
1429
|
+
|
|
1430
|
+
|
|
1431
|
+
### Bug Fixes
|
|
1432
|
+
|
|
1433
|
+
* lint css ([2f40128](https://github.com/memori-ai/memori-react/commit/2f401282069cb0a450ca00c96e25ada999f7e401))
|
|
1434
|
+
* on mount disabled textarea focus only for TOTEM layout ([a8b0ab4](https://github.com/memori-ai/memori-react/commit/a8b0ab44b282e61c49eef39adbaa054222a18d08))
|
|
1435
|
+
* reintroduced head movement for half body avatar and removed unused speaking prop ([997f6f5](https://github.com/memori-ai/memori-react/commit/997f6f568a5c753386de7df72fcfaa66e1c0271b))
|
|
1436
|
+
* removed hands for half body avatar ([c0bd4a0](https://github.com/memori-ai/memori-react/commit/c0bd4a0221bfec3f81773eb7a66d315be202cddd))
|
|
1437
|
+
* removed important from reusable button css ([c8774d4](https://github.com/memori-ai/memori-react/commit/c8774d438aa3f31acb9b00987f8d1830e0a59fb9))
|
|
1438
|
+
* removed keyboard automatic focus on mobile after audio recording ([ae8d737](https://github.com/memori-ai/memori-react/commit/ae8d737de031a9b2434c4bb7ba951bf9f9ea1d13))
|
|
1439
|
+
* removed negative range values for depth slider and asjusted default layout values position for the avatar ([5c197d8](https://github.com/memori-ai/memori-react/commit/5c197d8c7d4c7e093df6e2625c002d9f3c8abada))
|
|
1440
|
+
* removed style that was cropping the half body avatar ([cab622c](https://github.com/memori-ai/memori-react/commit/cab622c81ce09f3a68103a09d22f7922590ec138))
|
|
1441
|
+
* removed unused prop and fixed reset textarea focus logic ([b5ff368](https://github.com/memori-ai/memori-react/commit/b5ff368922614791d26a358d5e6c92bfb471a1c1))
|
|
1442
|
+
* removed unused prop for PositionControls Component ([fff69d1](https://github.com/memori-ai/memori-react/commit/fff69d1dec3fcb38e85561e851637e1e0b7da4e8))
|
|
1443
|
+
* removed unused props for FullbodyAvatar component ([b28ff76](https://github.com/memori-ai/memori-react/commit/b28ff7646852f971517c8f37b0afc8423e0c6578))
|
|
1444
|
+
* removed wrong state update and logs ([7570aa4](https://github.com/memori-ai/memori-react/commit/7570aa4f3906a51e27f45c038fc26fd25dde5a3f))
|
|
1445
|
+
* replaced undefined type with null for avatarType prop ([d4cd4fb](https://github.com/memori-ai/memori-react/commit/d4cd4fbc90f65756a7bec03ab7d63093e684b8ad))
|
|
1446
|
+
* update slider state and fixed depth buttons ([4192537](https://github.com/memori-ai/memori-react/commit/41925376863a26205735c86e2847175debd3ea87))
|
|
1447
|
+
* updated avatar test ([4bcd669](https://github.com/memori-ai/memori-react/commit/4bcd6693ef632a86719bd27c9b5f0a39c3e963fa))
|
|
1448
|
+
* updated flag isChatAlreadyStarted as soon as the avatar isLoading ([9b13b55](https://github.com/memori-ai/memori-react/commit/9b13b555a118ef7492011ebd3705b3f056b07e12))
|
|
1449
|
+
|
|
1450
|
+
|
|
1451
|
+
### Maintenance
|
|
1452
|
+
|
|
1453
|
+
* update api client ([87de67e](https://github.com/memori-ai/memori-react/commit/87de67e8720425cb5592e76cdbcd3cd19354b461))
|
|
1454
|
+
|
|
1455
|
+
|
|
1456
|
+
### Changes
|
|
1457
|
+
|
|
1458
|
+
* add timezoneOffset in session opening ([4e4a4cb](https://github.com/memori-ai/memori-react/commit/4e4a4cb69e622edf6954c4b1617e4618bfcf1cc9))
|
|
1459
|
+
* enhanced UI of Position Controls for totem layout ([99a2008](https://github.com/memori-ai/memori-react/commit/99a20082eac9b97603308b26ef0ed95490d97bbb))
|
|
1460
|
+
* replaced constants and morp target controller to the parent directory for better organization ([c1097ce](https://github.com/memori-ai/memori-react/commit/c1097ce00b90a6acae021a7cb3b32bdd577766d5))
|
|
1461
|
+
|
|
1462
|
+
## [7.8.8](https://github.com/memori-ai/memori-react/compare/v7.8.7...v7.8.8) (2024-11-14)
|
|
1463
|
+
|
|
1464
|
+
|
|
1465
|
+
### Bug Fixes
|
|
1466
|
+
|
|
1467
|
+
* replace regex lookbehind to support old safari versions ([4aea110](https://github.com/memori-ai/memori-react/commit/4aea1108450e36018a90cab5bdd86cf3a1737275))
|
|
1468
|
+
|
|
1469
|
+
## [7.8.7](https://github.com/memori-ai/memori-react/compare/v7.8.6...v7.8.7) (2024-11-11)
|
|
1470
|
+
|
|
1471
|
+
|
|
1472
|
+
### Changes
|
|
1473
|
+
|
|
1474
|
+
* prisma as external dep from cdn ([f93abb8](https://github.com/memori-ai/memori-react/commit/f93abb8f2ea6786373e7089908b046fd980f2bfc))
|
|
1475
|
+
|
|
1476
|
+
## [7.8.6](https://github.com/memori-ai/memori-react/compare/v7.8.5...v7.8.6) (2024-11-11)
|
|
1477
|
+
|
|
1478
|
+
|
|
1479
|
+
### Maintenance
|
|
1480
|
+
|
|
1481
|
+
* update female fullbody animation glb url ([afb11f7](https://github.com/memori-ai/memori-react/commit/afb11f71b3efce56e1439bbc523abaa335b4c624))
|
|
1482
|
+
|
|
1483
|
+
## [7.8.5](https://github.com/memori-ai/memori-react/compare/v7.8.4...v7.8.5) (2024-11-07)
|
|
1484
|
+
|
|
1485
|
+
|
|
1486
|
+
### Features
|
|
1487
|
+
|
|
1488
|
+
* added idle random after every animation except for Loading ([18264fa](https://github.com/memori-ai/memori-react/commit/18264fa892a77bb7154548566039a3fc297d544b))
|
|
1489
|
+
|
|
1490
|
+
|
|
1491
|
+
### Bug Fixes
|
|
1492
|
+
|
|
1493
|
+
* condition to avoid repeating the same idle animation twice ([6137575](https://github.com/memori-ai/memori-react/commit/61375754dbc176a6e3875b9d25d34cc2d822251b))
|
|
1494
|
+
|
|
1495
|
+
|
|
1496
|
+
### Changes
|
|
1497
|
+
|
|
1498
|
+
* fine tuned lip sync constant values ([2756914](https://github.com/memori-ai/memori-react/commit/2756914a023b6ccc90316698ccc2dbba8df7b4c1))
|
|
1499
|
+
* handle full body avatar animation and morph target in separated classes ([f8c20d1](https://github.com/memori-ai/memori-react/commit/f8c20d15ff67c6b7c6857f893c1ec14dd88660c9))
|
|
1500
|
+
* removed logs and set max idle count ([12d06b7](https://github.com/memori-ai/memori-react/commit/12d06b7f154387cfe405545f0db8ba3ade5fd966))
|
|
1501
|
+
|
|
1502
|
+
## [7.8.4](https://github.com/memori-ai/memori-react/compare/v7.8.3...v7.8.4) (2024-10-31)
|
|
1503
|
+
|
|
1504
|
+
|
|
1505
|
+
### Maintenance
|
|
1506
|
+
|
|
1507
|
+
* change speech services region ([d851f29](https://github.com/memori-ai/memori-react/commit/d851f29b2381335fc2978d69db45bbd54c18a06f))
|
|
1508
|
+
|
|
1509
|
+
## [7.8.3](https://github.com/memori-ai/memori-react/compare/v7.8.2...v7.8.3) (2024-10-28)
|
|
1510
|
+
|
|
1511
|
+
|
|
1512
|
+
### Bug Fixes
|
|
1513
|
+
|
|
1514
|
+
* restored working speak function ([4981353](https://github.com/memori-ai/memori-react/commit/498135332357520df43e65bd070827e81805f1d5))
|
|
1515
|
+
|
|
1516
|
+
|
|
1517
|
+
### Changes
|
|
1518
|
+
|
|
1519
|
+
* speak function and viseme handling ([237f20d](https://github.com/memori-ai/memori-react/commit/237f20de397427370a98356613c74bb276063530))
|
|
1520
|
+
|
|
1521
|
+
|
|
1522
|
+
### Maintenance
|
|
1523
|
+
|
|
1524
|
+
* refactor lip sync process, calculate time relative to when processing started ([0d33986](https://github.com/memori-ai/memori-react/commit/0d33986f4566e6de911e9fd724184785e2ac61f2))
|
|
1525
|
+
* the visemeContext begin visemes process when AudioContext starts ([11c78ab](https://github.com/memori-ai/memori-react/commit/11c78ab5d9017d45b163d973bca909e7a43cca09))
|
|
1526
|
+
|
|
1527
|
+
## [7.8.2](https://github.com/memori-ai/memori-react/compare/v7.8.1...v7.8.2) (2024-10-21)
|
|
1528
|
+
|
|
1529
|
+
|
|
1530
|
+
### Bug Fixes
|
|
1531
|
+
|
|
1532
|
+
* correctly reset emotion morph targets ([e0c3828](https://github.com/memori-ai/memori-react/commit/e0c38283e48a0dddeb70cf9019abb385780ef523))
|
|
1533
|
+
* removed unused prop into AvatarComponent ([57774d4](https://github.com/memori-ai/memori-react/commit/57774d4b5f6b1598914009691fcbf409e7d067f8))
|
|
1534
|
+
|
|
1535
|
+
## [7.8.1](https://github.com/memori-ai/memori-react/compare/v7.8.0...v7.8.1) (2024-10-21)
|
|
1536
|
+
|
|
1537
|
+
|
|
1538
|
+
### Features
|
|
1539
|
+
|
|
1540
|
+
* added new female animations ([8f26840](https://github.com/memori-ai/memori-react/commit/8f26840c4c4d395171941d0e7345e5aabc3ab724))
|
|
1541
|
+
|
|
1542
|
+
## [7.8.0](https://github.com/memori-ai/memori-react/compare/v7.8.0-rc.1...v7.8.0) (2024-10-18)
|
|
1543
|
+
|
|
1544
|
+
## [7.8.0-rc.1](https://github.com/memori-ai/memori-react/compare/v7.8.0-rc.0...v7.8.0-rc.1) (2024-10-18)
|
|
1545
|
+
|
|
1546
|
+
|
|
1547
|
+
### Features
|
|
1548
|
+
|
|
1549
|
+
* fine tuned lip sync params ([25f6d53](https://github.com/memori-ai/memori-react/commit/25f6d5328855564f8ae186e31d1f070d472dd0dc))
|
|
1550
|
+
* improved fullbody avatar state management ([ddac623](https://github.com/memori-ai/memori-react/commit/ddac623afcd4ca58cd887b35d950cf23d3caf8f2))
|
|
1551
|
+
* removed scroll beahviour for ZOOMED FULL BODY ([2c9e1ae](https://github.com/memori-ai/memori-react/commit/2c9e1ae9eb468d68fe9b0892f00b03c8fbb41ed4))
|
|
1552
|
+
|
|
1553
|
+
|
|
1554
|
+
### Bug Fixes
|
|
1555
|
+
|
|
1556
|
+
* adjusted ZOOMED FULL BODY layout style ([cefab1e](https://github.com/memori-ai/memori-react/commit/cefab1e4759a4a01c50cd21c3c828ae6a1cbe3c1))
|
|
1557
|
+
* fixed starting twice audio ([d108ea8](https://github.com/memori-ai/memori-react/commit/d108ea89265564b81c6a181347621676780b36af))
|
|
1558
|
+
|
|
1559
|
+
## [7.8.0-rc.0](https://github.com/memori-ai/memori-react/compare/v7.7.1...v7.8.0-rc.0) (2024-10-17)
|
|
1560
|
+
|
|
1561
|
+
|
|
1562
|
+
### Features
|
|
1563
|
+
|
|
1564
|
+
* fine tuned lip sync ([f8557ee](https://github.com/memori-ai/memori-react/commit/f8557ee744016967cb70cd4458ab869838027fbd))
|
|
1565
|
+
* reintroduced old lip sync system ([3626b55](https://github.com/memori-ai/memori-react/commit/3626b55b8098fc2b832d9b7f74104c13bfc127fc))
|
|
1566
|
+
* reintroduced old lip sync system ([0678e46](https://github.com/memori-ai/memori-react/commit/0678e46f93ece534e7ecff6784dc5430ea67428b))
|
|
1567
|
+
|
|
1568
|
+
|
|
1569
|
+
### Bug Fixes
|
|
1570
|
+
|
|
1571
|
+
* adjusted half body avatar component woth lip sync and blink ([5c8f8cd](https://github.com/memori-ai/memori-react/commit/5c8f8cd201cbcd4ac00e53779d2d31b8e8e8f9da))
|
|
1572
|
+
* half body avatar ([c70ca97](https://github.com/memori-ai/memori-react/commit/c70ca979a0642e9a44847697eb6e3ec99489bb14))
|
|
1573
|
+
* zoomed full body styles ([47cfc0d](https://github.com/memori-ai/memori-react/commit/47cfc0de775cb7d6e61125eba1ec27db1e176507))
|
|
1574
|
+
|
|
1575
|
+
|
|
1576
|
+
### Maintenance
|
|
1577
|
+
|
|
1578
|
+
* adapt showFullHistory for hidden chat layout ([872b28d](https://github.com/memori-ai/memori-react/commit/872b28d4b5871590e6f12acb9468988be2cdcea0))
|
|
1579
|
+
* reduce VISEME_OVERLAP ([474e3ea](https://github.com/memori-ai/memori-react/commit/474e3ea852377970244d4e20f22d76a4df24d6e3))
|
|
1580
|
+
|
|
1581
|
+
## [7.7.1](https://github.com/memori-ai/memori-react/compare/v7.7.0...v7.7.1) (2024-10-15)
|
|
1582
|
+
|
|
1583
|
+
|
|
1584
|
+
### Features
|
|
1585
|
+
|
|
1586
|
+
* fine tuned lip sync ([5d71023](https://github.com/memori-ai/memori-react/commit/5d71023b78a1722872096a0577cb14cae8848eb8))
|
|
1587
|
+
|
|
1588
|
+
|
|
1589
|
+
### Bug Fixes
|
|
1590
|
+
|
|
1591
|
+
* fine tuned lip sync and base animations ([6905874](https://github.com/memori-ai/memori-react/commit/69058747e48944c7054802e829654895d4b7823a))
|
|
1592
|
+
|
|
1593
|
+
## [7.7.0](https://github.com/memori-ai/memori-react/compare/v7.6.1...v7.7.0) (2024-10-15)
|
|
1594
|
+
|
|
1595
|
+
|
|
1596
|
+
### Features
|
|
1597
|
+
|
|
1598
|
+
* improve lip sync ([#20](https://github.com/memori-ai/memori-react/issues/20)) ([e13f520](https://github.com/memori-ai/memori-react/commit/e13f520eb91bd8af1cc42578da29316f0b25033e))
|
|
1599
|
+
|
|
1600
|
+
|
|
1601
|
+
### Bug Fixes
|
|
1602
|
+
|
|
1603
|
+
* avatar 3d animations, fine tuned lip sync values and removed useless function to useEffect ([1a51c26](https://github.com/memori-ai/memori-react/commit/1a51c26a0220bc9a312c7c34072188e642742111))
|
|
1604
|
+
|
|
1605
|
+
|
|
1606
|
+
### Changes
|
|
1607
|
+
|
|
1608
|
+
* translate api as post ([04a963c](https://github.com/memori-ai/memori-react/commit/04a963c4bab72d613bbee4a0d7af01715ec1b0e0))
|
|
1609
|
+
|
|
1610
|
+
## [7.6.1](https://github.com/memori-ai/memori-react/compare/v7.6.0...v7.6.1) (2024-10-11)
|
|
1611
|
+
|
|
1612
|
+
|
|
1613
|
+
### Bug Fixes
|
|
1614
|
+
|
|
1615
|
+
* added 'memori-' to all of hidden chat classes ([adebe23](https://github.com/memori-ai/memori-react/commit/adebe23427d249be67b9ee138f32dcaa312af672))
|
|
1616
|
+
* added DateSelector inside the Jest ignore patterns ([92787c6](https://github.com/memori-ai/memori-react/commit/92787c6db38d88fb5f5ff56dca732e2bf29c7a40))
|
|
1617
|
+
|
|
1618
|
+
## [7.6.0](https://github.com/memori-ai/memori-react/compare/v7.5.1...v7.6.0) (2024-10-11)
|
|
1619
|
+
|
|
1620
|
+
|
|
1621
|
+
### Features
|
|
1622
|
+
|
|
1623
|
+
* added context for handling visemes and lips animation ([82d68e4](https://github.com/memori-ai/memori-react/commit/82d68e49c7354310b74dc34b8956e440cf7e7278))
|
|
1624
|
+
* added emotion to XML audio tag ([c188673](https://github.com/memori-ai/memori-react/commit/c188673485078a6f001bc09f99c46a9349e5c184))
|
|
1625
|
+
* added face mesh when animation is triggered and eye blink ([76c9374](https://github.com/memori-ai/memori-react/commit/76c937437ea7c111978823f57a6bcf24ff1eaa38))
|
|
1626
|
+
* added loading animations ([2c53776](https://github.com/memori-ai/memori-react/commit/2c53776529c303b2128ff28ac6adc15634d1ab54))
|
|
1627
|
+
* added mistral and anthropic to completion provider status ([70f05ec](https://github.com/memori-ai/memori-react/commit/70f05ec763579ba75ff30b6fe984ee40ba48dfc5))
|
|
1628
|
+
* added mouth movement using visemes based on the text provided ([af55d34](https://github.com/memori-ai/memori-react/commit/af55d342ab4150ea579c0d56ad7c8405674ecbf3))
|
|
1629
|
+
* added new animations for Male and Female avatar ([0d63458](https://github.com/memori-ai/memori-react/commit/0d634586d311380d91b7825ce1628ddc7844d5d9))
|
|
1630
|
+
* added new hidden chat layout ([a83800d](https://github.com/memori-ai/memori-react/commit/a83800d87a8bdf71817ced43eb1592ea9008d2c2))
|
|
1631
|
+
* added new zoomed avatar layout ([b031488](https://github.com/memori-ai/memori-react/commit/b03148818014ca193565131cfb313651c73c09b8))
|
|
1632
|
+
* made avatar mesh transitions smoother and added emotion animation based on chat tag ([82a1fae](https://github.com/memori-ai/memori-react/commit/82a1faea17280174875a6ad80d477b66c9816063))
|
|
1633
|
+
* removed unused hooks and linked context function for lips animation ([dea3740](https://github.com/memori-ai/memori-react/commit/dea374098259671f4117ec6b77747f989088d7e1))
|
|
1634
|
+
* **temp:** modified default prop show animations controls to true ([a3b2adc](https://github.com/memori-ai/memori-react/commit/a3b2adcb6cda2db5506e4724158bf9510f4049ad))
|
|
1635
|
+
* updated skinned mesh name for the latest glb released ([278ccb8](https://github.com/memori-ai/memori-react/commit/278ccb86ca13b70714e50ad44675f690c961a877))
|
|
1636
|
+
|
|
1637
|
+
|
|
1638
|
+
### Bug Fixes
|
|
1639
|
+
|
|
1640
|
+
* **a11y:** add aria label on hidden chat controls ([c858262](https://github.com/memori-ai/memori-react/commit/c858262eae34c969775cd3caedb5ced4c7aaa44d))
|
|
1641
|
+
* added padding to HIDDEN_CHAT layout ([5856be7](https://github.com/memori-ai/memori-react/commit/5856be7e9d3fb6db731d765364ff2a26777ea6b4))
|
|
1642
|
+
* auto translate ui if not multilingual ([754f6a8](https://github.com/memori-ai/memori-react/commit/754f6a8ba00f7229ee5543d87d743cbdb6e97e11))
|
|
1643
|
+
* fixed name of new layout ZOOMED_FULL_BODY ([353bf32](https://github.com/memori-ai/memori-react/commit/353bf32b7ecb69f782912da38978345eb39502bc))
|
|
1644
|
+
* hidden chat layout doesn't overlapse with the content ([055cbe5](https://github.com/memori-ai/memori-react/commit/055cbe55ddb19c5165d9effdcfb9c29bf8d6aa48))
|
|
1645
|
+
* import style ([543157d](https://github.com/memori-ai/memori-react/commit/543157da01d02981f931e25485e738f4d69c3176))
|
|
1646
|
+
* reinserted inside half body the blink and speak animation ([80e4889](https://github.com/memori-ai/memori-react/commit/80e488936e236ce8a7fea482cc0c10745ccec56c))
|
|
1647
|
+
* removed chat visibility on mobile ([3aa1fa8](https://github.com/memori-ai/memori-react/commit/3aa1fa8677fa0bdc68930abf8dd45b4beac71b69))
|
|
1648
|
+
* removed tag <output> from speech text and adjusted viseme smoothing value ([fe5b4dd](https://github.com/memori-ai/memori-react/commit/fe5b4ddc698517de1eff3b9447361fdf758c808e))
|
|
1649
|
+
* **style:** fixed hidden chat layout style ([b95eb60](https://github.com/memori-ai/memori-react/commit/b95eb60e2a099f5f252e32f79e0e463945c59e7d))
|
|
1650
|
+
|
|
1651
|
+
|
|
1652
|
+
### Maintenance
|
|
1653
|
+
|
|
1654
|
+
* get visemes data from azure and processed the visemes data when speak ([14c76a8](https://github.com/memori-ai/memori-react/commit/14c76a837d0cc045e48e53019d3100af921052a2))
|
|
1655
|
+
* update api client ([034eb38](https://github.com/memori-ai/memori-react/commit/034eb38181287d4a5af68f00d5c0074ed6959e70))
|
|
1656
|
+
|
|
1657
|
+
|
|
1658
|
+
### Changes
|
|
1659
|
+
|
|
1660
|
+
* strip html in msg parsing for TTS, fix plaintext to copy ([4d95f39](https://github.com/memori-ai/memori-react/commit/4d95f392e6f86bf7d512dc7ce1be0ce44b5402a1))
|
|
1661
|
+
|
|
1662
|
+
## [7.5.1](https://github.com/memori-ai/memori-react/compare/v7.5.0...v7.5.1) (2024-09-24)
|
|
1663
|
+
|
|
1664
|
+
|
|
1665
|
+
### Bug Fixes
|
|
1666
|
+
|
|
1667
|
+
* avatar view add suspense ([b3d21ca](https://github.com/memori-ai/memori-react/commit/b3d21ca5cba02d8120297930935a35c1c7873e4e))
|
|
1668
|
+
* output tag parsing for tts ([a641461](https://github.com/memori-ai/memori-react/commit/a6414612bbf744d9e4b0f5fce28bc45887132902))
|
|
1669
|
+
|
|
1670
|
+
## [7.5.0](https://github.com/memori-ai/memori-react/compare/v7.4.6...v7.5.0) (2024-09-23)
|
|
1671
|
+
|
|
1672
|
+
|
|
1673
|
+
### Features
|
|
1674
|
+
|
|
1675
|
+
* add new ui langs es, fr, de ([a15341c](https://github.com/memori-ai/memori-react/commit/a15341ceec7f8bc85a5b7c231b8e06ab6364cbcd))
|
|
1676
|
+
* added additive action weights change ([0fe809e](https://github.com/memori-ai/memori-react/commit/0fe809e20e58bae196936a9f9109910c4c6bbce5))
|
|
1677
|
+
* added showControls prop to Storybook ([fdb1f42](https://github.com/memori-ai/memori-react/commit/fdb1f4206b3ba8f949cdfe58d98568e53e0ca836))
|
|
1678
|
+
* added smooth animation transition ([c6abba8](https://github.com/memori-ai/memori-react/commit/c6abba85e5d396e218fb556a9f607eeab3df5b28))
|
|
1679
|
+
* added talking and loading animations triggered by corresponding props ([601f81d](https://github.com/memori-ai/memori-react/commit/601f81d520c7dda903be6ac74c4b7ef6544c48c4))
|
|
1680
|
+
* change ui lang updating spoken lang ([d30b921](https://github.com/memori-ai/memori-react/commit/d30b9210ef6300fe1fe6704a620e8605fec3c8a5))
|
|
1681
|
+
|
|
1682
|
+
|
|
1683
|
+
### Changes
|
|
1684
|
+
|
|
1685
|
+
* added new gui for animations control ([428cb6f](https://github.com/memori-ai/memori-react/commit/428cb6f898d42b3775be7f0c4da6681dd0d71a35))
|
|
1686
|
+
* refactored directories RPM 3D Avatar ([1a1b9fa](https://github.com/memori-ai/memori-react/commit/1a1b9faf1018e9ce2e8ab7c67227fdfb05236b0d))
|
|
1687
|
+
|
|
1688
|
+
|
|
1689
|
+
### Maintenance
|
|
1690
|
+
|
|
1691
|
+
* cleanup, fix avatar blob fallback ([74b522e](https://github.com/memori-ai/memori-react/commit/74b522e26f8de499ecf3e53050b8f33a782e9bbc))
|
|
1692
|
+
* update error codes ([b760518](https://github.com/memori-ai/memori-react/commit/b760518e64cfd472426cf3d718ec764d0b43739f))
|
|
1693
|
+
* update error codes ([7995e5d](https://github.com/memori-ai/memori-react/commit/7995e5d0b782bafa8f85bffb83dfc2ee104783f5))
|
|
1694
|
+
|
|
1695
|
+
## [7.4.6](https://github.com/memori-ai/memori-react/compare/v7.4.5...v7.4.6) (2024-09-19)
|
|
1696
|
+
|
|
1697
|
+
|
|
1698
|
+
### Bug Fixes
|
|
1699
|
+
|
|
1700
|
+
* icons jsx attr camelcase ([97362da](https://github.com/memori-ai/memori-react/commit/97362da774318ff3dcd21e2711e1410085416523))
|
|
1701
|
+
* katex parsing with special characters, refactor kiss, cover other edge cases with spaces ([89c15dd](https://github.com/memori-ai/memori-react/commit/89c15dd217f4023dae555385994b800022568c7a))
|
|
1702
|
+
* prevent mathjax to throw and explode ([cec112e](https://github.com/memori-ai/memori-react/commit/cec112e877c4b7a7845c9028706ddcdf45e9c802))
|
|
1703
|
+
|
|
1704
|
+
## [7.4.5](https://github.com/memori-ai/memori-react/compare/v7.4.4...v7.4.5) (2024-09-16)
|
|
1705
|
+
|
|
1706
|
+
|
|
1707
|
+
### Bug Fixes
|
|
1708
|
+
|
|
1709
|
+
* default audio value for mute speaker ([09022bc](https://github.com/memori-ai/memori-react/commit/09022bcf30fe331e8ddf31edfe8073a5077a9693))
|
|
1710
|
+
* knownfacts header icon disabled color ([34225bd](https://github.com/memori-ai/memori-react/commit/34225bd87381316fac2925ddd36070ec8325cb57))
|
|
1711
|
+
|
|
1712
|
+
## [7.4.4](https://github.com/memori-ai/memori-react/compare/v7.4.3...v7.4.4) (2024-09-11)
|
|
1713
|
+
|
|
1714
|
+
|
|
1715
|
+
### Bug Fixes
|
|
1716
|
+
|
|
1717
|
+
* readability and a11y about disabled buttons ([452559e](https://github.com/memori-ai/memori-react/commit/452559eb6447c88f267da636fb42e80e9d83d46b))
|
|
1718
|
+
|
|
1719
|
+
## [7.4.3](https://github.com/memori-ai/memori-react/compare/v7.4.2...v7.4.3) (2024-09-11)
|
|
1720
|
+
|
|
1721
|
+
|
|
1722
|
+
### Changes
|
|
1723
|
+
|
|
1724
|
+
* hide output tags in chat, strip them for TTS ([02e2e42](https://github.com/memori-ai/memori-react/commit/02e2e423226ec9643c83b371c78e3e468e044737))
|
|
1725
|
+
|
|
1726
|
+
## [7.4.2](https://github.com/memori-ai/memori-react/compare/v7.4.1...v7.4.2) (2024-09-10)
|
|
1727
|
+
|
|
1728
|
+
|
|
1729
|
+
### Maintenance
|
|
1730
|
+
|
|
1731
|
+
* update api client + remove gamification ([e159713](https://github.com/memori-ai/memori-react/commit/e15971388168e1d18360bbff23f000c77e57046c))
|
|
1732
|
+
|
|
1733
|
+
## [7.4.1](https://github.com/memori-ai/memori-react/compare/v7.4.0...v7.4.1) (2024-09-09)
|
|
1734
|
+
|
|
1735
|
+
|
|
1736
|
+
### Changes
|
|
1737
|
+
|
|
1738
|
+
* adapt changes from new completions config ([ce5343a](https://github.com/memori-ai/memori-react/commit/ce5343a0f186239a20fb66e0c84844f2202fd2f2))
|
|
1739
|
+
|
|
1740
|
+
## [7.4.0](https://github.com/memori-ai/memori-react/compare/v7.3.1...v7.4.0) (2024-08-29)
|
|
1741
|
+
|
|
1742
|
+
|
|
1743
|
+
### Features
|
|
1744
|
+
|
|
1745
|
+
* add enableAudio prop, read also from config ([240c03c](https://github.com/memori-ai/memori-react/commit/240c03c60796a2174cb1354d819ded273a0d1c2e))
|
|
1746
|
+
|
|
1747
|
+
|
|
1748
|
+
### Bug Fixes
|
|
1749
|
+
|
|
1750
|
+
* **ui:** made the disabled buttons visible ([e848145](https://github.com/memori-ai/memori-react/commit/e8481456f3fec7e7a8184c791d98d74c75a9cf8c))
|
|
1751
|
+
|
|
1752
|
+
|
|
1753
|
+
### Changes
|
|
1754
|
+
|
|
1755
|
+
* remove gamification ([64c3f7e](https://github.com/memori-ai/memori-react/commit/64c3f7eed4b56c7cc4eaa3a550b62497ce4efe2f))
|
|
1756
|
+
|
|
1757
|
+
## [7.3.1](https://github.com/memori-ai/memori-react/compare/v7.3.0...v7.3.1) (2024-08-20)
|
|
1758
|
+
|
|
1759
|
+
|
|
1760
|
+
### Bug Fixes
|
|
1761
|
+
|
|
1762
|
+
* fixed multi language prop bug ([de66171](https://github.com/memori-ai/memori-react/commit/de661712a9a68872b29dc293142ca365ec7462db))
|
|
1763
|
+
|
|
1764
|
+
## [7.3.0](https://github.com/memori-ai/memori-react/compare/v7.2.0...v7.3.0) (2024-08-02)
|
|
1765
|
+
|
|
1766
|
+
|
|
1767
|
+
### Features
|
|
1768
|
+
|
|
1769
|
+
* add showTranslationOriginal, keep emission as from engine and use translatedEmission in msg and state ([38a4302](https://github.com/memori-ai/memori-react/commit/38a4302392a2e960776769b68af074d7b696266d))
|
|
1770
|
+
|
|
1771
|
+
|
|
1772
|
+
### Bug Fixes
|
|
1773
|
+
|
|
1774
|
+
* prevent <output> tags from translations, use correct default endpoint to skip redirections ([8107c00](https://github.com/memori-ai/memori-react/commit/8107c00f23a85d7ae95505e69690c080ec70f169))
|
|
1775
|
+
|
|
1776
|
+
|
|
1777
|
+
### Changes
|
|
1778
|
+
|
|
1779
|
+
* make message and state handling resilient on translations failures ([919e126](https://github.com/memori-ai/memori-react/commit/919e1268d22a16fc1270c54db4a38db5e87cffbb))
|
|
1780
|
+
|
|
1781
|
+
## [7.2.0](https://github.com/memori-ai/memori-react/compare/v7.1.3...v7.2.0) (2024-07-31)
|
|
1782
|
+
|
|
1783
|
+
|
|
1784
|
+
### Features
|
|
1785
|
+
|
|
1786
|
+
* add copy buttons ([e80d12c](https://github.com/memori-ai/memori-react/commit/e80d12c2a373f786a3e65932b06dc34b9474ee38))
|
|
1787
|
+
|
|
1788
|
+
|
|
1789
|
+
### Changes
|
|
1790
|
+
|
|
1791
|
+
* change copy icon ([6d6fd26](https://github.com/memori-ai/memori-react/commit/6d6fd263a6150a4a6d0a5767aa31b140b0493a71))
|
|
1792
|
+
|
|
1793
|
+
## [7.1.3](https://github.com/memori-ai/memori-react/compare/v7.1.2...v7.1.3) (2024-07-30)
|
|
1794
|
+
|
|
1795
|
+
|
|
1796
|
+
### Maintenance
|
|
1797
|
+
|
|
1798
|
+
* turn console error in warn/debug for non essential/handled errors ([8693910](https://github.com/memori-ai/memori-react/commit/86939103c4b5aaae748ef4350af2d0c902602e1c))
|
|
1799
|
+
|
|
1800
|
+
## [7.1.2](https://github.com/memori-ai/memori-react/compare/v7.1.1...v7.1.2) (2024-07-24)
|
|
1801
|
+
|
|
1802
|
+
|
|
1803
|
+
### Bug Fixes
|
|
1804
|
+
|
|
1805
|
+
* dont include media wrapper if no media is shown ([b492706](https://github.com/memori-ai/memori-react/commit/b4927064a411c40a1a3a0785adfe0c70ba092840))
|
|
1806
|
+
|
|
1807
|
+
|
|
1808
|
+
### Maintenance
|
|
1809
|
+
|
|
1810
|
+
* enhancements for new lines parsing ([c30cde5](https://github.com/memori-ai/memori-react/commit/c30cde58a42db15b25406214d0ee4b73578ca607))
|
|
1811
|
+
|
|
1812
|
+
## [7.1.1](https://github.com/memori-ai/memori-react/compare/v7.1.0...v7.1.1) (2024-07-22)
|
|
1813
|
+
|
|
1814
|
+
|
|
1815
|
+
### Bug Fixes
|
|
1816
|
+
|
|
1817
|
+
* chat layout responsiveness width ([adfc95a](https://github.com/memori-ai/memori-react/commit/adfc95aa0549084a04446118647962bb488cb7c7))
|
|
1818
|
+
* remove microphone button mouse leave event, caused conflicts sending on hover ([625626f](https://github.com/memori-ai/memori-react/commit/625626fea505648517c838ea630090460916d016))
|
|
1819
|
+
|
|
1820
|
+
## [7.1.0](https://github.com/memori-ai/memori-react/compare/v7.0.8...v7.1.0) (2024-07-18)
|
|
1821
|
+
|
|
1822
|
+
|
|
1823
|
+
### Features
|
|
1824
|
+
|
|
1825
|
+
* new event MemoriNewDialogState emitted when receiving new state from engine ([9da9690](https://github.com/memori-ai/memori-react/commit/9da9690173d7cd140baac6a7f2aa611eb8b12ddb))
|
|
1826
|
+
|
|
1827
|
+
## [7.0.8](https://github.com/memori-ai/memori-react/compare/v7.0.7...v7.0.8) (2024-07-16)
|
|
1828
|
+
|
|
1829
|
+
|
|
1830
|
+
### Changes
|
|
1831
|
+
|
|
1832
|
+
* chat layout progressive max-width ([80c8ab8](https://github.com/memori-ai/memori-react/commit/80c8ab8fd237147311be81f68a467eae16fe4143))
|
|
1833
|
+
|
|
1834
|
+
## [7.0.7](https://github.com/memori-ai/memori-react/compare/v7.0.6...v7.0.7) (2024-07-12)
|
|
1835
|
+
|
|
1836
|
+
|
|
1837
|
+
### Bug Fixes
|
|
1838
|
+
|
|
1839
|
+
* typos ([6d62495](https://github.com/memori-ai/memori-react/commit/6d62495fe575942c10588ad0113d99d5836af6bd))
|
|
1840
|
+
|
|
1841
|
+
## [7.0.6](https://github.com/memori-ai/memori-react/compare/v7.0.5...v7.0.6) (2024-07-12)
|
|
1842
|
+
|
|
1843
|
+
|
|
1844
|
+
### Maintenance
|
|
1845
|
+
|
|
1846
|
+
* add new prop disableTextEnteredEvents to disable listeners ([b4ab8b7](https://github.com/memori-ai/memori-react/commit/b4ab8b7c88d9d79bc19a6bc64694f30bbea0c2e4))
|
|
1847
|
+
* add try catch on message sending, stopping loading on error ([079bd15](https://github.com/memori-ai/memori-react/commit/079bd1504354c40cadf18c6620d9f2db49d0e72a))
|
|
1848
|
+
|
|
1849
|
+
## [7.0.5](https://github.com/memori-ai/memori-react/compare/v7.0.4...v7.0.5) (2024-07-11)
|
|
1850
|
+
|
|
1851
|
+
|
|
1852
|
+
### Changes
|
|
1853
|
+
|
|
1854
|
+
* fix mathjax selector overlap on parenthesis, refactor mathjax config ([faf91e7](https://github.com/memori-ai/memori-react/commit/faf91e73d790a2c03c9493032b8570e12006605d))
|
|
1855
|
+
|
|
1856
|
+
## [7.0.4](https://github.com/memori-ai/memori-react/compare/v7.0.3...v7.0.4) (2024-07-09)
|
|
1857
|
+
|
|
1858
|
+
|
|
1859
|
+
### Bug Fixes
|
|
1860
|
+
|
|
1861
|
+
* textarea margins ([086b13e](https://github.com/memori-ai/memori-react/commit/086b13e29826033a6934d7dfb15c8318f6f7da4f))
|
|
1862
|
+
|
|
1863
|
+
|
|
1864
|
+
### Changes
|
|
1865
|
+
|
|
1866
|
+
* dont store preference and remove selector for send on enter, different defaults for desktop and mobile ([e6af1ba](https://github.com/memori-ai/memori-react/commit/e6af1baf680cd77dc61a29148c70173e0661e3b9))
|
|
1867
|
+
|
|
1868
|
+
## [7.0.3](https://github.com/memori-ai/memori-react/compare/v7.0.2...v7.0.3) (2024-07-05)
|
|
1869
|
+
|
|
1870
|
+
|
|
1871
|
+
### Maintenance
|
|
1872
|
+
|
|
1873
|
+
* change dompurify sanitize import ([4279ac0](https://github.com/memori-ai/memori-react/commit/4279ac028bba93948705a6243d041cd786c45028))
|
|
1874
|
+
|
|
1875
|
+
|
|
1876
|
+
### Changes
|
|
1877
|
+
|
|
1878
|
+
* fix media item rgb color sizes ([1be970c](https://github.com/memori-ai/memori-react/commit/1be970cd6d267c1cdc29558b050f815bb918be0a))
|
|
1879
|
+
* rgb media items without link ([656517b](https://github.com/memori-ai/memori-react/commit/656517bdb23b3461371281c2074e0c2b8de01b04))
|
|
1880
|
+
* table compact styles ([56556db](https://github.com/memori-ai/memori-react/commit/56556dbccbee2a626adbe9de55f3245ffa86b1c7))
|
|
1881
|
+
|
|
1882
|
+
## [7.0.2](https://github.com/memori-ai/memori-react/compare/v7.0.1...v7.0.2) (2024-07-04)
|
|
1883
|
+
|
|
1884
|
+
|
|
1885
|
+
### Changes
|
|
1886
|
+
|
|
1887
|
+
* better parse markdown avoiding nested markdown code ([41910a3](https://github.com/memori-ai/memori-react/commit/41910a33f2527a913522ff6953b3139f4a8dec1b))
|
|
1888
|
+
|
|
1889
|
+
## [7.0.1](https://github.com/memori-ai/memori-react/compare/v7.0.0...v7.0.1) (2024-07-03)
|
|
1890
|
+
|
|
1891
|
+
|
|
1892
|
+
### Bug Fixes
|
|
1893
|
+
|
|
1894
|
+
* chat link word break ([7ba2993](https://github.com/memori-ai/memori-react/commit/7ba2993e298e3ab0214c92054d35c00c956ced21))
|
|
1895
|
+
* markdown link parsing url ([94cab0f](https://github.com/memori-ai/memori-react/commit/94cab0f3951f9e8480e0e92f9873045dd9a259ab))
|
|
1896
|
+
|
|
1897
|
+
## [7.0.0](https://github.com/memori-ai/memori-react/compare/v6.8.2...v7.0.0) (2024-06-26)
|
|
1898
|
+
|
|
1899
|
+
|
|
1900
|
+
### ⚠ BREAKING CHANGES
|
|
1901
|
+
|
|
1902
|
+
* split engine and backend endpoints
|
|
1903
|
+
|
|
1904
|
+
### Changes
|
|
1905
|
+
|
|
1906
|
+
* split engine and backend endpoints ([6bcb56d](https://github.com/memori-ai/memori-react/commit/6bcb56df8b059c8bb3a9cfe3c4a14691f541aa1d))
|
|
1907
|
+
|
|
1908
|
+
|
|
1909
|
+
### Maintenance
|
|
1910
|
+
|
|
1911
|
+
* update proptypes ([0dbdfb2](https://github.com/memori-ai/memori-react/commit/0dbdfb268a8844c42014f73a17db1e4ab0db4f9c))
|
|
1912
|
+
|
|
3
1913
|
## [6.8.2](https://github.com/memori-ai/memori-react/compare/v6.8.1...v6.8.2) (2024-06-21)
|
|
4
1914
|
|
|
5
1915
|
|