@memori.ai/memori-react 9.0.0-alpha.23 → 9.0.0-alpha.25
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 +300 -1100
- package/dist/components/AgeVerificationModal/AgeVerificationModal.js +1 -3
- package/dist/components/AgeVerificationModal/AgeVerificationModal.js.map +1 -1
- package/dist/components/Auth/Auth.js +1 -3
- package/dist/components/Auth/Auth.js.map +1 -1
- package/dist/components/Chat/Chat.css +10 -1
- package/dist/components/Chat/Chat.js +1 -3
- package/dist/components/Chat/Chat.js.map +1 -1
- package/dist/components/ChatBubble/ChatBubble.css +103 -5
- package/dist/components/ChatBubble/ChatBubble.js +48 -8
- package/dist/components/ChatBubble/ChatBubble.js.map +1 -1
- package/dist/components/ChatHistoryDrawer/ChatHistory.js +1 -3
- package/dist/components/ChatHistoryDrawer/ChatHistory.js.map +1 -1
- package/dist/components/ChatHistoryDrawer/ChatResumeDrawer.css +33 -10
- package/dist/components/ChatHistoryDrawer/ChatResumeDrawer.js +2 -4
- package/dist/components/ChatHistoryDrawer/ChatResumeDrawer.js.map +1 -1
- package/dist/components/ChatInputs/ChatInputs.css +17 -52
- package/dist/components/ChatInputs/ChatInputs.js +1 -3
- package/dist/components/ChatInputs/ChatInputs.js.map +1 -1
- package/dist/components/ContentPreviewModal/ContentPreviewModal.css +3 -3
- package/dist/components/ContentPreviewModal/ContentPreviewModal.js +1 -3
- package/dist/components/ContentPreviewModal/ContentPreviewModal.js.map +1 -1
- package/dist/components/DateSelector/DateSelector.css +66 -3
- package/dist/components/DateSelector/DateSelector.js +5 -1
- package/dist/components/DateSelector/DateSelector.js.map +1 -1
- package/dist/components/ExpertsDrawer/ExpertsDrawer.js +1 -3
- package/dist/components/ExpertsDrawer/ExpertsDrawer.js.map +1 -1
- package/dist/components/FilePreview/FilePreview.css +94 -220
- package/dist/components/FilePreview/FilePreview.js +25 -71
- package/dist/components/FilePreview/FilePreview.js.map +1 -1
- package/dist/components/IconButton/IconButton.css +2 -11
- package/dist/components/KnownFacts/KnownFacts.css +3 -4
- package/dist/components/KnownFacts/KnownFacts.js +3 -5
- package/dist/components/KnownFacts/KnownFacts.js.map +1 -1
- package/dist/components/LoginDrawer/LoginDrawer.css +3 -7
- package/dist/components/LoginDrawer/LoginDrawer.js +51 -9
- package/dist/components/LoginDrawer/LoginDrawer.js.map +1 -1
- package/dist/components/MediaWidget/MediaItemWidget.css +77 -57
- package/dist/components/MediaWidget/MediaItemWidget.js +4 -4
- package/dist/components/MediaWidget/MediaItemWidget.js.map +1 -1
- package/dist/components/MemoriArtifactSystem/components/ArtifactActions/styles.css +1 -1
- package/dist/components/MemoriArtifactSystem/components/ArtifactDrawer/ArtifactDrawer.js +2 -5
- package/dist/components/MemoriArtifactSystem/components/ArtifactDrawer/ArtifactDrawer.js.map +1 -1
- package/dist/components/MemoriWidget/MemoriWidget.css +0 -55
- package/dist/components/MemoriWidget/MemoriWidget.js +115 -117
- package/dist/components/MemoriWidget/MemoriWidget.js.map +1 -1
- package/dist/components/MobileSessionPanel/MobileSessionPanel.css +20 -0
- package/dist/components/MobileSessionPanel/MobileSessionPanel.js +77 -117
- package/dist/components/MobileSessionPanel/MobileSessionPanel.js.map +1 -1
- package/dist/components/PositionPopover/PositionPopover.css +1 -1
- package/dist/components/SettingsDrawer/SettingsDrawer.js +1 -3
- package/dist/components/SettingsDrawer/SettingsDrawer.js.map +1 -1
- package/dist/components/StartPanel/StartPanel.css +12 -1
- package/dist/components/StartPanel/StartPanel.js +30 -7
- package/dist/components/StartPanel/StartPanel.js.map +1 -1
- package/dist/components/UploadButton/UploadButton.css +7 -7
- package/dist/components/UploadButton/UploadButton.js +3 -0
- package/dist/components/UploadButton/UploadButton.js.map +1 -1
- package/dist/components/UploadButton/UploadDocuments/UploadDocuments.js +15 -5
- package/dist/components/UploadButton/UploadDocuments/UploadDocuments.js.map +1 -1
- package/dist/components/UploadButton/UploadImages/UploadImages.js +1 -3
- package/dist/components/UploadButton/UploadImages/UploadImages.js.map +1 -1
- package/dist/components/WhyThisAnswer/WhyThisAnswer.js +1 -3
- package/dist/components/WhyThisAnswer/WhyThisAnswer.js.map +1 -1
- package/dist/components/layouts/HiddenChat.js +9 -1
- package/dist/components/layouts/HiddenChat.js.map +1 -1
- package/dist/components/layouts/WebsiteAssistant/WebsiteAssistant.js +84 -5
- package/dist/components/layouts/WebsiteAssistant/WebsiteAssistant.js.map +1 -1
- package/dist/components/layouts/WebsiteAssistant/website-assistant.css +36 -12
- package/dist/components/layouts/fullpage.css +1 -0
- package/dist/components/layouts/hidden-chat.css +29 -5
- package/dist/helpers/constants.d.ts +3 -2
- package/dist/helpers/constants.js +19 -20
- package/dist/helpers/constants.js.map +1 -1
- package/dist/helpers/error.js +2 -1
- package/dist/helpers/error.js.map +1 -1
- package/dist/helpers/positionPopover.d.ts +1 -0
- package/dist/helpers/positionPopover.js +7 -0
- package/dist/helpers/positionPopover.js.map +1 -1
- package/dist/helpers/usePressTooltip.d.ts +6 -1
- package/dist/helpers/usePressTooltip.js +16 -1
- package/dist/helpers/usePressTooltip.js.map +1 -1
- package/dist/helpers/utils.d.ts +2 -1
- package/dist/helpers/utils.js +7 -1
- package/dist/helpers/utils.js.map +1 -1
- package/dist/locales/de.json +8 -2
- package/dist/locales/en.json +6 -3
- package/dist/locales/es.json +6 -3
- package/dist/locales/fr.json +6 -3
- package/dist/locales/it.json +6 -3
- package/dist/styles.css +1 -1
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/esm/components/AgeVerificationModal/AgeVerificationModal.js +1 -3
- package/esm/components/AgeVerificationModal/AgeVerificationModal.js.map +1 -1
- package/esm/components/Auth/Auth.js +1 -3
- package/esm/components/Auth/Auth.js.map +1 -1
- package/esm/components/Chat/Chat.css +10 -1
- package/esm/components/Chat/Chat.js +1 -3
- package/esm/components/Chat/Chat.js.map +1 -1
- package/esm/components/ChatBubble/ChatBubble.css +103 -5
- package/esm/components/ChatBubble/ChatBubble.js +48 -8
- package/esm/components/ChatBubble/ChatBubble.js.map +1 -1
- package/esm/components/ChatHistoryDrawer/ChatHistory.js +1 -3
- package/esm/components/ChatHistoryDrawer/ChatHistory.js.map +1 -1
- package/esm/components/ChatHistoryDrawer/ChatResumeDrawer.css +33 -10
- package/esm/components/ChatHistoryDrawer/ChatResumeDrawer.js +2 -4
- package/esm/components/ChatHistoryDrawer/ChatResumeDrawer.js.map +1 -1
- package/esm/components/ChatInputs/ChatInputs.css +17 -52
- package/esm/components/ChatInputs/ChatInputs.js +1 -3
- package/esm/components/ChatInputs/ChatInputs.js.map +1 -1
- package/esm/components/ContentPreviewModal/ContentPreviewModal.css +3 -3
- package/esm/components/ContentPreviewModal/ContentPreviewModal.js +1 -3
- package/esm/components/ContentPreviewModal/ContentPreviewModal.js.map +1 -1
- package/esm/components/DateSelector/DateSelector.css +66 -3
- package/esm/components/DateSelector/DateSelector.js +5 -1
- package/esm/components/DateSelector/DateSelector.js.map +1 -1
- package/esm/components/ExpertsDrawer/ExpertsDrawer.js +1 -3
- package/esm/components/ExpertsDrawer/ExpertsDrawer.js.map +1 -1
- package/esm/components/FilePreview/FilePreview.css +94 -220
- package/esm/components/FilePreview/FilePreview.js +25 -71
- package/esm/components/FilePreview/FilePreview.js.map +1 -1
- package/esm/components/IconButton/IconButton.css +2 -11
- package/esm/components/KnownFacts/KnownFacts.css +3 -4
- package/esm/components/KnownFacts/KnownFacts.js +3 -5
- package/esm/components/KnownFacts/KnownFacts.js.map +1 -1
- package/esm/components/LoginDrawer/LoginDrawer.css +3 -7
- package/esm/components/LoginDrawer/LoginDrawer.js +51 -9
- package/esm/components/LoginDrawer/LoginDrawer.js.map +1 -1
- package/esm/components/MediaWidget/MediaItemWidget.css +77 -57
- package/esm/components/MediaWidget/MediaItemWidget.js +5 -5
- package/esm/components/MediaWidget/MediaItemWidget.js.map +1 -1
- package/esm/components/MemoriArtifactSystem/components/ArtifactActions/styles.css +1 -1
- package/esm/components/MemoriArtifactSystem/components/ArtifactDrawer/ArtifactDrawer.js +2 -5
- package/esm/components/MemoriArtifactSystem/components/ArtifactDrawer/ArtifactDrawer.js.map +1 -1
- package/esm/components/MemoriWidget/MemoriWidget.css +0 -55
- package/esm/components/MemoriWidget/MemoriWidget.js +115 -117
- package/esm/components/MemoriWidget/MemoriWidget.js.map +1 -1
- package/esm/components/MobileSessionPanel/MobileSessionPanel.css +20 -0
- package/esm/components/MobileSessionPanel/MobileSessionPanel.js +78 -118
- package/esm/components/MobileSessionPanel/MobileSessionPanel.js.map +1 -1
- package/esm/components/PositionPopover/PositionPopover.css +1 -1
- package/esm/components/SettingsDrawer/SettingsDrawer.js +1 -3
- package/esm/components/SettingsDrawer/SettingsDrawer.js.map +1 -1
- package/esm/components/StartPanel/StartPanel.css +12 -1
- package/esm/components/StartPanel/StartPanel.js +30 -7
- package/esm/components/StartPanel/StartPanel.js.map +1 -1
- package/esm/components/UploadButton/UploadButton.css +7 -7
- package/esm/components/UploadButton/UploadButton.js +4 -1
- package/esm/components/UploadButton/UploadButton.js.map +1 -1
- package/esm/components/UploadButton/UploadDocuments/UploadDocuments.js +17 -7
- package/esm/components/UploadButton/UploadDocuments/UploadDocuments.js.map +1 -1
- package/esm/components/UploadButton/UploadImages/UploadImages.js +1 -3
- package/esm/components/UploadButton/UploadImages/UploadImages.js.map +1 -1
- package/esm/components/WhyThisAnswer/WhyThisAnswer.js +1 -3
- package/esm/components/WhyThisAnswer/WhyThisAnswer.js.map +1 -1
- package/esm/components/layouts/HiddenChat.js +9 -1
- package/esm/components/layouts/HiddenChat.js.map +1 -1
- package/esm/components/layouts/WebsiteAssistant/WebsiteAssistant.js +85 -6
- package/esm/components/layouts/WebsiteAssistant/WebsiteAssistant.js.map +1 -1
- package/esm/components/layouts/WebsiteAssistant/website-assistant.css +36 -12
- package/esm/components/layouts/fullpage.css +1 -0
- package/esm/components/layouts/hidden-chat.css +29 -5
- package/esm/helpers/constants.d.ts +3 -2
- package/esm/helpers/constants.js +18 -19
- package/esm/helpers/constants.js.map +1 -1
- package/esm/helpers/error.js +2 -1
- package/esm/helpers/error.js.map +1 -1
- package/esm/helpers/positionPopover.d.ts +1 -0
- package/esm/helpers/positionPopover.js +6 -0
- package/esm/helpers/positionPopover.js.map +1 -1
- package/esm/helpers/usePressTooltip.d.ts +6 -1
- package/esm/helpers/usePressTooltip.js +17 -2
- package/esm/helpers/usePressTooltip.js.map +1 -1
- package/esm/helpers/utils.d.ts +2 -1
- package/esm/helpers/utils.js +6 -1
- package/esm/helpers/utils.js.map +1 -1
- package/esm/locales/de.json +8 -2
- package/esm/locales/en.json +6 -3
- package/esm/locales/es.json +6 -3
- package/esm/locales/fr.json +6 -3
- package/esm/locales/it.json +6 -3
- package/esm/styles.css +1 -1
- package/esm/version.d.ts +1 -1
- package/esm/version.js +1 -1
- package/package.json +4 -46
- package/src/components/AgeVerificationModal/AgeVerificationModal.tsx +0 -3
- package/src/components/Auth/Auth.tsx +0 -3
- package/src/components/Auth/__snapshots__/Auth.test.tsx.snap +1 -0
- package/src/components/BlockedMemoriBadge/__snapshots__/BlockedMemoriBadge.test.tsx.snap +5 -0
- package/src/components/Chat/Chat.css +10 -1
- package/src/components/Chat/Chat.tsx +0 -3
- package/src/components/Chat/__snapshots__/Chat.test.tsx.snap +1735 -1765
- package/src/components/ChatBubble/ChatBubble.css +103 -5
- package/src/components/ChatBubble/ChatBubble.test.tsx +33 -0
- package/src/components/ChatBubble/ChatBubble.tsx +524 -273
- package/src/components/ChatBubble/__snapshots__/ChatBubble.test.tsx.snap +655 -684
- package/src/components/ChatHistoryDrawer/ChatHistory.tsx +0 -3
- package/src/components/ChatHistoryDrawer/ChatResumeDrawer.css +33 -10
- package/src/components/ChatHistoryDrawer/ChatResumeDrawer.tsx +3 -6
- package/src/components/ChatInputs/ChatInputs.css +17 -52
- package/src/components/ChatInputs/ChatInputs.tsx +2 -4
- package/src/components/CompletionProviderStatus/__snapshots__/CompletionProviderStatus.test.tsx.snap +3 -0
- package/src/components/ContentPreviewModal/ContentPreviewModal.css +3 -3
- package/src/components/ContentPreviewModal/ContentPreviewModal.tsx +0 -3
- package/src/components/DateSelector/DateSelector.css +66 -3
- package/src/components/DateSelector/DateSelector.test.tsx +33 -4
- package/src/components/DateSelector/DateSelector.tsx +37 -11
- package/src/components/ExpertsDrawer/ExpertsDrawer.tsx +0 -3
- package/src/components/FeedbackButtons/__snapshots__/FeedbackButtons.test.tsx.snap +2 -1
- package/src/components/FilePreview/FilePreview.css +94 -220
- package/src/components/FilePreview/FilePreview.tsx +77 -124
- package/src/components/FilePreview/__snapshots__/FilePreview.test.tsx.snap +33 -81
- package/src/components/Header/ChatConsumptionDropdown.test.tsx +53 -86
- package/src/components/Header/__snapshots__/Header.test.tsx.snap +60 -44
- package/src/components/IconButton/IconButton.css +2 -11
- package/src/components/KnownFacts/KnownFacts.css +3 -4
- package/src/components/KnownFacts/KnownFacts.tsx +0 -5
- package/src/components/KnownFacts/__snapshots__/KnownFacts.test.tsx.snap +2 -6
- package/src/components/LoginDrawer/LoginDrawer.css +3 -7
- package/src/components/LoginDrawer/LoginDrawer.tsx +101 -54
- package/src/components/LoginDrawer/__snapshots__/LoginDrawer.test.tsx.snap +11 -33
- package/src/components/MediaWidget/MediaItemWidget.css +77 -57
- package/src/components/MediaWidget/MediaItemWidget.test.tsx +33 -0
- package/src/components/MediaWidget/MediaItemWidget.tsx +6 -12
- package/src/components/MediaWidget/__snapshots__/MediaItemWidget.test.tsx.snap +2 -0
- package/src/components/MediaWidget/__snapshots__/MediaWidget.test.tsx.snap +1 -1
- package/src/components/MemoriArtifactSystem/components/ArtifactActions/styles.css +1 -1
- package/src/components/MemoriArtifactSystem/components/ArtifactDrawer/ArtifactDrawer.tsx +0 -5
- package/src/components/MemoriWidget/MemoriUIProvider.contract.test.tsx +25 -7
- package/src/components/MemoriWidget/MemoriWidget.css +0 -55
- package/src/components/MemoriWidget/MemoriWidget.tsx +18 -12
- package/src/components/MobileSessionPanel/MobileSessionPanel.css +20 -0
- package/src/components/MobileSessionPanel/MobileSessionPanel.tsx +29 -68
- package/src/components/PositionPopover/PositionPopover.css +1 -1
- package/src/components/SettingsDrawer/SettingsDrawer.tsx +0 -3
- package/src/components/ShareButton/__snapshots__/ShareButton.test.tsx.snap +9 -9
- package/src/components/Snippet/__snapshots__/Snippet.test.tsx.snap +8 -0
- package/src/components/StartPanel/StartPanel.css +12 -1
- package/src/components/StartPanel/StartPanel.test.tsx +57 -0
- package/src/components/StartPanel/StartPanel.tsx +41 -4
- package/src/components/StartPanel/__snapshots__/StartPanel.test.tsx.snap +41 -6
- package/src/components/UploadButton/UploadButton.css +7 -7
- package/src/components/UploadButton/UploadButton.tsx +4 -0
- package/src/components/UploadButton/UploadDocuments/UploadDocuments.tsx +21 -8
- package/src/components/UploadButton/UploadImages/UploadImages.tsx +0 -3
- package/src/components/UploadButton/__snapshots__/UploadButton.test.tsx.snap +10 -12
- package/src/components/WhyThisAnswer/WhyThisAnswer.tsx +0 -3
- package/src/components/WhyThisAnswer/__snapshots__/WhyThisAnswer.test.tsx.snap +3 -9
- package/src/components/layouts/HiddenChat.tsx +9 -1
- package/src/components/layouts/WebsiteAssistant/WebsiteAssistant.tsx +103 -6
- package/src/components/layouts/WebsiteAssistant/__snapshots__/WebsiteAssistant.test.tsx.snap +63 -57
- package/src/components/layouts/WebsiteAssistant/website-assistant.css +36 -12
- package/src/components/layouts/__snapshots__/Chat.test.tsx.snap +7 -4
- package/src/components/layouts/__snapshots__/FullPage.test.tsx.snap +12 -8
- package/src/components/layouts/__snapshots__/HiddenChat.test.tsx.snap +7 -4
- package/src/components/layouts/__snapshots__/Totem.test.tsx.snap +10 -5
- package/src/components/layouts/__snapshots__/ZoomedFullBody.test.tsx.snap +6 -4
- package/src/components/layouts/fullpage.css +1 -0
- package/src/components/layouts/hidden-chat.css +29 -5
- package/src/components/layouts/layouts.stories.tsx +2 -2
- package/src/helpers/constants.ts +21 -20
- package/src/helpers/error.ts +2 -1
- package/src/helpers/positionPopover.test.ts +15 -0
- package/src/helpers/positionPopover.ts +16 -0
- package/src/helpers/usePressTooltip.test.ts +30 -0
- package/src/helpers/usePressTooltip.ts +31 -1
- package/src/helpers/utils.test.ts +14 -4
- package/src/helpers/utils.ts +6 -1
- package/src/index.tsx +1 -1
- package/src/locales/de.json +8 -2
- package/src/locales/en.json +6 -3
- package/src/locales/es.json +6 -3
- package/src/locales/fr.json +6 -3
- package/src/locales/it.json +6 -3
- package/src/styles.brandTokens.test.js +52 -0
- package/src/styles.css +27 -2
- package/src/version.ts +1 -1
- package/dist/context/widgetSurfaceContext.d.ts +0 -3
- package/dist/context/widgetSurfaceContext.js +0 -11
- package/dist/context/widgetSurfaceContext.js.map +0 -1
- package/esm/context/widgetSurfaceContext.d.ts +0 -3
- package/esm/context/widgetSurfaceContext.js +0 -7
- package/esm/context/widgetSurfaceContext.js.map +0 -1
- package/src/context/widgetSurfaceContext.tsx +0 -14
package/CHANGELOG.md
CHANGED
|
@@ -1,1193 +1,233 @@
|
|
|
1
|
+
# Changelog
|
|
1
2
|
|
|
2
|
-
|
|
3
|
-
## [9.0.0-alpha.23](https://github.com/memori-ai/memori-react/compare/v9.0.0-alpha.22...v9.0.0-alpha.23) (2026-09-09)
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
### Features
|
|
7
|
-
|
|
8
|
-
* handle newline for user messages ([1858620](https://github.com/memori-ai/memori-react/commit/18586205c53ca18f97d94be9bac68ca3e8770ac2))
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
### Changes
|
|
12
|
-
|
|
13
|
-
* chatbubble addon buttons sm ([47af063](https://github.com/memori-ai/memori-react/commit/47af06344aae10ce41eb1e0ef0a93224965ec9ba))
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
### Maintenance
|
|
17
|
-
|
|
18
|
-
* add bun.lock file and update package.json dependencies ([b50b1a1](https://github.com/memori-ai/memori-react/commit/b50b1a15df94d8bbe547074ceb855dce23fb8970))
|
|
19
|
-
|
|
20
|
-
## [9.0.0-alpha.22](https://github.com/memori-ai/memori-react/compare/v9.0.0-alpha.22...v9.0.0-alpha.23) (2026-09-07)
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
### Features
|
|
24
|
-
|
|
25
|
-
* align widget with [@memori](https://github.com/memori).ai/ui 1.17 overlay and token contract ([84b623b](https://github.com/memori-ai/memori-react/commit/84b623b81096efec4b56be5c6d454ec1829aae69))
|
|
26
|
-
* enhance Auth component with error handling and styling improvements ([a7449bf](https://github.com/memori-ai/memori-react/commit/a7449bfab3a83d4dfb8f2332a42095bc5bbf1182))
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
### Changes
|
|
30
|
-
|
|
31
|
-
* remove unused story components and clean up Storybook files ([a0a983d](https://github.com/memori-ai/memori-react/commit/a0a983d000c897cdbeb036a151041fbf0ce16d4b))
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
### Maintenance
|
|
35
|
-
|
|
36
|
-
* release v9.0.0-alpha.22 ([b88eae3](https://github.com/memori-ai/memori-react/commit/b88eae38241971b18ad1f540b8c6a3c721c5affc))
|
|
37
|
-
* reorganize Storybook around layouts and live demos ([a1973d0](https://github.com/memori-ai/memori-react/commit/a1973d0bc31be13beccdd351edbaa29881b09c66))
|
|
38
|
-
|
|
39
|
-
## [9.0.0-alpha.21](https://github.com/memori-ai/memori-react/compare/v9.0.0-alpha.22...v9.0.0-alpha.23) (2026-09-02)
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
### Features
|
|
43
|
-
|
|
44
|
-
* add document count display in FilePreview component and enhance modal styles ([709c5f0](https://github.com/memori-ai/memori-react/commit/709c5f0d9d206c811e0aabe415586cae29abbcd2))
|
|
45
|
-
* add isMaleExcludedAnimation function and corresponding tests ([5d13dfd](https://github.com/memori-ai/memori-react/commit/5d13dfdce63b5d9ff6fc7f087065aa804b016ad4))
|
|
46
|
-
* enhance StartPanel with collapsible description and improve CSS for preview list ([363b34f](https://github.com/memori-ai/memori-react/commit/363b34fc79ff7ca4025b0a77fa1c25f31a7edbde))
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
### Changes
|
|
50
|
-
|
|
51
|
-
* simplify dropdown implementation in ArtifactActions and CopyButtonWithDropdown components ([345cdfc](https://github.com/memori-ai/memori-react/commit/345cdfcfb08c83d3f3f97f29e18842b3bd519ddc))
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
### Maintenance
|
|
55
|
-
|
|
56
|
-
* release v9.0.0-alpha.21 ([87250f7](https://github.com/memori-ai/memori-react/commit/87250f7e2f3c553ff52b8a1846233469d241ec6d))
|
|
57
|
-
|
|
58
|
-
## [9.0.0-alpha.20](https://github.com/memori-ai/memori-react/compare/v9.0.0-alpha.22...v9.0.0-alpha.23) (2026-09-01)
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
### Features
|
|
62
|
-
|
|
63
|
-
* implement mute speaker functionality with TTS audio control ([adc4bf5](https://github.com/memori-ai/memori-react/commit/adc4bf5f5fe044923eb21b203b65c7b3c92dcb25))
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
### Bug Fixes
|
|
67
|
-
|
|
68
|
-
* update default layout value to FULLPAGE in MemoriWidget and SettingsDrawer components ([a6e4e85](https://github.com/memori-ai/memori-react/commit/a6e4e850fdaf2eefb68f684154dc4b06945128a4))
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
### Maintenance
|
|
72
|
-
|
|
73
|
-
* release v9.0.0-alpha.20 ([b14d198](https://github.com/memori-ai/memori-react/commit/b14d198edd845b64bac17768fed30c8a6aff34d0))
|
|
74
|
-
|
|
75
|
-
## [9.0.0-alpha.19](https://github.com/memori-ai/memori-react/compare/v9.0.0-alpha.22...v9.0.0-alpha.23) (2026-08-28)
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
### Maintenance
|
|
79
|
-
|
|
80
|
-
* release v9.0.0-alpha.19 ([8f3c09e](https://github.com/memori-ai/memori-react/commit/8f3c09eae10764cb6422407ffab14f9ea855ef4c))
|
|
81
|
-
|
|
82
|
-
## [9.0.0-alpha.18](https://github.com/memori-ai/memori-react/compare/v9.0.0-alpha.22...v9.0.0-alpha.23) (2026-08-27)
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
### Maintenance
|
|
86
|
-
|
|
87
|
-
* release v9.0.0-alpha.18 ([3bc6775](https://github.com/memori-ai/memori-react/commit/3bc677517e058e00713aa9ffce8f0786864c6606))
|
|
88
|
-
|
|
89
|
-
## [9.0.0-alpha.17](https://github.com/memori-ai/memori-react/compare/v9.0.0-alpha.22...v9.0.0-alpha.23) (2026-08-26)
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
### Maintenance
|
|
93
|
-
|
|
94
|
-
* release v9.0.0-alpha.17 ([e435fb2](https://github.com/memori-ai/memori-react/commit/e435fb2634152b2b06c3e82c3618540956f1b50c))
|
|
95
|
-
|
|
96
|
-
## [9.0.0-alpha.16](https://github.com/memori-ai/memori-react/compare/v9.0.0-alpha.22...v9.0.0-alpha.23) (2026-08-26)
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
### Changes
|
|
100
|
-
|
|
101
|
-
* simplify theme handling in MemoriWidget and related components ([bdd4315](https://github.com/memori-ai/memori-react/commit/bdd43159c849cd3915181ff8a05da3906cd0cfd8))
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
### Maintenance
|
|
105
|
-
|
|
106
|
-
* release v9.0.0-alpha.16 ([8ee7ec5](https://github.com/memori-ai/memori-react/commit/8ee7ec5036891edb5731517d050ba6c6152574d6))
|
|
107
|
-
|
|
108
|
-
## [9.0.0-alpha.14](https://github.com/memori-ai/memori-react/compare/v9.0.0-alpha.22...v9.0.0-alpha.23) (2026-08-25)
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
### Maintenance
|
|
112
|
-
|
|
113
|
-
* release v9.0.0-alpha.14 ([cf7f130](https://github.com/memori-ai/memori-react/commit/cf7f130649b5c73e3112ac1917dea25d58086dc4))
|
|
114
|
-
|
|
115
|
-
## [9.0.0-alpha.13](https://github.com/memori-ai/memori-react/compare/v9.0.0-alpha.22...v9.0.0-alpha.23) (2026-08-25)
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
### Maintenance
|
|
119
|
-
|
|
120
|
-
* release v9.0.0-alpha.13 ([c8944f6](https://github.com/memori-ai/memori-react/commit/c8944f6f23214b137dd1997d4dbcfdae235b9739))
|
|
121
|
-
|
|
122
|
-
## [9.0.0-alpha.12](https://github.com/memori-ai/memori-react/compare/v9.0.0-alpha.22...v9.0.0-alpha.23) (2026-08-24)
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
### Maintenance
|
|
126
|
-
|
|
127
|
-
* bump package version to 9.0.0-alpha.12 ([670138f](https://github.com/memori-ai/memori-react/commit/670138f5fbe4926cf3b8fa30536d774cdf78be8e))
|
|
128
|
-
* release v9.0.0-alpha.12 ([f49302f](https://github.com/memori-ai/memori-react/commit/f49302f85ca0d69a25d34348ccceeb17d4b855f2))
|
|
129
|
-
|
|
130
|
-
## [9.0.0-alpha.11](https://github.com/memori-ai/memori-react/compare/v9.0.0-alpha.22...v9.0.0-alpha.23) (2026-08-24)
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
### Features
|
|
134
|
-
|
|
135
|
-
* add support for global background images in chat layout and improved responsivness ([2dfe436](https://github.com/memori-ai/memori-react/commit/2dfe43646e044ac8cec896c9fae8a2675d4897a5))
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
### Bug Fixes
|
|
139
|
-
|
|
140
|
-
* update layout storybook configuration with new memoriName and memoriID, adjust layout type and enable showSettings ([ccc98d3](https://github.com/memori-ai/memori-react/commit/ccc98d31244156d515ff60d5f57fb5fd6b273e9e))
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
### Changes
|
|
144
|
-
|
|
145
|
-
* remove AlertViewport from index.tsx and add it to MemoriWidget for improved alert theming ([0869c2a](https://github.com/memori-ai/memori-react/commit/0869c2aa465415f4efcc431a7a135ca0b0357b7a))
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
### Maintenance
|
|
149
|
-
|
|
150
|
-
* release v9.0.0-alpha.11 ([c639b78](https://github.com/memori-ai/memori-react/commit/c639b7891d5477bf618aee8ba380c94ffbbec809))
|
|
151
|
-
|
|
152
|
-
## [9.0.0-alpha.10](https://github.com/memori-ai/memori-react/compare/v9.0.0-alpha.22...v9.0.0-alpha.23) (2026-08-19)
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
### Features
|
|
156
|
-
|
|
157
|
-
* add AgeVerificationModal to Showcase ([cb8e5bd](https://github.com/memori-ai/memori-react/commit/cb8e5bdc75b22b9132b454b9b8df40e2fd84b133))
|
|
158
|
-
* add AI icon display in ChatBubble component with tooltip support ([b9eb8ee](https://github.com/memori-ai/memori-react/commit/b9eb8eeac44dfe8469d03bbdc4fe1d457ed576fb))
|
|
159
|
-
* add ArtifactDrawer stories and fix hooks order bug ([5bab851](https://github.com/memori-ai/memori-react/commit/5bab85162c58f0263cdc1037406064991a8a3bb4))
|
|
160
|
-
* add avatar-configurator support in Avatar component and related tests ([1d5cfcf](https://github.com/memori-ai/memori-react/commit/1d5cfcf34d72924b8251ac5ad0db8b05b594a28f))
|
|
161
|
-
* add back button functionality and improve header layout in ChatHistoryDrawer ([9522f3f](https://github.com/memori-ai/memori-react/commit/9522f3fe47892cc6ffb5a3bc09ca34c96e0bbe9e))
|
|
162
|
-
* add ChatResumeDrawer and MobileSessionPanel styles to main stylesheet ([0863dca](https://github.com/memori-ai/memori-react/commit/0863dca0e8d61e4b977ab90eb79a701bab57f920))
|
|
163
|
-
* add dark theme detection to MemoriWidget ([7b4cf2e](https://github.com/memori-ai/memori-react/commit/7b4cf2e9441ea11e225ac8eb8c004e525e771f2e))
|
|
164
|
-
* add disablePastedText prop to control pasted text ([adc224e](https://github.com/memori-ai/memori-react/commit/adc224e56a53d4a8cee1661263f337c0564fcb97))
|
|
165
|
-
* add DrawerFooter component ([e126ae8](https://github.com/memori-ai/memori-react/commit/e126ae8df5d5612a137451ad5a209506d662f62d))
|
|
166
|
-
* add expandable object for localization in multiple languages ([549a73a](https://github.com/memori-ai/memori-react/commit/549a73a0d60889c8b68b903ecf6ce5a2fc9276d4))
|
|
167
|
-
* add function call tracking to chat history and update styles for function badges ([2df9f4f](https://github.com/memori-ai/memori-react/commit/2df9f4ffa2ff77895245a40a45469fb6198689e7))
|
|
168
|
-
* add GasStation icon and update Header component for sustainability button ([92ac136](https://github.com/memori-ai/memori-react/commit/92ac13625c777fb7d2bac762ed928a173d368978))
|
|
169
|
-
* add maxTextareaCharacters prop to limit chat input ([0d9f1b6](https://github.com/memori-ai/memori-react/commit/0d9f1b6f9457da1c09218be5c6fd5e3c515ecd2d))
|
|
170
|
-
* add media handling and AI-generated note to Chat components, update button styles in Header ([9619830](https://github.com/memori-ai/memori-react/commit/9619830a0aeff6b539f75803d60035393816de35))
|
|
171
|
-
* add session management improvements in MemoriWidget ([c8159a8](https://github.com/memori-ai/memori-react/commit/c8159a888c9b2220c5214fe69ed96c323c1ed266))
|
|
172
|
-
* add skeleton loading indicators and upload state management for file previews ([8a363ae](https://github.com/memori-ai/memori-react/commit/8a363ae2fe429256f2c67c50a7dfc1ce513f38c6))
|
|
173
|
-
* add social media icons ([dda3fcc](https://github.com/memori-ai/memori-react/commit/dda3fcc154129880eb9fa735cdb81271e954a60a))
|
|
174
|
-
* add styling for combobox group labels and disable hover effect on expandable button ([a8aef46](https://github.com/memori-ai/memori-react/commit/a8aef46e78747f8a65d0b6a2fa0cfe179798a171))
|
|
175
|
-
* add styling for combobox group labels and disable hover effect on expandable button ([65604c6](https://github.com/memori-ai/memori-react/commit/65604c648c4524661c95e210b59c1a357b78ce1a))
|
|
176
|
-
* add support for custom trigger node in ChatConsumptionDropdown component ([9aa576c](https://github.com/memori-ai/memori-react/commit/9aa576ced88c997065365f6c709944fe724e2356))
|
|
177
|
-
* add support for DOTX file format in file preview and media components ([3c95348](https://github.com/memori-ai/memori-react/commit/3c953484ecb7cc1b2ef1dee7cf2a0527103aea81))
|
|
178
|
-
* add support for Office native file formats in file upload and preview components ([d6376de](https://github.com/memori-ai/memori-react/commit/d6376de207f2d62619264e7d5894d44be1dbe7e1))
|
|
179
|
-
* add unwrapDialogState function to handle nested currentState in NATS responses ([93023e6](https://github.com/memori-ai/memori-react/commit/93023e6f591ff6ac89600880fc71873f28a7848e))
|
|
180
|
-
* add venue management to Chat, FullPage, HiddenChat, and ZoomedFullBody layouts ([5ae3160](https://github.com/memori-ai/memori-react/commit/5ae31609b223a9c65d3dbbd5d3c40ce5474be845))
|
|
181
|
-
* added total consumptin as new popover button in the Header ([eef32aa](https://github.com/memori-ai/memori-react/commit/eef32aaf3d270bdf6c814a737eb8ff9fc30560b6))
|
|
182
|
-
* artifact MIME icons, drawer context, and chat UI polish ([3ca7d96](https://github.com/memori-ai/memori-react/commit/3ca7d966f72e50dc38f4893de0e42513e248fe51))
|
|
183
|
-
* enhance accessibility and improving responsivness ([1dd4b2a](https://github.com/memori-ai/memori-react/commit/1dd4b2af93d809c01c990aa9cca8b151b3675948))
|
|
184
|
-
* enhance accessibility and localization across various components ([2841b2f](https://github.com/memori-ai/memori-react/commit/2841b2fe44259d8aae0e180901e59697a4f0b6ad))
|
|
185
|
-
* enhance Avatar component with totem layout support and improve animation handling ([9dab8f0](https://github.com/memori-ai/memori-react/commit/9dab8f084107e7d151e307d4933729b657f4f139))
|
|
186
|
-
* enhance Chat and ChatBubble components with new media handling and styling improvements ([079cc7d](https://github.com/memori-ai/memori-react/commit/079cc7d856f62294b87645c590248fa368a83e29))
|
|
187
|
-
* enhance chat layout styles with unified background and input designs across all themes ([bdf878e](https://github.com/memori-ai/memori-react/commit/bdf878e172621c852f70ed505aac6feaea242077))
|
|
188
|
-
* enhance ChatBubble and MemoriWidget components with function cache handling ([b28b474](https://github.com/memori-ai/memori-react/commit/b28b4740806aabe10eb3415fc2974c45ff88a498))
|
|
189
|
-
* enhance ChatConsumptionDropdown with open state management ([1e10b7c](https://github.com/memori-ai/memori-react/commit/1e10b7cd9cdf118b81413cab9233970d8ba1f933))
|
|
190
|
-
* enhance ChatHistoryDrawer and ShareButton components with new styles and functionality ([2173dd0](https://github.com/memori-ai/memori-react/commit/2173dd034e3d856744346ad5654a4c95611f53d5))
|
|
191
|
-
* enhance component styles and layout across various modules, including z-index adjustments, responsive design improvements, and updated button interactions ([01536b8](https://github.com/memori-ai/memori-react/commit/01536b8ed44dfbc863fcb5d718d3e14a045abe62))
|
|
192
|
-
* enhance FeedbackButtons and Header components with alert integration ([7e1faa8](https://github.com/memori-ai/memori-react/commit/7e1faa8c2a70953ddfb73428e61ce0a772bd65e9))
|
|
193
|
-
* enhance Header and HiddenChat components with new user actions and layout adjustments ([07e4599](https://github.com/memori-ai/memori-react/commit/07e459912b9bc440702fd0d684a1e13aa67a9c7d))
|
|
194
|
-
* enhance Header component with responsive chat history button and brand avatar handling ([feec235](https://github.com/memori-ai/memori-react/commit/feec235e29977ebc34fd50d84caf3e56db408bdf))
|
|
195
|
-
* enhance LoginDrawer and StartPanel components with improved styling and structure ([cd18ba0](https://github.com/memori-ai/memori-react/commit/cd18ba0520fdd6566ae76eb8113609f2dd39a8b5))
|
|
196
|
-
* enhance MemoriWidget and MobileSessionPanel with new layout options and session info display ([a67aab8](https://github.com/memori-ai/memori-react/commit/a67aab8b49f9ee00efc94b7f5920c2a0e32a821d))
|
|
197
|
-
* enhance message sanitization across components by implementing stripAllInternalTags function ([671a9d2](https://github.com/memori-ai/memori-react/commit/671a9d27a629746e08d4e0853f44b8e5bb14ca02))
|
|
198
|
-
* enhance mobile experience with modal for privacy and deep thought information ([feea227](https://github.com/memori-ai/memori-react/commit/feea227fadb27af8c7df749d0fc13d3c87f66da4))
|
|
199
|
-
* enhance pagination in ChatHistory and KnownFacts ([13713aa](https://github.com/memori-ai/memori-react/commit/13713aa18b2242e59dcf2a200495718653aa36d1))
|
|
200
|
-
* enhance paste handling with boundary checks ([fe24c1b](https://github.com/memori-ai/memori-react/commit/fe24c1b338c665e82dbbf38294f7c4af24ff41dd))
|
|
201
|
-
* enhance styling and layout across components ([df1809f](https://github.com/memori-ai/memori-react/commit/df1809fa91ea30157252b067c4d1e64ae40b0ecb))
|
|
202
|
-
* enhance styling and layout for chat and start panel ([bf80729](https://github.com/memori-ai/memori-react/commit/bf807294925add9dc9883fca7eaafce79f7c6439))
|
|
203
|
-
* enhance Typing component layout and add tooltip support for UploadButton ([72bae78](https://github.com/memori-ai/memori-react/commit/72bae7868b7410919f4fda516463f8c16e3c6785))
|
|
204
|
-
* enhance UI and UX across various components ([96b8b55](https://github.com/memori-ai/memori-react/commit/96b8b55d9f10f6e07b43193067cd43dda8d42bf9))
|
|
205
|
-
* enhance UI components by integrating new input ([f083bd1](https://github.com/memori-ai/memori-react/commit/f083bd15af6267881b010deb7a99b616ec0e70d9))
|
|
206
|
-
* enhance upload modal styling and layout for image previews ([ba08194](https://github.com/memori-ai/memori-react/commit/ba081940131c2d3578bc53e13d8adc7880da5d29))
|
|
207
|
-
* enhance user identification for credit verification by adding ownerUserName ([d883f5d](https://github.com/memori-ai/memori-react/commit/d883f5d17226d3596ce7bb9232a7a368a122d556))
|
|
208
|
-
* extend ChatBubble component to support function cache copy functionality ([6c1ad00](https://github.com/memori-ai/memori-react/commit/6c1ad00efde745c235ffb1e971e316522f53f3ea))
|
|
209
|
-
* implement ChatResumeDrawer component with new styles and functionality for resuming conversations ([0cef69c](https://github.com/memori-ai/memori-react/commit/0cef69cbe38f164ef551cf24143bed9359e70e67))
|
|
210
|
-
* implement credit verification and UI updates ([fbd0d32](https://github.com/memori-ai/memori-react/commit/fbd0d3206591964d13f6d1d25adc4f778f9749ce))
|
|
211
|
-
* implement custom markdown rendering in ArtifactDrawer ([1405c48](https://github.com/memori-ai/memori-react/commit/1405c48a89e5815bd7031265e4f39cd061227682))
|
|
212
|
-
* implement custom trigger functionality in ChatConsumptionDropdown tests ([8e742d8](https://github.com/memori-ai/memori-react/commit/8e742d84f8d89d06706def494c9088e0f38564a9))
|
|
213
|
-
* implement partial asset upload handling and add corresponding translations ([8f0797e](https://github.com/memori-ai/memori-react/commit/8f0797edfe559847dcd51a113860a7a08c985e6d))
|
|
214
|
-
* implement paste handling for text input ([33561d3](https://github.com/memori-ai/memori-react/commit/33561d3125d7e8359cc448bd937a6ac0b310cbda))
|
|
215
|
-
* implement session expiration handling in MemoriWidget and add related tests ([a9e904b](https://github.com/memori-ai/memori-react/commit/a9e904bb9286fecaac1fec8c8a413cc0a8e63824))
|
|
216
|
-
* implement theme-aware styling ([af72e67](https://github.com/memori-ai/memori-react/commit/af72e67fde6027bf8f577473a09952b234d49fbe))
|
|
217
|
-
* implement totem rail with session utilities ([ff58ce4](https://github.com/memori-ai/memori-react/commit/ff58ce4845dcaddd9feb71d57dfce00708badaa8))
|
|
218
|
-
* implement widget surface context for improved modal and drawer containment ([eb8fb1e](https://github.com/memori-ai/memori-react/commit/eb8fb1e6536587dfef7cc937959f538ac03766d6))
|
|
219
|
-
* improve accessibility and localization by adding aria attribute--no-verify ([ebc6167](https://github.com/memori-ai/memori-react/commit/ebc6167b852b0a96a9784cad4fb28cd7dc126438))
|
|
220
|
-
* improve accessibility by adding aria-labels and aria-hidden attributes to ShareButton ([6d8cbd0](https://github.com/memori-ai/memori-react/commit/6d8cbd087b67a4e83a1ecead353ad85d93b1124b))
|
|
221
|
-
* improve CSS styling for Blob component ([92bed78](https://github.com/memori-ai/memori-react/commit/92bed7807d0762c30615a571d56f36b958632a0e))
|
|
222
|
-
* improve file preview interactions ([5eda278](https://github.com/memori-ai/memori-react/commit/5eda27835e0a70a4b30a0812e8866dc14d50822c))
|
|
223
|
-
* improve mobile chat and session panel UX ([09c22cc](https://github.com/memori-ai/memori-react/commit/09c22cc9fc4dc4372f8a738573ac0e0ff071873b))
|
|
224
|
-
* integrate [@memori](https://github.com/memori).ai/ui components ([82e4d9f](https://github.com/memori-ai/memori-react/commit/82e4d9f348eabd468071fedef72941d596a11623))
|
|
225
|
-
* integrate alert system in ChatHistoryDrawer ([51775e3](https://github.com/memori-ai/memori-react/commit/51775e3def6b07caa2095ef23f1af88c902277da))
|
|
226
|
-
* integrate artifact drawer column into chat layouts ([78d389d](https://github.com/memori-ai/memori-react/commit/78d389dabe3437652243d1e9d62f1068c7023919))
|
|
227
|
-
* integrate JetStream support in NATS configuration and session handling ([4a3a0c8](https://github.com/memori-ai/memori-react/commit/4a3a0c815a5a4887ddcf64890c42eb35dc2d4a52))
|
|
228
|
-
* integrate Memori table into i18n and enhance ChatHistoryDrawer styles for improved layout ([f121690](https://github.com/memori-ai/memori-react/commit/f121690f1b473e1062e501f9c00fb08fb8d4ae41))
|
|
229
|
-
* integrate NATS support for real-time event handling in MemoriWidget ([bbb7a7f](https://github.com/memori-ai/memori-react/commit/bbb7a7f33ac2ee5a0cf57c4ace4714849ec3fe44))
|
|
230
|
-
* localize pasted text label ([3a6bf5d](https://github.com/memori-ai/memori-react/commit/3a6bf5d7e8a3fddf30a2cb58c5419f3bdf1a82d3))
|
|
231
|
-
* refactor XLSX file handling in UploadDocuments component to improve text extraction ([5ca2e0f](https://github.com/memori-ai/memori-react/commit/5ca2e0f5949685f3a826e8c75b38e876d1c4a682))
|
|
232
|
-
* refine chat layouts with global backgrounds and danger cancel buttons ([3f28abc](https://github.com/memori-ai/memori-react/commit/3f28abc6311e890a5777a662352b5c0e863c4e13))
|
|
233
|
-
* reorganized Website Assistant layout stories ([ba9c9b1](https://github.com/memori-ai/memori-react/commit/ba9c9b130821141de93c48d31e10b24da21b166a))
|
|
234
|
-
* synchronize local state with fullscreen changes in Header component ([2fa1a1d](https://github.com/memori-ai/memori-react/commit/2fa1a1d35ebc7ecde87a2c93e7823127bde021bc))
|
|
235
|
-
* **ui:** add margin to chat inputs in website assistant layout ([d488e14](https://github.com/memori-ai/memori-react/commit/d488e1412c3d0ef266af79bf818e516e3fe65790))
|
|
236
|
-
* **ui:** enhance responsiveness of chat and start panel components ([cad3abf](https://github.com/memori-ai/memori-react/commit/cad3abf7c2e468ae65f4606072540ac4fef3e311))
|
|
237
|
-
* **ui:** enhance styling and responsiveness across components, update translations for clarity ([3e13a9f](https://github.com/memori-ai/memori-react/commit/3e13a9fac79ac35372ad30930cc334ab8df3b772))
|
|
238
|
-
* **ui:** implement text sanitization for ChatBubble and WhyThisAnswer components ([1759b5b](https://github.com/memori-ai/memori-react/commit/1759b5bd660afc17aece24a682052e2f3d9c0364))
|
|
239
|
-
* **ui:** improve MobileSessionPanel button styles and update translations for consistency ([8fa0078](https://github.com/memori-ai/memori-react/commit/8fa007820ed4d0b5fd5aa39c088c36ba2ab7295f))
|
|
240
|
-
* **ui:** refine fullpage/zoomed layouts and storybook setup ([470d059](https://github.com/memori-ai/memori-react/commit/470d059b43b43d012c63d7d1796a595a7fdb353c))
|
|
241
|
-
* **ui:** refresh header, layouts, powered-by, and i18n ([1c3c8e2](https://github.com/memori-ai/memori-react/commit/1c3c8e2d8c697ccf64749eb27a1d6a96ab375fa4))
|
|
242
|
-
* **ui:** update [@memori](https://github.com/memori).ai/ui to version 1.14.0 and enhance popover trigger button active states ([637d944](https://github.com/memori-ai/memori-react/commit/637d9444f45d66380bb32d1ab875f667cb9ab04a))
|
|
243
|
-
* **ui:** update styling for header and chat components, enhance position popover functionality ([bc7cdba](https://github.com/memori-ai/memori-react/commit/bc7cdba1361eb3a0707475d58a5d38150aa8a32d))
|
|
244
|
-
* update [@memori](https://github.com/memori).ai/ui ([e8ca002](https://github.com/memori-ai/memori-react/commit/e8ca002a61bbfb8054a43d5db6abafa81fc3eb1a))
|
|
245
|
-
* update chat inputs styles over all layouts ([9657d05](https://github.com/memori-ai/memori-react/commit/9657d054c76385c6b7a617d8a87db9974a882b84))
|
|
246
|
-
* update ChatConsumptionDropdown to improve AI usage display and improved responsivness ([0e6b189](https://github.com/memori-ai/memori-react/commit/0e6b1891161b97260adafc0269811dc264a393c3))
|
|
247
|
-
* update Header component to use localized strings for total chat consumption ([87f21c5](https://github.com/memori-ai/memori-react/commit/87f21c5cc5eed59babbe32c322bb9033ba280fee))
|
|
248
|
-
* update paste handling to allow inline pastes ([64f0ee2](https://github.com/memori-ai/memori-react/commit/64f0ee282a6e5d8e77bf3fb307d9f58a853aae6f))
|
|
249
|
-
* update styles for responsive alert viewport, enhance button styles, and improve layout consistency across components ([435d310](https://github.com/memori-ai/memori-react/commit/435d310db86c399df1d0a2cd6ceccabc5b33f01c))
|
|
250
|
-
* **upload:** enhance error handling and user feedback ([bac9431](https://github.com/memori-ai/memori-react/commit/bac943132cb017799d9a0ac6f7341890fcfac628))
|
|
251
|
-
* **upload:** smart upload — partial upload when over file or payload limits ([45b7825](https://github.com/memori-ai/memori-react/commit/45b78259eacd79a4401e71073a793eeae9dc416a))
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
### Bug Fixes
|
|
255
|
-
|
|
256
|
-
* enhance file selection handling in UploadButton ([0651d2d](https://github.com/memori-ai/memori-react/commit/0651d2d9815823a719cd557fdd6d9451be8b0e66))
|
|
257
|
-
* ensure aria-label is a string for accessibility compliance in Header component ([9d04426](https://github.com/memori-ai/memori-react/commit/9d04426d3b4bf92e7399ad61275f627352c9e64c))
|
|
258
|
-
* ensure audio playback respects defaultEnableAudio ([0ec1da5](https://github.com/memori-ai/memori-react/commit/0ec1da5f7444edfff23c8165484cf64bfc6b87e7))
|
|
259
|
-
* improve cleanup commands in package.json ([18cddfb](https://github.com/memori-ai/memori-react/commit/18cddfb11211749984631f815c19d1b5553b4acd))
|
|
260
|
-
* login token async conditions ([10ce585](https://github.com/memori-ai/memori-react/commit/10ce58543b1597084f5e58b0c1a14d0a4822a697))
|
|
261
|
-
* prevent chat history clearance when dismissing popovers ([19ec445](https://github.com/memori-ai/memori-react/commit/19ec4455549b5e28af88c6e31f30ba4dad8f1de7))
|
|
262
|
-
* prevent sending messages while uploading files ([93004c5](https://github.com/memori-ai/memori-react/commit/93004c505a4c646cb989e7a0cd00106bab2a454b))
|
|
263
|
-
* prevent XSS vulnerability among sanification ([a432905](https://github.com/memori-ai/memori-react/commit/a4329053411f47e25662c6937c35f86764189839))
|
|
264
|
-
* reference error on MAX_DOCUMENTS_PER_MESSAGE ([53dc3b7](https://github.com/memori-ai/memori-react/commit/53dc3b773fcee6b36214408a0ffd3da6884d0e36))
|
|
265
|
-
* remove '.xls' from office native extensions ([5958e02](https://github.com/memori-ai/memori-react/commit/5958e02dc602ca4d7a9503625ad5e653250df4c5))
|
|
266
|
-
* reset clickedStart state in multiple scenarios within MemoriWidget ([f4a296d](https://github.com/memori-ai/memori-react/commit/f4a296d41282b792bc0e5a7f0caf8fcb1d95f986))
|
|
267
|
-
* streamline cleanup commands in package.json ([066e522](https://github.com/memori-ai/memori-react/commit/066e52235744d9020b2ed0f5a3e573c195594c24))
|
|
268
|
-
* **ui:** adjust height of MemoriWidget grid column for improved layout consistency ([58551d2](https://github.com/memori-ai/memori-react/commit/58551d2c9ade5320e44cbda71b5b865d20268e4b))
|
|
269
|
-
* **ui:** align content preview modal and assistant drawer z-index ([4431f08](https://github.com/memori-ai/memori-react/commit/4431f089cf07874019aa16d6a25781991d27819e))
|
|
270
|
-
* unify login token resolution logic in MemoriWidget component ([215e69f](https://github.com/memori-ai/memori-react/commit/215e69fa351d187ea220d6211fa96f7b1ec3be37))
|
|
271
|
-
* update active file count during document validation and processing ([ea998fc](https://github.com/memori-ai/memori-react/commit/ea998fc3539b70ef3670d96faed6ee6581fe9c42))
|
|
272
|
-
* update Anthropic status URL to use status.claude.com ([97da113](https://github.com/memori-ai/memori-react/commit/97da11397068c80019f77ecc96374d8f737a1777))
|
|
273
|
-
* update ChatBubble to conditionally truncate messages ([0cde2ab](https://github.com/memori-ai/memori-react/commit/0cde2aba665629e3f6546e64ab40ea4384eb085c))
|
|
274
|
-
* update file type display logic in FilePreview ([43e18c3](https://github.com/memori-ai/memori-react/commit/43e18c312204b6b1866106a8930a8f4c9b696dd5))
|
|
275
|
-
* update mouth smile blend shape constants ([cd05104](https://github.com/memori-ai/memori-react/commit/cd0510421cb409d7dae21b2a3b31e9b93009c97e))
|
|
276
|
-
* update NATS subject default value to include session ID format ([56bcbf4](https://github.com/memori-ai/memori-react/commit/56bcbf4d6e87a2966b874048f95cdfc919ca47a8))
|
|
277
|
-
* update snapshot ([73fb756](https://github.com/memori-ai/memori-react/commit/73fb756b3032296ab84c58e68f110064d0a546a4))
|
|
278
|
-
* update text in Header component and add OTP digit paste functionality in LoginDrawer ([09ef8aa](https://github.com/memori-ai/memori-react/commit/09ef8aab17de321f5eea4c7229727330355e39f7))
|
|
279
|
-
* update timestamp in Chat component snapshot to reflect recent changes ([f4b0ef4](https://github.com/memori-ai/memori-react/commit/f4b0ef43aec3fc877c75879c71a50853e9962b39))
|
|
280
|
-
* update venue handling and improve user experience in location management ([9e3a871](https://github.com/memori-ai/memori-react/commit/9e3a8714e8edad12cd3bb96a5a04d4f5f69d93ac))
|
|
281
|
-
* upload docx media type card opens up a link instead of a modal ([5fb0b34](https://github.com/memori-ai/memori-react/commit/5fb0b34178cbd43859894cb76ef0c925c7f34157))
|
|
282
|
-
* use primary-color for user bubble background in dark theme ([c7eceda](https://github.com/memori-ai/memori-react/commit/c7eceda840630264dfc24c73df79fc502cf9fadd))
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
### Changes
|
|
286
|
-
|
|
287
|
-
* adjust padding and layout for ChatHistoryDrawer ([ff0b6ef](https://github.com/memori-ai/memori-react/commit/ff0b6ef6b52aa0aaeec1044d5d3852e63e584d27))
|
|
288
|
-
* adjust positioning of "Powered by" element and update chat input border styles ([b3250df](https://github.com/memori-ai/memori-react/commit/b3250df7eba5f30e73b163d7e792581c74390bfa))
|
|
289
|
-
* **chat:** render message media inside ChatBubble ([356ed22](https://github.com/memori-ai/memori-react/commit/356ed2280f79a0c1ccf71ed818d36d9969ffb85f))
|
|
290
|
-
* clean up and enhance styling for Chat and MicrophoneButton components ([6feb5d2](https://github.com/memori-ai/memori-react/commit/6feb5d224330e9fff15a11f6488333999d95e8e6))
|
|
291
|
-
* clean up Header component code for better readability and maintainability ([3f79c44](https://github.com/memori-ai/memori-react/commit/3f79c446b028943af016903f3eb078513cd6fd24))
|
|
292
|
-
* clean up HiddenChat component by removing header prop component ([c9d5559](https://github.com/memori-ai/memori-react/commit/c9d5559795b66401c92eda97b75571528bafef05))
|
|
293
|
-
* comment out unused CSS rules in chat layout for clarity ([69ad366](https://github.com/memori-ai/memori-react/commit/69ad3662e8d39fcb52c5860cb51b287f1710cb69))
|
|
294
|
-
* comment out unused CSS rules in fullpage layout for clarity ([63e55ea](https://github.com/memori-ai/memori-react/commit/63e55eab2dec526ed58d6f4e32a13763bb038d47))
|
|
295
|
-
* **components:** adapt to [@memori](https://github.com/memori).ai/ui 1.5.2 ([e7a24ea](https://github.com/memori-ai/memori-react/commit/e7a24ea3109bc77c742bebc5d79c047a1c3323e5))
|
|
296
|
-
* enhance credit check logic in MemoriWidget to conditionally start session ([30d3fdb](https://github.com/memori-ai/memori-react/commit/30d3fdb8a2c1c4606306416bc408c102cfd62bb0))
|
|
297
|
-
* enhance CSS variables and styling for Artifact components ([cbf4087](https://github.com/memori-ai/memori-react/commit/cbf4087616b2a9b4d3d11dea741751f141d1d2c0))
|
|
298
|
-
* improve code readability and formatting in MemoriWidget component ([0fee720](https://github.com/memori-ai/memori-react/commit/0fee720b5e79ccea2e745dc97f4c756d25317b45))
|
|
299
|
-
* improve date handling in AgeVerificationModal ([0d806c8](https://github.com/memori-ai/memori-react/commit/0d806c80e403a76e421ff3560c47aa472b6c9e14))
|
|
300
|
-
* improve error logging and clean up debug statements in MemoriWidget ([dca8bb8](https://github.com/memori-ai/memori-react/commit/dca8bb89fc2eecc9d4f2f937bbf9384025778283))
|
|
301
|
-
* introduce PositionPopover component with styles and stories for enhanced functionality ([fe88857](https://github.com/memori-ai/memori-react/commit/fe888571611cea6ffdbbe340a1bbe086aae5a7c6))
|
|
302
|
-
* organize CSS layers for theme and integration overrides ([f89785d](https://github.com/memori-ai/memori-react/commit/f89785dd71c1a7fd44833284ee6f5b81b6c64cc3))
|
|
303
|
-
* organize CSS layers for theme and integration overrides ([3b31619](https://github.com/memori-ai/memori-react/commit/3b31619381018cfb3056b6ab4bd89ce85555be84))
|
|
304
|
-
* remove disablePastedText prop ([9e11114](https://github.com/memori-ai/memori-react/commit/9e111140051ae70f8298f91e634d84602a08461a))
|
|
305
|
-
* remove unused artifact regex and related code in ArtifactHandler for improved clarity ([ef59c01](https://github.com/memori-ai/memori-react/commit/ef59c016157c7be2be59bdd018c5504184f44611))
|
|
306
|
-
* remove unused CSS import ([f54fc76](https://github.com/memori-ai/memori-react/commit/f54fc7611ccfa42333a07501a675963869d0876c))
|
|
307
|
-
* remove unused NATS timeout logic from MemoriWidget ([4d2a451](https://github.com/memori-ai/memori-react/commit/4d2a451833860ddfa5325751c531a8d209f33adb))
|
|
308
|
-
* replace Dropdown with Popover in Header component ([d52c9f8](https://github.com/memori-ai/memori-react/commit/d52c9f8b2d2fdb10d63ba3e0982b12abb84a1f43))
|
|
309
|
-
* replace file extension extraction with document badge labels ([13afcdd](https://github.com/memori-ai/memori-react/commit/13afcdd3b955aba35a2085305f0c23985e277727))
|
|
310
|
-
* replace hasTouchscreen with isMobileOrTablet ([7a995d2](https://github.com/memori-ai/memori-react/commit/7a995d267225ef3393447820917d0a1fee9015ea))
|
|
311
|
-
* replace icon imports with lucide-react ([5807c45](https://github.com/memori-ai/memori-react/commit/5807c45d102313d986208a021086982958667d09))
|
|
312
|
-
* replace react-hot-toast with custom alert manager ([941914a](https://github.com/memori-ai/memori-react/commit/941914a86ad6fe3b90b546b79ad2a3f0542b1d8b))
|
|
313
|
-
* replace setShowPositionDrawer with setVenue and introduce PositionPopover in Header ([45e7a74](https://github.com/memori-ai/memori-react/commit/45e7a742c9e9aded549da229ec56cef078baff52))
|
|
314
|
-
* restructure ChatBubble component layout and enhance media handling ([2a1b088](https://github.com/memori-ai/memori-react/commit/2a1b0888e0ec9f40180d3231bea86a6b59b1cd61))
|
|
315
|
-
* show ai disclaimer under chat inputs ([5699c6d](https://github.com/memori-ai/memori-react/commit/5699c6d3d103e1b76e7c96f642013181474f50bb))
|
|
316
|
-
* simplify ChatBubble and ChatHistoryDrawer components by removing unnecessary styles ([777acb7](https://github.com/memori-ai/memori-react/commit/777acb7679f5ee09aa6fe0919e596aa09499c91b))
|
|
317
|
-
* simplify document processing by removing truncation logic from file extraction ([207e83c](https://github.com/memori-ai/memori-react/commit/207e83c59b71b5b25b88a6283c23ea5178d7a67b))
|
|
318
|
-
* streamline ChatHistoryDrawer and ChatInputs, enhance styling in hidden-chat layout ([ab860ff](https://github.com/memori-ai/memori-react/commit/ab860ff5d3cccaa57e6636af55867ceb01bae38c))
|
|
319
|
-
* streamline CSS styles for ChatHistoryDrawer ([fba9d1e](https://github.com/memori-ai/memori-react/commit/fba9d1e2bc0c9ee2b00a78c9876a3ba3151e8db6))
|
|
320
|
-
* streamline error handling ([c052a81](https://github.com/memori-ai/memori-react/commit/c052a81765b362f0b2d29b03206f9639a8c23d20))
|
|
321
|
-
* **ui:** improve layout consistency and add popover presentation to MobileSessionPanel ([a9f00e7](https://github.com/memori-ai/memori-react/commit/a9f00e7f869fb3054d6d2b9a1fa54a8707182716))
|
|
322
|
-
* update PositionPopover with new Popover component ([522ba47](https://github.com/memori-ai/memori-react/commit/522ba47f9642a484f6f09272b4df095a48cb76d7))
|
|
323
|
-
* update component logic and structure ([7271495](https://github.com/memori-ai/memori-react/commit/727149588feb47b0424bd44ff19a2e456dc00e99))
|
|
324
|
-
* update CSS styles for ChatInputs, ContentPreviewModal, FilePreview, MediaItemWidget, and MemoriWidget components ([a7207b5](https://github.com/memori-ai/memori-react/commit/a7207b5f4f9f647fbc2eff5e96371127bc78386a))
|
|
325
|
-
* update CSS styles for MemoriWidget and ArtifactActions components, adjusting background colors ([37ea36a](https://github.com/memori-ai/memori-react/commit/37ea36a3dc2b90c3243cdaa26a60a98fb7581dc5))
|
|
326
|
-
* update Header by replacing Info icon with MoreVertical, remove unused settings popover state ([0e4c684](https://github.com/memori-ai/memori-react/commit/0e4c68480479e14a77a918be0ee1d8891c3a5572))
|
|
327
|
-
* update snapshot styles for various components ([8bafaca](https://github.com/memori-ai/memori-react/commit/8bafacac510713778112de43667b5c6f3057d74e))
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
### Maintenance
|
|
331
|
-
|
|
332
|
-
* refactor MemoriWidget for improved NATS event handling ([7de1051](https://github.com/memori-ai/memori-react/commit/7de105174d24b2e770bf3d738efd91cf0a42f004))
|
|
333
|
-
* add @base-ui/react dependency ([fc158f2](https://github.com/memori-ai/memori-react/commit/fc158f206b512acb95a201da1f7f6b7587c40594))
|
|
334
|
-
* bump package version to 9.0.0-alpha.6 ([89bb42b](https://github.com/memori-ai/memori-react/commit/89bb42bd99fd11257746bb2befbb3d6340e2ba99))
|
|
335
|
-
* bump package version to 9.0.0-alpha.7 ([c72b769](https://github.com/memori-ai/memori-react/commit/c72b7691624f52acccd7f2e26cbe658027e102b5))
|
|
336
|
-
* bump package version to 9.0.0-alpha.8 ([44526b2](https://github.com/memori-ai/memori-react/commit/44526b2942fde0660f3ca56d209e0352eb81179a))
|
|
337
|
-
* bump package version to 9.0.0-alpha.9 ([0be7121](https://github.com/memori-ai/memori-react/commit/0be7121f824c6392d040eea7f0e244c2c785212c))
|
|
338
|
-
* **deps:** bump [@memori](https://github.com/memori).ai/ui to ^1.5.2 ([de74299](https://github.com/memori-ai/memori-react/commit/de74299807a0d0a295855240d82d7828b41097b3))
|
|
339
|
-
* **deps:** update dependencies ([729688f](https://github.com/memori-ai/memori-react/commit/729688f6c0b29079e9d594bc006f3f3928c0cbc9))
|
|
340
|
-
* enhance build process with PostCSS integration and add CSS build scripts ([0d3af95](https://github.com/memori-ai/memori-react/commit/0d3af959b99f123b5a392f1f017a044c46760b88))
|
|
341
|
-
* refactor MemoriWidget to utilize MemoriUIProvider for improved theme management ([1cff0e9](https://github.com/memori-ai/memori-react/commit/1cff0e9266eeeef48123a9af1bf5eea6ca642b2c))
|
|
342
|
-
* release v8.17.3 ([81347cf](https://github.com/memori-ai/memori-react/commit/81347cf06f1e35e5a75b26fe0b44e4c919cd7352))
|
|
343
|
-
* release v8.18.0 ([34d0faf](https://github.com/memori-ai/memori-react/commit/34d0fafab825a80c7a8a3c9ec102aa22b4acef96))
|
|
344
|
-
* release v8.18.1 ([20c00fe](https://github.com/memori-ai/memori-react/commit/20c00fe9d61bc809973c86d345fe727534b0554a))
|
|
345
|
-
* release v8.18.2 ([27cdab4](https://github.com/memori-ai/memori-react/commit/27cdab4c10d0ead3b4a0f9405317629b9880ae4c))
|
|
346
|
-
* release v8.19.0 ([63a2d16](https://github.com/memori-ai/memori-react/commit/63a2d16a00295a63d357283f65df5b4e6712005b))
|
|
347
|
-
* release v8.19.1 ([f308716](https://github.com/memori-ai/memori-react/commit/f308716588d1a56ab11298c18ba566db1dfbaf6f))
|
|
348
|
-
* release v8.19.2 ([6a01759](https://github.com/memori-ai/memori-react/commit/6a01759aa6705f387746f806cffb602ffe07c559))
|
|
349
|
-
* release v8.19.3 ([275e533](https://github.com/memori-ai/memori-react/commit/275e533734d82bdc8ad3bfe07f31e1544eb009eb))
|
|
350
|
-
* release v8.30.1 ([13d29f1](https://github.com/memori-ai/memori-react/commit/13d29f1020da76f43c3a5d5568cfa0fad9b2c2e3))
|
|
351
|
-
* release v8.31.0 ([ad31500](https://github.com/memori-ai/memori-react/commit/ad3150056d9793a4f8795803a7de1b0666295e46))
|
|
352
|
-
* release v8.32.0 ([ac8f19a](https://github.com/memori-ai/memori-react/commit/ac8f19a996a8a0f5b20bd1df89a711c97903de35))
|
|
353
|
-
* release v8.34.0 ([2fcc8bd](https://github.com/memori-ai/memori-react/commit/2fcc8bdf96b018a322cc7ce3d5f703c74d9261ec))
|
|
354
|
-
* release v8.36.0 ([f6d6c92](https://github.com/memori-ai/memori-react/commit/f6d6c92ae9e0a337a3db215ea1ff7fed17725227))
|
|
355
|
-
* release v8.37.0 ([80b208c](https://github.com/memori-ai/memori-react/commit/80b208cad3abed75703d8cd45c4b98182bf36564))
|
|
356
|
-
* release v8.38.0 ([536d919](https://github.com/memori-ai/memori-react/commit/536d919b9a01ad178cbba6be9e845be038baf5a8))
|
|
357
|
-
* release v8.38.1 ([d19a323](https://github.com/memori-ai/memori-react/commit/d19a3232d5ad7677c77e65a35fcacc9edc7c77f6))
|
|
358
|
-
* release v8.38.2 ([94fc800](https://github.com/memori-ai/memori-react/commit/94fc8006306bdc1b8a44c601b20283cfdcb9a388))
|
|
359
|
-
* release v8.38.3 ([55deed8](https://github.com/memori-ai/memori-react/commit/55deed80fe13b3c69cadf9bae44ba62d6d2589f1))
|
|
360
|
-
* release v8.38.4 ([81b6116](https://github.com/memori-ai/memori-react/commit/81b61161ef22621166014a2f258c45f653105857))
|
|
361
|
-
* release v9.0.0-alpha.0 ([1b74d07](https://github.com/memori-ai/memori-react/commit/1b74d07256b6611a13617d94964824b99434b88c))
|
|
362
|
-
* release v9.0.0-alpha.1 ([7e63a0c](https://github.com/memori-ai/memori-react/commit/7e63a0cd2738c8fb742b4a66879fdd7039a2798c))
|
|
363
|
-
* release v9.0.0-alpha.10 ([f2706ab](https://github.com/memori-ai/memori-react/commit/f2706ab4958b029d675b78ca6d774f96d7705df5))
|
|
364
|
-
* release v9.0.0-alpha.2 ([27de450](https://github.com/memori-ai/memori-react/commit/27de4502f538bc3abaf517b8350f2fbdb00b78df))
|
|
365
|
-
* release v9.0.0-alpha.3 ([c663433](https://github.com/memori-ai/memori-react/commit/c663433bee38490aa0db6153a02ca0c56d15071a))
|
|
366
|
-
* release v9.0.0-alpha.4 ([4a9a96f](https://github.com/memori-ai/memori-react/commit/4a9a96f04b5222c7a8e11ea96c9a08a85313f977))
|
|
367
|
-
* release v9.0.0-alpha.5 ([74522be](https://github.com/memori-ai/memori-react/commit/74522be64d9ffa9ca0b1a61b52e99781170a79a7))
|
|
368
|
-
* release v9.0.0-alpha.6 ([2f938a3](https://github.com/memori-ai/memori-react/commit/2f938a3611e9f5c5d54e34540bf3c1f3123bd7de))
|
|
369
|
-
* release v9.0.0-alpha.7 ([7c0769d](https://github.com/memori-ai/memori-react/commit/7c0769d905851962517e4f02ac99bd47c28d39d9))
|
|
370
|
-
* release v9.0.0-alpha.8 ([47c1bd8](https://github.com/memori-ai/memori-react/commit/47c1bd8c262921a3de9a9c5a32fefcc6f8de04cc))
|
|
371
|
-
* release v9.0.0-alpha.9 ([a5119f8](https://github.com/memori-ai/memori-react/commit/a5119f8a8f596540c3e364b9b550e7f1694d0413))
|
|
372
|
-
* remove unused dependencies from package.json ([5ea6c79](https://github.com/memori-ai/memori-react/commit/5ea6c795dc104772f572cbbadc8fedb07ef42666))
|
|
373
|
-
* **storybook:** add theme decorator and sync with background control ([4787d5b](https://github.com/memori-ai/memori-react/commit/4787d5b915dc74ad1a0867ba2846789a946145dc))
|
|
374
|
-
* update [@memori](https://github.com/memori).ai/ui ([3177beb](https://github.com/memori-ai/memori-react/commit/3177bebc8e212de5fb20f5f82a6473fdb9d2ae48))
|
|
375
|
-
* update [@memori](https://github.com/memori).ai/ui ([800908c](https://github.com/memori-ai/memori-react/commit/800908cb78a2bb82d7fe3c4780420645b8df05a0))
|
|
376
|
-
* update [@memori](https://github.com/memori).ai/ui ([bf447f1](https://github.com/memori-ai/memori-react/commit/bf447f199f2281c557e3fb66bc36edae894df100))
|
|
377
|
-
* update [@memori](https://github.com/memori).ai/ui dependency ([9f7a967](https://github.com/memori-ai/memori-react/commit/9f7a9675576bb090da1700756328414413889a4e))
|
|
378
|
-
* update [@memori](https://github.com/memori).ai/ui dependency ([42ad4c6](https://github.com/memori-ai/memori-react/commit/42ad4c6a216f9e2881c4117fdf60c05a399d9521))
|
|
379
|
-
* update [@memori](https://github.com/memori).ai/ui dependency ([a310624](https://github.com/memori-ai/memori-react/commit/a310624b1e26e75dbfc5b4ef18058baab3e33fac))
|
|
380
|
-
* update [@memori](https://github.com/memori).ai/ui dependency ([892be2d](https://github.com/memori-ai/memori-react/commit/892be2d0deb977cd3664ffab475a60a7ae3763e6))
|
|
381
|
-
* update [@memori](https://github.com/memori).ai/ui to and adjust theme colors in Storybook preview ([a0d7116](https://github.com/memori-ai/memori-react/commit/a0d7116dda3705efe0ea6078f362af6f8e99e9ca))
|
|
382
|
-
* update [@memori](https://github.com/memori).ai/ui to version 1.14.1 ([65f4b10](https://github.com/memori-ai/memori-react/commit/65f4b10fc6afd16a9e5adc1adcfcb18aace8448a))
|
|
383
|
-
* update [@memori](https://github.com/memori).ai/ui to version 1.16.0 and adjust FullPage and ZoomedFullBody styles ([1ff5a22](https://github.com/memori-ai/memori-react/commit/1ff5a2298a8b1ff5e836092869679e05b629c824))
|
|
384
|
-
* update deps following npm audit ([f7a109f](https://github.com/memori-ai/memori-react/commit/f7a109f7055c37d8b5190a3f5148e428c140625a))
|
|
385
|
-
* update dompurify ([e9aad6e](https://github.com/memori-ai/memori-react/commit/e9aad6e9d6d25bad597cda1078a988737698819b))
|
|
386
|
-
* update dompurify dependency to version 3.4.11 ([da25688](https://github.com/memori-ai/memori-react/commit/da256880de277d939a2ca41293300a184f8e53e7))
|
|
387
|
-
* update mocks and PDF export helper ([ef74575](https://github.com/memori-ai/memori-react/commit/ef7457578144ce680618682e33c404b2c4606daa))
|
|
388
|
-
|
|
389
|
-
## [8.45.1](https://github.com/memori-ai/memori-react/compare/v9.0.0-alpha.22...v9.0.0-alpha.23) (2026-09-08)
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
### Bug Fixes
|
|
393
|
-
|
|
394
|
-
* **nats:** fix baseUrl in get nats config ([8833c0f](https://github.com/memori-ai/memori-react/commit/8833c0fc0cddafb0a74520f6f7ea2174b6058fc1))
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
### Maintenance
|
|
398
|
-
|
|
399
|
-
* release v8.45.1 ([ac0700c](https://github.com/memori-ai/memori-react/commit/ac0700c68201276d366dca5d681729d756582226))
|
|
400
|
-
|
|
401
|
-
## [8.45.0](https://github.com/memori-ai/memori-react/compare/v9.0.0-alpha.22...v9.0.0-alpha.23) (2026-09-08)
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
### Features
|
|
405
|
-
|
|
406
|
-
* **nats:** implement catch-up mechanism for pending turns and enhance NATS session lifecycle management ([25090a5](https://github.com/memori-ai/memori-react/commit/25090a5e45633ee36652544e6ccb7dfd96d8db65))
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
### Changes
|
|
410
|
-
|
|
411
|
-
* **nats:** update NATS configuration to use per-session JWT and improve connection handling ([efc054b](https://github.com/memori-ai/memori-react/commit/efc054ba007839bc2eb6654f58d585b058a20653))
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
### Maintenance
|
|
415
|
-
|
|
416
|
-
* release v8.45.0 ([c59fdd1](https://github.com/memori-ai/memori-react/commit/c59fdd1e171a27e1299dd6584c197a45c368e8ac))
|
|
417
|
-
|
|
418
|
-
## [8.45.1](https://github.com/memori-ai/memori-react/compare/v8.45.0...v8.45.1) (2026-09-08)
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
### Bug Fixes
|
|
422
|
-
|
|
423
|
-
* **nats:** fix baseUrl in get nats config ([8833c0f](https://github.com/memori-ai/memori-react/commit/8833c0fc0cddafb0a74520f6f7ea2174b6058fc1))
|
|
424
|
-
|
|
425
|
-
## [8.45.0](https://github.com/memori-ai/memori-react/compare/v8.44.0...v8.45.0) (2026-09-08)
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
### Features
|
|
429
|
-
|
|
430
|
-
* **nats:** implement catch-up mechanism for pending turns and enhance NATS session lifecycle management ([25090a5](https://github.com/memori-ai/memori-react/commit/25090a5e45633ee36652544e6ccb7dfd96d8db65))
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
### Changes
|
|
434
|
-
|
|
435
|
-
* **nats:** update NATS configuration to use per-session JWT and improve connection handling ([efc054b](https://github.com/memori-ai/memori-react/commit/efc054ba007839bc2eb6654f58d585b058a20653))
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
## [9.0.0-alpha.22](https://github.com/memori-ai/memori-react/compare/v9.0.0-alpha.21...v9.0.0-alpha.22) (2026-09-07)
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
### Features
|
|
442
|
-
|
|
443
|
-
* align widget with [@memori](https://github.com/memori).ai/ui 1.17 overlay and token contract ([84b623b](https://github.com/memori-ai/memori-react/commit/84b623b81096efec4b56be5c6d454ec1829aae69))
|
|
444
|
-
* enhance Auth component with error handling and styling improvements ([a7449bf](https://github.com/memori-ai/memori-react/commit/a7449bfab3a83d4dfb8f2332a42095bc5bbf1182))
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
### Maintenance
|
|
448
|
-
|
|
449
|
-
* reorganize Storybook around layouts and live demos ([a1973d0](https://github.com/memori-ai/memori-react/commit/a1973d0bc31be13beccdd351edbaa29881b09c66))
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
### Changes
|
|
453
|
-
|
|
454
|
-
* remove unused story components and clean up Storybook files ([a0a983d](https://github.com/memori-ai/memori-react/commit/a0a983d000c897cdbeb036a151041fbf0ce16d4b))
|
|
455
|
-
|
|
456
|
-
## [9.0.0-alpha.21](https://github.com/memori-ai/memori-react/compare/v9.0.0-alpha.20...v9.0.0-alpha.21) (2026-09-02)
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
### Features
|
|
460
|
-
|
|
461
|
-
* add document count display in FilePreview component and enhance modal styles ([709c5f0](https://github.com/memori-ai/memori-react/commit/709c5f0d9d206c811e0aabe415586cae29abbcd2))
|
|
462
|
-
* add isMaleExcludedAnimation function and corresponding tests ([5d13dfd](https://github.com/memori-ai/memori-react/commit/5d13dfdce63b5d9ff6fc7f087065aa804b016ad4))
|
|
463
|
-
* enhance StartPanel with collapsible description and improve CSS for preview list ([363b34f](https://github.com/memori-ai/memori-react/commit/363b34fc79ff7ca4025b0a77fa1c25f31a7edbde))
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
### Changes
|
|
467
|
-
|
|
468
|
-
* simplify dropdown implementation in ArtifactActions and CopyButtonWithDropdown components ([345cdfc](https://github.com/memori-ai/memori-react/commit/345cdfcfb08c83d3f3f97f29e18842b3bd519ddc))
|
|
469
|
-
|
|
470
|
-
## [9.0.0-alpha.20](https://github.com/memori-ai/memori-react/compare/v9.0.0-alpha.20...v9.0.0-alpha.21) (2026-09-01)
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
### Features
|
|
474
|
-
|
|
475
|
-
* implement mute speaker functionality with TTS audio control ([adc4bf5](https://github.com/memori-ai/memori-react/commit/adc4bf5f5fe044923eb21b203b65c7b3c92dcb25))
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
### Bug Fixes
|
|
479
|
-
|
|
480
|
-
* update default layout value to FULLPAGE in MemoriWidget and SettingsDrawer components ([a6e4e85](https://github.com/memori-ai/memori-react/commit/a6e4e850fdaf2eefb68f684154dc4b06945128a4))
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
### Maintenance
|
|
484
|
-
|
|
485
|
-
* release v9.0.0-alpha.20 ([b14d198](https://github.com/memori-ai/memori-react/commit/b14d198edd845b64bac17768fed30c8a6aff34d0))
|
|
486
|
-
|
|
487
|
-
## [9.0.0-alpha.19](https://github.com/memori-ai/memori-react/compare/v9.0.0-alpha.20...v9.0.0-alpha.21) (2026-08-28)
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
### Maintenance
|
|
491
|
-
|
|
492
|
-
* release v9.0.0-alpha.19 ([8f3c09e](https://github.com/memori-ai/memori-react/commit/8f3c09eae10764cb6422407ffab14f9ea855ef4c))
|
|
493
|
-
|
|
494
|
-
## [9.0.0-alpha.18](https://github.com/memori-ai/memori-react/compare/v9.0.0-alpha.20...v9.0.0-alpha.21) (2026-08-27)
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
### Maintenance
|
|
498
|
-
|
|
499
|
-
* release v9.0.0-alpha.18 ([3bc6775](https://github.com/memori-ai/memori-react/commit/3bc677517e058e00713aa9ffce8f0786864c6606))
|
|
500
|
-
|
|
501
|
-
## [9.0.0-alpha.17](https://github.com/memori-ai/memori-react/compare/v9.0.0-alpha.20...v9.0.0-alpha.21) (2026-08-26)
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
### Maintenance
|
|
505
|
-
|
|
506
|
-
* release v9.0.0-alpha.17 ([e435fb2](https://github.com/memori-ai/memori-react/commit/e435fb2634152b2b06c3e82c3618540956f1b50c))
|
|
507
|
-
|
|
508
|
-
## [9.0.0-alpha.16](https://github.com/memori-ai/memori-react/compare/v9.0.0-alpha.20...v9.0.0-alpha.21) (2026-08-26)
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
### Changes
|
|
512
|
-
|
|
513
|
-
* simplify theme handling in MemoriWidget and related components ([bdd4315](https://github.com/memori-ai/memori-react/commit/bdd43159c849cd3915181ff8a05da3906cd0cfd8))
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
### Maintenance
|
|
517
|
-
|
|
518
|
-
* release v9.0.0-alpha.16 ([8ee7ec5](https://github.com/memori-ai/memori-react/commit/8ee7ec5036891edb5731517d050ba6c6152574d6))
|
|
519
|
-
|
|
520
|
-
## [9.0.0-alpha.14](https://github.com/memori-ai/memori-react/compare/v9.0.0-alpha.20...v9.0.0-alpha.21) (2026-08-25)
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
### Maintenance
|
|
524
|
-
|
|
525
|
-
* release v9.0.0-alpha.14 ([cf7f130](https://github.com/memori-ai/memori-react/commit/cf7f130649b5c73e3112ac1917dea25d58086dc4))
|
|
526
|
-
|
|
527
|
-
## [9.0.0-alpha.13](https://github.com/memori-ai/memori-react/compare/v9.0.0-alpha.20...v9.0.0-alpha.21) (2026-08-25)
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
### Maintenance
|
|
531
|
-
|
|
532
|
-
* release v9.0.0-alpha.13 ([c8944f6](https://github.com/memori-ai/memori-react/commit/c8944f6f23214b137dd1997d4dbcfdae235b9739))
|
|
533
|
-
|
|
534
|
-
## [9.0.0-alpha.12](https://github.com/memori-ai/memori-react/compare/v9.0.0-alpha.20...v9.0.0-alpha.21) (2026-08-24)
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
### Maintenance
|
|
538
|
-
|
|
539
|
-
* bump package version to 9.0.0-alpha.12 ([670138f](https://github.com/memori-ai/memori-react/commit/670138f5fbe4926cf3b8fa30536d774cdf78be8e))
|
|
540
|
-
* release v9.0.0-alpha.12 ([f49302f](https://github.com/memori-ai/memori-react/commit/f49302f85ca0d69a25d34348ccceeb17d4b855f2))
|
|
541
|
-
|
|
542
|
-
## [9.0.0-alpha.11](https://github.com/memori-ai/memori-react/compare/v9.0.0-alpha.20...v9.0.0-alpha.21) (2026-08-24)
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
### Features
|
|
546
|
-
|
|
547
|
-
* add support for global background images in chat layout and improved responsivness ([2dfe436](https://github.com/memori-ai/memori-react/commit/2dfe43646e044ac8cec896c9fae8a2675d4897a5))
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
### Bug Fixes
|
|
551
|
-
|
|
552
|
-
* update layout storybook configuration with new memoriName and memoriID, adjust layout type and enable showSettings ([ccc98d3](https://github.com/memori-ai/memori-react/commit/ccc98d31244156d515ff60d5f57fb5fd6b273e9e))
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
### Changes
|
|
556
|
-
|
|
557
|
-
* remove AlertViewport from index.tsx and add it to MemoriWidget for improved alert theming ([0869c2a](https://github.com/memori-ai/memori-react/commit/0869c2aa465415f4efcc431a7a135ca0b0357b7a))
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
### Maintenance
|
|
561
|
-
|
|
562
|
-
* release v9.0.0-alpha.11 ([c639b78](https://github.com/memori-ai/memori-react/commit/c639b7891d5477bf618aee8ba380c94ffbbec809))
|
|
563
|
-
|
|
564
|
-
## [9.0.0-alpha.10](https://github.com/memori-ai/memori-react/compare/v9.0.0-alpha.20...v9.0.0-alpha.21) (2026-08-19)
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
### Features
|
|
568
|
-
|
|
569
|
-
* add AgeVerificationModal to Showcase ([cb8e5bd](https://github.com/memori-ai/memori-react/commit/cb8e5bdc75b22b9132b454b9b8df40e2fd84b133))
|
|
570
|
-
* add AI icon display in ChatBubble component with tooltip support ([b9eb8ee](https://github.com/memori-ai/memori-react/commit/b9eb8eeac44dfe8469d03bbdc4fe1d457ed576fb))
|
|
571
|
-
* add ArtifactDrawer stories and fix hooks order bug ([5bab851](https://github.com/memori-ai/memori-react/commit/5bab85162c58f0263cdc1037406064991a8a3bb4))
|
|
572
|
-
* add avatar-configurator support in Avatar component and related tests ([1d5cfcf](https://github.com/memori-ai/memori-react/commit/1d5cfcf34d72924b8251ac5ad0db8b05b594a28f))
|
|
573
|
-
* add back button functionality and improve header layout in ChatHistoryDrawer ([9522f3f](https://github.com/memori-ai/memori-react/commit/9522f3fe47892cc6ffb5a3bc09ca34c96e0bbe9e))
|
|
574
|
-
* add ChatResumeDrawer and MobileSessionPanel styles to main stylesheet ([0863dca](https://github.com/memori-ai/memori-react/commit/0863dca0e8d61e4b977ab90eb79a701bab57f920))
|
|
575
|
-
* add dark theme detection to MemoriWidget ([7b4cf2e](https://github.com/memori-ai/memori-react/commit/7b4cf2e9441ea11e225ac8eb8c004e525e771f2e))
|
|
576
|
-
* add disablePastedText prop to control pasted text ([adc224e](https://github.com/memori-ai/memori-react/commit/adc224e56a53d4a8cee1661263f337c0564fcb97))
|
|
577
|
-
* add DrawerFooter component ([e126ae8](https://github.com/memori-ai/memori-react/commit/e126ae8df5d5612a137451ad5a209506d662f62d))
|
|
578
|
-
* add expandable object for localization in multiple languages ([549a73a](https://github.com/memori-ai/memori-react/commit/549a73a0d60889c8b68b903ecf6ce5a2fc9276d4))
|
|
579
|
-
* add function call tracking to chat history and update styles for function badges ([2df9f4f](https://github.com/memori-ai/memori-react/commit/2df9f4ffa2ff77895245a40a45469fb6198689e7))
|
|
580
|
-
* add GasStation icon and update Header component for sustainability button ([92ac136](https://github.com/memori-ai/memori-react/commit/92ac13625c777fb7d2bac762ed928a173d368978))
|
|
581
|
-
* add maxTextareaCharacters prop to limit chat input ([0d9f1b6](https://github.com/memori-ai/memori-react/commit/0d9f1b6f9457da1c09218be5c6fd5e3c515ecd2d))
|
|
582
|
-
* add media handling and AI-generated note to Chat components, update button styles in Header ([9619830](https://github.com/memori-ai/memori-react/commit/9619830a0aeff6b539f75803d60035393816de35))
|
|
583
|
-
* add session management improvements in MemoriWidget ([c8159a8](https://github.com/memori-ai/memori-react/commit/c8159a888c9b2220c5214fe69ed96c323c1ed266))
|
|
584
|
-
* add skeleton loading indicators and upload state management for file previews ([8a363ae](https://github.com/memori-ai/memori-react/commit/8a363ae2fe429256f2c67c50a7dfc1ce513f38c6))
|
|
585
|
-
* add social media icons ([dda3fcc](https://github.com/memori-ai/memori-react/commit/dda3fcc154129880eb9fa735cdb81271e954a60a))
|
|
586
|
-
* add styling for combobox group labels and disable hover effect on expandable button ([a8aef46](https://github.com/memori-ai/memori-react/commit/a8aef46e78747f8a65d0b6a2fa0cfe179798a171))
|
|
587
|
-
* add styling for combobox group labels and disable hover effect on expandable button ([65604c6](https://github.com/memori-ai/memori-react/commit/65604c648c4524661c95e210b59c1a357b78ce1a))
|
|
588
|
-
* add support for custom trigger node in ChatConsumptionDropdown component ([9aa576c](https://github.com/memori-ai/memori-react/commit/9aa576ced88c997065365f6c709944fe724e2356))
|
|
589
|
-
* add support for DOTX file format in file preview and media components ([3c95348](https://github.com/memori-ai/memori-react/commit/3c953484ecb7cc1b2ef1dee7cf2a0527103aea81))
|
|
590
|
-
* add support for Office native file formats in file upload and preview components ([d6376de](https://github.com/memori-ai/memori-react/commit/d6376de207f2d62619264e7d5894d44be1dbe7e1))
|
|
591
|
-
* add unwrapDialogState function to handle nested currentState in NATS responses ([93023e6](https://github.com/memori-ai/memori-react/commit/93023e6f591ff6ac89600880fc71873f28a7848e))
|
|
592
|
-
* add venue management to Chat, FullPage, HiddenChat, and ZoomedFullBody layouts ([5ae3160](https://github.com/memori-ai/memori-react/commit/5ae31609b223a9c65d3dbbd5d3c40ce5474be845))
|
|
593
|
-
* added total consumptin as new popover button in the Header ([eef32aa](https://github.com/memori-ai/memori-react/commit/eef32aaf3d270bdf6c814a737eb8ff9fc30560b6))
|
|
594
|
-
* artifact MIME icons, drawer context, and chat UI polish ([3ca7d96](https://github.com/memori-ai/memori-react/commit/3ca7d966f72e50dc38f4893de0e42513e248fe51))
|
|
595
|
-
* enhance accessibility and improving responsivness ([1dd4b2a](https://github.com/memori-ai/memori-react/commit/1dd4b2af93d809c01c990aa9cca8b151b3675948))
|
|
596
|
-
* enhance accessibility and localization across various components ([2841b2f](https://github.com/memori-ai/memori-react/commit/2841b2fe44259d8aae0e180901e59697a4f0b6ad))
|
|
597
|
-
* enhance Avatar component with totem layout support and improve animation handling ([9dab8f0](https://github.com/memori-ai/memori-react/commit/9dab8f084107e7d151e307d4933729b657f4f139))
|
|
598
|
-
* enhance Chat and ChatBubble components with new media handling and styling improvements ([079cc7d](https://github.com/memori-ai/memori-react/commit/079cc7d856f62294b87645c590248fa368a83e29))
|
|
599
|
-
* enhance chat layout styles with unified background and input designs across all themes ([bdf878e](https://github.com/memori-ai/memori-react/commit/bdf878e172621c852f70ed505aac6feaea242077))
|
|
600
|
-
* enhance ChatBubble and MemoriWidget components with function cache handling ([b28b474](https://github.com/memori-ai/memori-react/commit/b28b4740806aabe10eb3415fc2974c45ff88a498))
|
|
601
|
-
* enhance ChatConsumptionDropdown with open state management ([1e10b7c](https://github.com/memori-ai/memori-react/commit/1e10b7cd9cdf118b81413cab9233970d8ba1f933))
|
|
602
|
-
* enhance ChatHistoryDrawer and ShareButton components with new styles and functionality ([2173dd0](https://github.com/memori-ai/memori-react/commit/2173dd034e3d856744346ad5654a4c95611f53d5))
|
|
603
|
-
* enhance component styles and layout across various modules, including z-index adjustments, responsive design improvements, and updated button interactions ([01536b8](https://github.com/memori-ai/memori-react/commit/01536b8ed44dfbc863fcb5d718d3e14a045abe62))
|
|
604
|
-
* enhance FeedbackButtons and Header components with alert integration ([7e1faa8](https://github.com/memori-ai/memori-react/commit/7e1faa8c2a70953ddfb73428e61ce0a772bd65e9))
|
|
605
|
-
* enhance Header and HiddenChat components with new user actions and layout adjustments ([07e4599](https://github.com/memori-ai/memori-react/commit/07e459912b9bc440702fd0d684a1e13aa67a9c7d))
|
|
606
|
-
* enhance Header component with responsive chat history button and brand avatar handling ([feec235](https://github.com/memori-ai/memori-react/commit/feec235e29977ebc34fd50d84caf3e56db408bdf))
|
|
607
|
-
* enhance LoginDrawer and StartPanel components with improved styling and structure ([cd18ba0](https://github.com/memori-ai/memori-react/commit/cd18ba0520fdd6566ae76eb8113609f2dd39a8b5))
|
|
608
|
-
* enhance MemoriWidget and MobileSessionPanel with new layout options and session info display ([a67aab8](https://github.com/memori-ai/memori-react/commit/a67aab8b49f9ee00efc94b7f5920c2a0e32a821d))
|
|
609
|
-
* enhance message sanitization across components by implementing stripAllInternalTags function ([671a9d2](https://github.com/memori-ai/memori-react/commit/671a9d27a629746e08d4e0853f44b8e5bb14ca02))
|
|
610
|
-
* enhance mobile experience with modal for privacy and deep thought information ([feea227](https://github.com/memori-ai/memori-react/commit/feea227fadb27af8c7df749d0fc13d3c87f66da4))
|
|
611
|
-
* enhance pagination in ChatHistory and KnownFacts ([13713aa](https://github.com/memori-ai/memori-react/commit/13713aa18b2242e59dcf2a200495718653aa36d1))
|
|
612
|
-
* enhance paste handling with boundary checks ([fe24c1b](https://github.com/memori-ai/memori-react/commit/fe24c1b338c665e82dbbf38294f7c4af24ff41dd))
|
|
613
|
-
* enhance styling and layout across components ([df1809f](https://github.com/memori-ai/memori-react/commit/df1809fa91ea30157252b067c4d1e64ae40b0ecb))
|
|
614
|
-
* enhance styling and layout for chat and start panel ([bf80729](https://github.com/memori-ai/memori-react/commit/bf807294925add9dc9883fca7eaafce79f7c6439))
|
|
615
|
-
* enhance Typing component layout and add tooltip support for UploadButton ([72bae78](https://github.com/memori-ai/memori-react/commit/72bae7868b7410919f4fda516463f8c16e3c6785))
|
|
616
|
-
* enhance UI and UX across various components ([96b8b55](https://github.com/memori-ai/memori-react/commit/96b8b55d9f10f6e07b43193067cd43dda8d42bf9))
|
|
617
|
-
* enhance UI components by integrating new input ([f083bd1](https://github.com/memori-ai/memori-react/commit/f083bd15af6267881b010deb7a99b616ec0e70d9))
|
|
618
|
-
* enhance upload modal styling and layout for image previews ([ba08194](https://github.com/memori-ai/memori-react/commit/ba081940131c2d3578bc53e13d8adc7880da5d29))
|
|
619
|
-
* enhance user identification for credit verification by adding ownerUserName ([d883f5d](https://github.com/memori-ai/memori-react/commit/d883f5d17226d3596ce7bb9232a7a368a122d556))
|
|
620
|
-
* extend ChatBubble component to support function cache copy functionality ([6c1ad00](https://github.com/memori-ai/memori-react/commit/6c1ad00efde745c235ffb1e971e316522f53f3ea))
|
|
621
|
-
* implement ChatResumeDrawer component with new styles and functionality for resuming conversations ([0cef69c](https://github.com/memori-ai/memori-react/commit/0cef69cbe38f164ef551cf24143bed9359e70e67))
|
|
622
|
-
* implement credit verification and UI updates ([fbd0d32](https://github.com/memori-ai/memori-react/commit/fbd0d3206591964d13f6d1d25adc4f778f9749ce))
|
|
623
|
-
* implement custom markdown rendering in ArtifactDrawer ([1405c48](https://github.com/memori-ai/memori-react/commit/1405c48a89e5815bd7031265e4f39cd061227682))
|
|
624
|
-
* implement custom trigger functionality in ChatConsumptionDropdown tests ([8e742d8](https://github.com/memori-ai/memori-react/commit/8e742d84f8d89d06706def494c9088e0f38564a9))
|
|
625
|
-
* implement partial asset upload handling and add corresponding translations ([8f0797e](https://github.com/memori-ai/memori-react/commit/8f0797edfe559847dcd51a113860a7a08c985e6d))
|
|
626
|
-
* implement paste handling for text input ([33561d3](https://github.com/memori-ai/memori-react/commit/33561d3125d7e8359cc448bd937a6ac0b310cbda))
|
|
627
|
-
* implement session expiration handling in MemoriWidget and add related tests ([a9e904b](https://github.com/memori-ai/memori-react/commit/a9e904bb9286fecaac1fec8c8a413cc0a8e63824))
|
|
628
|
-
* implement theme-aware styling ([af72e67](https://github.com/memori-ai/memori-react/commit/af72e67fde6027bf8f577473a09952b234d49fbe))
|
|
629
|
-
* implement totem rail with session utilities ([ff58ce4](https://github.com/memori-ai/memori-react/commit/ff58ce4845dcaddd9feb71d57dfce00708badaa8))
|
|
630
|
-
* implement widget surface context for improved modal and drawer containment ([eb8fb1e](https://github.com/memori-ai/memori-react/commit/eb8fb1e6536587dfef7cc937959f538ac03766d6))
|
|
631
|
-
* improve accessibility and localization by adding aria attribute--no-verify ([ebc6167](https://github.com/memori-ai/memori-react/commit/ebc6167b852b0a96a9784cad4fb28cd7dc126438))
|
|
632
|
-
* improve accessibility by adding aria-labels and aria-hidden attributes to ShareButton ([6d8cbd0](https://github.com/memori-ai/memori-react/commit/6d8cbd087b67a4e83a1ecead353ad85d93b1124b))
|
|
633
|
-
* improve CSS styling for Blob component ([92bed78](https://github.com/memori-ai/memori-react/commit/92bed7807d0762c30615a571d56f36b958632a0e))
|
|
634
|
-
* improve file preview interactions ([5eda278](https://github.com/memori-ai/memori-react/commit/5eda27835e0a70a4b30a0812e8866dc14d50822c))
|
|
635
|
-
* improve mobile chat and session panel UX ([09c22cc](https://github.com/memori-ai/memori-react/commit/09c22cc9fc4dc4372f8a738573ac0e0ff071873b))
|
|
636
|
-
* integrate [@memori](https://github.com/memori).ai/ui components ([82e4d9f](https://github.com/memori-ai/memori-react/commit/82e4d9f348eabd468071fedef72941d596a11623))
|
|
637
|
-
* integrate alert system in ChatHistoryDrawer ([51775e3](https://github.com/memori-ai/memori-react/commit/51775e3def6b07caa2095ef23f1af88c902277da))
|
|
638
|
-
* integrate artifact drawer column into chat layouts ([78d389d](https://github.com/memori-ai/memori-react/commit/78d389dabe3437652243d1e9d62f1068c7023919))
|
|
639
|
-
* integrate JetStream support in NATS configuration and session handling ([4a3a0c8](https://github.com/memori-ai/memori-react/commit/4a3a0c815a5a4887ddcf64890c42eb35dc2d4a52))
|
|
640
|
-
* integrate Memori table into i18n and enhance ChatHistoryDrawer styles for improved layout ([f121690](https://github.com/memori-ai/memori-react/commit/f121690f1b473e1062e501f9c00fb08fb8d4ae41))
|
|
641
|
-
* integrate NATS support for real-time event handling in MemoriWidget ([bbb7a7f](https://github.com/memori-ai/memori-react/commit/bbb7a7f33ac2ee5a0cf57c4ace4714849ec3fe44))
|
|
642
|
-
* localize pasted text label ([3a6bf5d](https://github.com/memori-ai/memori-react/commit/3a6bf5d7e8a3fddf30a2cb58c5419f3bdf1a82d3))
|
|
643
|
-
* refactor XLSX file handling in UploadDocuments component to improve text extraction ([5ca2e0f](https://github.com/memori-ai/memori-react/commit/5ca2e0f5949685f3a826e8c75b38e876d1c4a682))
|
|
644
|
-
* refine chat layouts with global backgrounds and danger cancel buttons ([3f28abc](https://github.com/memori-ai/memori-react/commit/3f28abc6311e890a5777a662352b5c0e863c4e13))
|
|
645
|
-
* reorganized Website Assistant layout stories ([ba9c9b1](https://github.com/memori-ai/memori-react/commit/ba9c9b130821141de93c48d31e10b24da21b166a))
|
|
646
|
-
* synchronize local state with fullscreen changes in Header component ([2fa1a1d](https://github.com/memori-ai/memori-react/commit/2fa1a1d35ebc7ecde87a2c93e7823127bde021bc))
|
|
647
|
-
* **ui:** add margin to chat inputs in website assistant layout ([d488e14](https://github.com/memori-ai/memori-react/commit/d488e1412c3d0ef266af79bf818e516e3fe65790))
|
|
648
|
-
* **ui:** enhance responsiveness of chat and start panel components ([cad3abf](https://github.com/memori-ai/memori-react/commit/cad3abf7c2e468ae65f4606072540ac4fef3e311))
|
|
649
|
-
* **ui:** enhance styling and responsiveness across components, update translations for clarity ([3e13a9f](https://github.com/memori-ai/memori-react/commit/3e13a9fac79ac35372ad30930cc334ab8df3b772))
|
|
650
|
-
* **ui:** implement text sanitization for ChatBubble and WhyThisAnswer components ([1759b5b](https://github.com/memori-ai/memori-react/commit/1759b5bd660afc17aece24a682052e2f3d9c0364))
|
|
651
|
-
* **ui:** improve MobileSessionPanel button styles and update translations for consistency ([8fa0078](https://github.com/memori-ai/memori-react/commit/8fa007820ed4d0b5fd5aa39c088c36ba2ab7295f))
|
|
652
|
-
* **ui:** refine fullpage/zoomed layouts and storybook setup ([470d059](https://github.com/memori-ai/memori-react/commit/470d059b43b43d012c63d7d1796a595a7fdb353c))
|
|
653
|
-
* **ui:** refresh header, layouts, powered-by, and i18n ([1c3c8e2](https://github.com/memori-ai/memori-react/commit/1c3c8e2d8c697ccf64749eb27a1d6a96ab375fa4))
|
|
654
|
-
* **ui:** update [@memori](https://github.com/memori).ai/ui to version 1.14.0 and enhance popover trigger button active states ([637d944](https://github.com/memori-ai/memori-react/commit/637d9444f45d66380bb32d1ab875f667cb9ab04a))
|
|
655
|
-
* **ui:** update styling for header and chat components, enhance position popover functionality ([bc7cdba](https://github.com/memori-ai/memori-react/commit/bc7cdba1361eb3a0707475d58a5d38150aa8a32d))
|
|
656
|
-
* update [@memori](https://github.com/memori).ai/ui ([e8ca002](https://github.com/memori-ai/memori-react/commit/e8ca002a61bbfb8054a43d5db6abafa81fc3eb1a))
|
|
657
|
-
* update chat inputs styles over all layouts ([9657d05](https://github.com/memori-ai/memori-react/commit/9657d054c76385c6b7a617d8a87db9974a882b84))
|
|
658
|
-
* update ChatConsumptionDropdown to improve AI usage display and improved responsivness ([0e6b189](https://github.com/memori-ai/memori-react/commit/0e6b1891161b97260adafc0269811dc264a393c3))
|
|
659
|
-
* update Header component to use localized strings for total chat consumption ([87f21c5](https://github.com/memori-ai/memori-react/commit/87f21c5cc5eed59babbe32c322bb9033ba280fee))
|
|
660
|
-
* update paste handling to allow inline pastes ([64f0ee2](https://github.com/memori-ai/memori-react/commit/64f0ee282a6e5d8e77bf3fb307d9f58a853aae6f))
|
|
661
|
-
* update styles for responsive alert viewport, enhance button styles, and improve layout consistency across components ([435d310](https://github.com/memori-ai/memori-react/commit/435d310db86c399df1d0a2cd6ceccabc5b33f01c))
|
|
662
|
-
* **upload:** enhance error handling and user feedback ([bac9431](https://github.com/memori-ai/memori-react/commit/bac943132cb017799d9a0ac6f7341890fcfac628))
|
|
663
|
-
* **upload:** smart upload — partial upload when over file or payload limits ([45b7825](https://github.com/memori-ai/memori-react/commit/45b78259eacd79a4401e71073a793eeae9dc416a))
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
### Bug Fixes
|
|
667
|
-
|
|
668
|
-
* enhance file selection handling in UploadButton ([0651d2d](https://github.com/memori-ai/memori-react/commit/0651d2d9815823a719cd557fdd6d9451be8b0e66))
|
|
669
|
-
* ensure aria-label is a string for accessibility compliance in Header component ([9d04426](https://github.com/memori-ai/memori-react/commit/9d04426d3b4bf92e7399ad61275f627352c9e64c))
|
|
670
|
-
* ensure audio playback respects defaultEnableAudio ([0ec1da5](https://github.com/memori-ai/memori-react/commit/0ec1da5f7444edfff23c8165484cf64bfc6b87e7))
|
|
671
|
-
* improve cleanup commands in package.json ([18cddfb](https://github.com/memori-ai/memori-react/commit/18cddfb11211749984631f815c19d1b5553b4acd))
|
|
672
|
-
* login token async conditions ([10ce585](https://github.com/memori-ai/memori-react/commit/10ce58543b1597084f5e58b0c1a14d0a4822a697))
|
|
673
|
-
* prevent chat history clearance when dismissing popovers ([19ec445](https://github.com/memori-ai/memori-react/commit/19ec4455549b5e28af88c6e31f30ba4dad8f1de7))
|
|
674
|
-
* prevent sending messages while uploading files ([93004c5](https://github.com/memori-ai/memori-react/commit/93004c505a4c646cb989e7a0cd00106bab2a454b))
|
|
675
|
-
* prevent XSS vulnerability among sanification ([a432905](https://github.com/memori-ai/memori-react/commit/a4329053411f47e25662c6937c35f86764189839))
|
|
676
|
-
* reference error on MAX_DOCUMENTS_PER_MESSAGE ([53dc3b7](https://github.com/memori-ai/memori-react/commit/53dc3b773fcee6b36214408a0ffd3da6884d0e36))
|
|
677
|
-
* remove '.xls' from office native extensions ([5958e02](https://github.com/memori-ai/memori-react/commit/5958e02dc602ca4d7a9503625ad5e653250df4c5))
|
|
678
|
-
* reset clickedStart state in multiple scenarios within MemoriWidget ([f4a296d](https://github.com/memori-ai/memori-react/commit/f4a296d41282b792bc0e5a7f0caf8fcb1d95f986))
|
|
679
|
-
* streamline cleanup commands in package.json ([066e522](https://github.com/memori-ai/memori-react/commit/066e52235744d9020b2ed0f5a3e573c195594c24))
|
|
680
|
-
* **ui:** adjust height of MemoriWidget grid column for improved layout consistency ([58551d2](https://github.com/memori-ai/memori-react/commit/58551d2c9ade5320e44cbda71b5b865d20268e4b))
|
|
681
|
-
* **ui:** align content preview modal and assistant drawer z-index ([4431f08](https://github.com/memori-ai/memori-react/commit/4431f089cf07874019aa16d6a25781991d27819e))
|
|
682
|
-
* unify login token resolution logic in MemoriWidget component ([215e69f](https://github.com/memori-ai/memori-react/commit/215e69fa351d187ea220d6211fa96f7b1ec3be37))
|
|
683
|
-
* update active file count during document validation and processing ([ea998fc](https://github.com/memori-ai/memori-react/commit/ea998fc3539b70ef3670d96faed6ee6581fe9c42))
|
|
684
|
-
* update Anthropic status URL to use status.claude.com ([97da113](https://github.com/memori-ai/memori-react/commit/97da11397068c80019f77ecc96374d8f737a1777))
|
|
685
|
-
* update ChatBubble to conditionally truncate messages ([0cde2ab](https://github.com/memori-ai/memori-react/commit/0cde2aba665629e3f6546e64ab40ea4384eb085c))
|
|
686
|
-
* update file type display logic in FilePreview ([43e18c3](https://github.com/memori-ai/memori-react/commit/43e18c312204b6b1866106a8930a8f4c9b696dd5))
|
|
687
|
-
* update mouth smile blend shape constants ([cd05104](https://github.com/memori-ai/memori-react/commit/cd0510421cb409d7dae21b2a3b31e9b93009c97e))
|
|
688
|
-
* update NATS subject default value to include session ID format ([56bcbf4](https://github.com/memori-ai/memori-react/commit/56bcbf4d6e87a2966b874048f95cdfc919ca47a8))
|
|
689
|
-
* update snapshot ([73fb756](https://github.com/memori-ai/memori-react/commit/73fb756b3032296ab84c58e68f110064d0a546a4))
|
|
690
|
-
* update text in Header component and add OTP digit paste functionality in LoginDrawer ([09ef8aa](https://github.com/memori-ai/memori-react/commit/09ef8aab17de321f5eea4c7229727330355e39f7))
|
|
691
|
-
* update timestamp in Chat component snapshot to reflect recent changes ([f4b0ef4](https://github.com/memori-ai/memori-react/commit/f4b0ef43aec3fc877c75879c71a50853e9962b39))
|
|
692
|
-
* update venue handling and improve user experience in location management ([9e3a871](https://github.com/memori-ai/memori-react/commit/9e3a8714e8edad12cd3bb96a5a04d4f5f69d93ac))
|
|
693
|
-
* upload docx media type card opens up a link instead of a modal ([5fb0b34](https://github.com/memori-ai/memori-react/commit/5fb0b34178cbd43859894cb76ef0c925c7f34157))
|
|
694
|
-
* use primary-color for user bubble background in dark theme ([c7eceda](https://github.com/memori-ai/memori-react/commit/c7eceda840630264dfc24c73df79fc502cf9fadd))
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
### Changes
|
|
698
|
-
|
|
699
|
-
* adjust padding and layout for ChatHistoryDrawer ([ff0b6ef](https://github.com/memori-ai/memori-react/commit/ff0b6ef6b52aa0aaeec1044d5d3852e63e584d27))
|
|
700
|
-
* adjust positioning of "Powered by" element and update chat input border styles ([b3250df](https://github.com/memori-ai/memori-react/commit/b3250df7eba5f30e73b163d7e792581c74390bfa))
|
|
701
|
-
* **chat:** render message media inside ChatBubble ([356ed22](https://github.com/memori-ai/memori-react/commit/356ed2280f79a0c1ccf71ed818d36d9969ffb85f))
|
|
702
|
-
* clean up and enhance styling for Chat and MicrophoneButton components ([6feb5d2](https://github.com/memori-ai/memori-react/commit/6feb5d224330e9fff15a11f6488333999d95e8e6))
|
|
703
|
-
* clean up Header component code for better readability and maintainability ([3f79c44](https://github.com/memori-ai/memori-react/commit/3f79c446b028943af016903f3eb078513cd6fd24))
|
|
704
|
-
* clean up HiddenChat component by removing header prop component ([c9d5559](https://github.com/memori-ai/memori-react/commit/c9d5559795b66401c92eda97b75571528bafef05))
|
|
705
|
-
* comment out unused CSS rules in chat layout for clarity ([69ad366](https://github.com/memori-ai/memori-react/commit/69ad3662e8d39fcb52c5860cb51b287f1710cb69))
|
|
706
|
-
* comment out unused CSS rules in fullpage layout for clarity ([63e55ea](https://github.com/memori-ai/memori-react/commit/63e55eab2dec526ed58d6f4e32a13763bb038d47))
|
|
707
|
-
* **components:** adapt to [@memori](https://github.com/memori).ai/ui 1.5.2 ([e7a24ea](https://github.com/memori-ai/memori-react/commit/e7a24ea3109bc77c742bebc5d79c047a1c3323e5))
|
|
708
|
-
* enhance credit check logic in MemoriWidget to conditionally start session ([30d3fdb](https://github.com/memori-ai/memori-react/commit/30d3fdb8a2c1c4606306416bc408c102cfd62bb0))
|
|
709
|
-
* enhance CSS variables and styling for Artifact components ([cbf4087](https://github.com/memori-ai/memori-react/commit/cbf4087616b2a9b4d3d11dea741751f141d1d2c0))
|
|
710
|
-
* improve code readability and formatting in MemoriWidget component ([0fee720](https://github.com/memori-ai/memori-react/commit/0fee720b5e79ccea2e745dc97f4c756d25317b45))
|
|
711
|
-
* improve date handling in AgeVerificationModal ([0d806c8](https://github.com/memori-ai/memori-react/commit/0d806c80e403a76e421ff3560c47aa472b6c9e14))
|
|
712
|
-
* improve error logging and clean up debug statements in MemoriWidget ([dca8bb8](https://github.com/memori-ai/memori-react/commit/dca8bb89fc2eecc9d4f2f937bbf9384025778283))
|
|
713
|
-
* introduce PositionPopover component with styles and stories for enhanced functionality ([fe88857](https://github.com/memori-ai/memori-react/commit/fe888571611cea6ffdbbe340a1bbe086aae5a7c6))
|
|
714
|
-
* organize CSS layers for theme and integration overrides ([f89785d](https://github.com/memori-ai/memori-react/commit/f89785dd71c1a7fd44833284ee6f5b81b6c64cc3))
|
|
715
|
-
* organize CSS layers for theme and integration overrides ([3b31619](https://github.com/memori-ai/memori-react/commit/3b31619381018cfb3056b6ab4bd89ce85555be84))
|
|
716
|
-
* remove disablePastedText prop ([9e11114](https://github.com/memori-ai/memori-react/commit/9e111140051ae70f8298f91e634d84602a08461a))
|
|
717
|
-
* remove unused artifact regex and related code in ArtifactHandler for improved clarity ([ef59c01](https://github.com/memori-ai/memori-react/commit/ef59c016157c7be2be59bdd018c5504184f44611))
|
|
718
|
-
* remove unused CSS import ([f54fc76](https://github.com/memori-ai/memori-react/commit/f54fc7611ccfa42333a07501a675963869d0876c))
|
|
719
|
-
* remove unused NATS timeout logic from MemoriWidget ([4d2a451](https://github.com/memori-ai/memori-react/commit/4d2a451833860ddfa5325751c531a8d209f33adb))
|
|
720
|
-
* replace Dropdown with Popover in Header component ([d52c9f8](https://github.com/memori-ai/memori-react/commit/d52c9f8b2d2fdb10d63ba3e0982b12abb84a1f43))
|
|
721
|
-
* replace file extension extraction with document badge labels ([13afcdd](https://github.com/memori-ai/memori-react/commit/13afcdd3b955aba35a2085305f0c23985e277727))
|
|
722
|
-
* replace hasTouchscreen with isMobileOrTablet ([7a995d2](https://github.com/memori-ai/memori-react/commit/7a995d267225ef3393447820917d0a1fee9015ea))
|
|
723
|
-
* replace icon imports with lucide-react ([5807c45](https://github.com/memori-ai/memori-react/commit/5807c45d102313d986208a021086982958667d09))
|
|
724
|
-
* replace react-hot-toast with custom alert manager ([941914a](https://github.com/memori-ai/memori-react/commit/941914a86ad6fe3b90b546b79ad2a3f0542b1d8b))
|
|
725
|
-
* replace setShowPositionDrawer with setVenue and introduce PositionPopover in Header ([45e7a74](https://github.com/memori-ai/memori-react/commit/45e7a742c9e9aded549da229ec56cef078baff52))
|
|
726
|
-
* restructure ChatBubble component layout and enhance media handling ([2a1b088](https://github.com/memori-ai/memori-react/commit/2a1b0888e0ec9f40180d3231bea86a6b59b1cd61))
|
|
727
|
-
* show ai disclaimer under chat inputs ([5699c6d](https://github.com/memori-ai/memori-react/commit/5699c6d3d103e1b76e7c96f642013181474f50bb))
|
|
728
|
-
* simplify ChatBubble and ChatHistoryDrawer components by removing unnecessary styles ([777acb7](https://github.com/memori-ai/memori-react/commit/777acb7679f5ee09aa6fe0919e596aa09499c91b))
|
|
729
|
-
* simplify document processing by removing truncation logic from file extraction ([207e83c](https://github.com/memori-ai/memori-react/commit/207e83c59b71b5b25b88a6283c23ea5178d7a67b))
|
|
730
|
-
* streamline ChatHistoryDrawer and ChatInputs, enhance styling in hidden-chat layout ([ab860ff](https://github.com/memori-ai/memori-react/commit/ab860ff5d3cccaa57e6636af55867ceb01bae38c))
|
|
731
|
-
* streamline CSS styles for ChatHistoryDrawer ([fba9d1e](https://github.com/memori-ai/memori-react/commit/fba9d1e2bc0c9ee2b00a78c9876a3ba3151e8db6))
|
|
732
|
-
* streamline error handling ([c052a81](https://github.com/memori-ai/memori-react/commit/c052a81765b362f0b2d29b03206f9639a8c23d20))
|
|
733
|
-
* **ui:** improve layout consistency and add popover presentation to MobileSessionPanel ([a9f00e7](https://github.com/memori-ai/memori-react/commit/a9f00e7f869fb3054d6d2b9a1fa54a8707182716))
|
|
734
|
-
* update PositionPopover with new Popover component ([522ba47](https://github.com/memori-ai/memori-react/commit/522ba47f9642a484f6f09272b4df095a48cb76d7))
|
|
735
|
-
* update component logic and structure ([7271495](https://github.com/memori-ai/memori-react/commit/727149588feb47b0424bd44ff19a2e456dc00e99))
|
|
736
|
-
* update CSS styles for ChatInputs, ContentPreviewModal, FilePreview, MediaItemWidget, and MemoriWidget components ([a7207b5](https://github.com/memori-ai/memori-react/commit/a7207b5f4f9f647fbc2eff5e96371127bc78386a))
|
|
737
|
-
* update CSS styles for MemoriWidget and ArtifactActions components, adjusting background colors ([37ea36a](https://github.com/memori-ai/memori-react/commit/37ea36a3dc2b90c3243cdaa26a60a98fb7581dc5))
|
|
738
|
-
* update Header by replacing Info icon with MoreVertical, remove unused settings popover state ([0e4c684](https://github.com/memori-ai/memori-react/commit/0e4c68480479e14a77a918be0ee1d8891c3a5572))
|
|
739
|
-
* update snapshot styles for various components ([8bafaca](https://github.com/memori-ai/memori-react/commit/8bafacac510713778112de43667b5c6f3057d74e))
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
### Maintenance
|
|
743
|
-
|
|
744
|
-
* refactor MemoriWidget for improved NATS event handling ([7de1051](https://github.com/memori-ai/memori-react/commit/7de105174d24b2e770bf3d738efd91cf0a42f004))
|
|
745
|
-
* add @base-ui/react dependency ([fc158f2](https://github.com/memori-ai/memori-react/commit/fc158f206b512acb95a201da1f7f6b7587c40594))
|
|
746
|
-
* bump package version to 9.0.0-alpha.6 ([89bb42b](https://github.com/memori-ai/memori-react/commit/89bb42bd99fd11257746bb2befbb3d6340e2ba99))
|
|
747
|
-
* bump package version to 9.0.0-alpha.7 ([c72b769](https://github.com/memori-ai/memori-react/commit/c72b7691624f52acccd7f2e26cbe658027e102b5))
|
|
748
|
-
* bump package version to 9.0.0-alpha.8 ([44526b2](https://github.com/memori-ai/memori-react/commit/44526b2942fde0660f3ca56d209e0352eb81179a))
|
|
749
|
-
* bump package version to 9.0.0-alpha.9 ([0be7121](https://github.com/memori-ai/memori-react/commit/0be7121f824c6392d040eea7f0e244c2c785212c))
|
|
750
|
-
* **deps:** bump [@memori](https://github.com/memori).ai/ui to ^1.5.2 ([de74299](https://github.com/memori-ai/memori-react/commit/de74299807a0d0a295855240d82d7828b41097b3))
|
|
751
|
-
* **deps:** update dependencies ([729688f](https://github.com/memori-ai/memori-react/commit/729688f6c0b29079e9d594bc006f3f3928c0cbc9))
|
|
752
|
-
* enhance build process with PostCSS integration and add CSS build scripts ([0d3af95](https://github.com/memori-ai/memori-react/commit/0d3af959b99f123b5a392f1f017a044c46760b88))
|
|
753
|
-
* refactor MemoriWidget to utilize MemoriUIProvider for improved theme management ([1cff0e9](https://github.com/memori-ai/memori-react/commit/1cff0e9266eeeef48123a9af1bf5eea6ca642b2c))
|
|
754
|
-
* release v8.17.3 ([81347cf](https://github.com/memori-ai/memori-react/commit/81347cf06f1e35e5a75b26fe0b44e4c919cd7352))
|
|
755
|
-
* release v8.18.0 ([34d0faf](https://github.com/memori-ai/memori-react/commit/34d0fafab825a80c7a8a3c9ec102aa22b4acef96))
|
|
756
|
-
* release v8.18.1 ([20c00fe](https://github.com/memori-ai/memori-react/commit/20c00fe9d61bc809973c86d345fe727534b0554a))
|
|
757
|
-
* release v8.18.2 ([27cdab4](https://github.com/memori-ai/memori-react/commit/27cdab4c10d0ead3b4a0f9405317629b9880ae4c))
|
|
758
|
-
* release v8.19.0 ([63a2d16](https://github.com/memori-ai/memori-react/commit/63a2d16a00295a63d357283f65df5b4e6712005b))
|
|
759
|
-
* release v8.19.1 ([f308716](https://github.com/memori-ai/memori-react/commit/f308716588d1a56ab11298c18ba566db1dfbaf6f))
|
|
760
|
-
* release v8.19.2 ([6a01759](https://github.com/memori-ai/memori-react/commit/6a01759aa6705f387746f806cffb602ffe07c559))
|
|
761
|
-
* release v8.19.3 ([275e533](https://github.com/memori-ai/memori-react/commit/275e533734d82bdc8ad3bfe07f31e1544eb009eb))
|
|
762
|
-
* release v8.30.1 ([13d29f1](https://github.com/memori-ai/memori-react/commit/13d29f1020da76f43c3a5d5568cfa0fad9b2c2e3))
|
|
763
|
-
* release v8.31.0 ([ad31500](https://github.com/memori-ai/memori-react/commit/ad3150056d9793a4f8795803a7de1b0666295e46))
|
|
764
|
-
* release v8.32.0 ([ac8f19a](https://github.com/memori-ai/memori-react/commit/ac8f19a996a8a0f5b20bd1df89a711c97903de35))
|
|
765
|
-
* release v8.34.0 ([2fcc8bd](https://github.com/memori-ai/memori-react/commit/2fcc8bdf96b018a322cc7ce3d5f703c74d9261ec))
|
|
766
|
-
* release v8.36.0 ([f6d6c92](https://github.com/memori-ai/memori-react/commit/f6d6c92ae9e0a337a3db215ea1ff7fed17725227))
|
|
767
|
-
* release v8.37.0 ([80b208c](https://github.com/memori-ai/memori-react/commit/80b208cad3abed75703d8cd45c4b98182bf36564))
|
|
768
|
-
* release v8.38.0 ([536d919](https://github.com/memori-ai/memori-react/commit/536d919b9a01ad178cbba6be9e845be038baf5a8))
|
|
769
|
-
* release v8.38.1 ([d19a323](https://github.com/memori-ai/memori-react/commit/d19a3232d5ad7677c77e65a35fcacc9edc7c77f6))
|
|
770
|
-
* release v8.38.2 ([94fc800](https://github.com/memori-ai/memori-react/commit/94fc8006306bdc1b8a44c601b20283cfdcb9a388))
|
|
771
|
-
* release v8.38.3 ([55deed8](https://github.com/memori-ai/memori-react/commit/55deed80fe13b3c69cadf9bae44ba62d6d2589f1))
|
|
772
|
-
* release v8.38.4 ([81b6116](https://github.com/memori-ai/memori-react/commit/81b61161ef22621166014a2f258c45f653105857))
|
|
773
|
-
* release v9.0.0-alpha.0 ([1b74d07](https://github.com/memori-ai/memori-react/commit/1b74d07256b6611a13617d94964824b99434b88c))
|
|
774
|
-
* release v9.0.0-alpha.1 ([7e63a0c](https://github.com/memori-ai/memori-react/commit/7e63a0cd2738c8fb742b4a66879fdd7039a2798c))
|
|
775
|
-
* release v9.0.0-alpha.10 ([f2706ab](https://github.com/memori-ai/memori-react/commit/f2706ab4958b029d675b78ca6d774f96d7705df5))
|
|
776
|
-
* release v9.0.0-alpha.2 ([27de450](https://github.com/memori-ai/memori-react/commit/27de4502f538bc3abaf517b8350f2fbdb00b78df))
|
|
777
|
-
* release v9.0.0-alpha.3 ([c663433](https://github.com/memori-ai/memori-react/commit/c663433bee38490aa0db6153a02ca0c56d15071a))
|
|
778
|
-
* release v9.0.0-alpha.4 ([4a9a96f](https://github.com/memori-ai/memori-react/commit/4a9a96f04b5222c7a8e11ea96c9a08a85313f977))
|
|
779
|
-
* release v9.0.0-alpha.5 ([74522be](https://github.com/memori-ai/memori-react/commit/74522be64d9ffa9ca0b1a61b52e99781170a79a7))
|
|
780
|
-
* release v9.0.0-alpha.6 ([2f938a3](https://github.com/memori-ai/memori-react/commit/2f938a3611e9f5c5d54e34540bf3c1f3123bd7de))
|
|
781
|
-
* release v9.0.0-alpha.7 ([7c0769d](https://github.com/memori-ai/memori-react/commit/7c0769d905851962517e4f02ac99bd47c28d39d9))
|
|
782
|
-
* release v9.0.0-alpha.8 ([47c1bd8](https://github.com/memori-ai/memori-react/commit/47c1bd8c262921a3de9a9c5a32fefcc6f8de04cc))
|
|
783
|
-
* release v9.0.0-alpha.9 ([a5119f8](https://github.com/memori-ai/memori-react/commit/a5119f8a8f596540c3e364b9b550e7f1694d0413))
|
|
784
|
-
* remove unused dependencies from package.json ([5ea6c79](https://github.com/memori-ai/memori-react/commit/5ea6c795dc104772f572cbbadc8fedb07ef42666))
|
|
785
|
-
* **storybook:** add theme decorator and sync with background control ([4787d5b](https://github.com/memori-ai/memori-react/commit/4787d5b915dc74ad1a0867ba2846789a946145dc))
|
|
786
|
-
* update [@memori](https://github.com/memori).ai/ui ([3177beb](https://github.com/memori-ai/memori-react/commit/3177bebc8e212de5fb20f5f82a6473fdb9d2ae48))
|
|
787
|
-
* update [@memori](https://github.com/memori).ai/ui ([800908c](https://github.com/memori-ai/memori-react/commit/800908cb78a2bb82d7fe3c4780420645b8df05a0))
|
|
788
|
-
* update [@memori](https://github.com/memori).ai/ui ([bf447f1](https://github.com/memori-ai/memori-react/commit/bf447f199f2281c557e3fb66bc36edae894df100))
|
|
789
|
-
* update [@memori](https://github.com/memori).ai/ui dependency ([9f7a967](https://github.com/memori-ai/memori-react/commit/9f7a9675576bb090da1700756328414413889a4e))
|
|
790
|
-
* update [@memori](https://github.com/memori).ai/ui dependency ([42ad4c6](https://github.com/memori-ai/memori-react/commit/42ad4c6a216f9e2881c4117fdf60c05a399d9521))
|
|
791
|
-
* update [@memori](https://github.com/memori).ai/ui dependency ([a310624](https://github.com/memori-ai/memori-react/commit/a310624b1e26e75dbfc5b4ef18058baab3e33fac))
|
|
792
|
-
* update [@memori](https://github.com/memori).ai/ui dependency ([892be2d](https://github.com/memori-ai/memori-react/commit/892be2d0deb977cd3664ffab475a60a7ae3763e6))
|
|
793
|
-
* update [@memori](https://github.com/memori).ai/ui to and adjust theme colors in Storybook preview ([a0d7116](https://github.com/memori-ai/memori-react/commit/a0d7116dda3705efe0ea6078f362af6f8e99e9ca))
|
|
794
|
-
* update [@memori](https://github.com/memori).ai/ui to version 1.14.1 ([65f4b10](https://github.com/memori-ai/memori-react/commit/65f4b10fc6afd16a9e5adc1adcfcb18aace8448a))
|
|
795
|
-
* update [@memori](https://github.com/memori).ai/ui to version 1.16.0 and adjust FullPage and ZoomedFullBody styles ([1ff5a22](https://github.com/memori-ai/memori-react/commit/1ff5a2298a8b1ff5e836092869679e05b629c824))
|
|
796
|
-
* update deps following npm audit ([f7a109f](https://github.com/memori-ai/memori-react/commit/f7a109f7055c37d8b5190a3f5148e428c140625a))
|
|
797
|
-
* update dompurify ([e9aad6e](https://github.com/memori-ai/memori-react/commit/e9aad6e9d6d25bad597cda1078a988737698819b))
|
|
798
|
-
* update dompurify dependency to version 3.4.11 ([da25688](https://github.com/memori-ai/memori-react/commit/da256880de277d939a2ca41293300a184f8e53e7))
|
|
799
|
-
* update mocks and PDF export helper ([ef74575](https://github.com/memori-ai/memori-react/commit/ef7457578144ce680618682e33c404b2c4606daa))
|
|
800
|
-
|
|
801
|
-
## [8.44.0](https://github.com/memori-ai/memori-react/compare/v9.0.0-alpha.20...v9.0.0-alpha.21) (2026-09-02)
|
|
3
|
+
## [9.0.0-alpha.25](https://github.com/memori-ai/memori-react/compare/v9.0.0-alpha.24...v9.0.0-alpha.25) (2026-09-16)
|
|
802
4
|
|
|
803
5
|
|
|
804
6
|
### Features
|
|
805
7
|
|
|
806
|
-
*
|
|
807
|
-
* enhance
|
|
808
|
-
*
|
|
8
|
+
* **chat:** group user attachments and differentiate media cards ([90e6f0b](https://github.com/memori-ai/memori-react/commit/90e6f0baf41dd8a90f6ac8b58f593cfcef787fd8))
|
|
9
|
+
* **DateSelector:** enhance mobile date input with placeholder and icon, improve styling ([b86cb87](https://github.com/memori-ai/memori-react/commit/b86cb87c81c95e66415cb04a122d54014e07c591))
|
|
10
|
+
* implement fullscreen functionality for HiddenChat and WebsiteAssistant components ([bc346cd](https://github.com/memori-ai/memori-react/commit/bc346cd09ac5173ab26ed1dd988b23d558886699))
|
|
11
|
+
* implement OTP resend cooldown and update timer logic ([12cbeba](https://github.com/memori-ai/memori-react/commit/12cbebaaff548992fb79da355eba6fb1786b1238))
|
|
12
|
+
* **StartPanel:** enhance tooltip functionality with fixed positioning and visibility control ([a212d81](https://github.com/memori-ai/memori-react/commit/a212d81fa651d82f046947055d95a32f4ab31eba))
|
|
13
|
+
* **StartPanel:** implement geolocation request on button click and update position handling ([08ab317](https://github.com/memori-ai/memori-react/commit/08ab317d482e63584cc5a211a1870b230e069b11))
|
|
809
14
|
|
|
810
15
|
|
|
811
16
|
### Bug Fixes
|
|
812
17
|
|
|
813
|
-
*
|
|
814
|
-
* print icon jsx attributes ([75aeecb](https://github.com/memori-ai/memori-react/commit/75aeecb2123ec7c62ae3dc3cf12802863e34807e))
|
|
18
|
+
* update snapshot files to remove unnecessary data attributes for cleaner rendering ([329dfcf](https://github.com/memori-ai/memori-react/commit/329dfcf495e9630ea5e08e3281fbdfa9b49a0e92))
|
|
815
19
|
|
|
816
20
|
|
|
817
21
|
### Changes
|
|
818
22
|
|
|
819
|
-
*
|
|
820
|
-
*
|
|
23
|
+
* **chat:** update media item styles and structure for improved layout ([de52969](https://github.com/memori-ai/memori-react/commit/de5296976ce2ce1c4c3cc177946534cdd3bf30eb))
|
|
24
|
+
* remove useWidgetSurfaceEl from multiple components to streamline modal rendering ([a5e199f](https://github.com/memori-ai/memori-react/commit/a5e199ff0c36524f8e911e4552fa3acda4014e48))
|
|
821
25
|
|
|
822
26
|
|
|
823
27
|
### Maintenance
|
|
824
28
|
|
|
825
|
-
*
|
|
826
|
-
* release v8.41.6 ([ba775a9](https://github.com/memori-ai/memori-react/commit/ba775a96dcf56dfa05024d948dcbf1b65d375288))
|
|
827
|
-
* release v8.42.0 ([abdeeb6](https://github.com/memori-ai/memori-react/commit/abdeeb6d1beaf49df5524fdbec6f67b928f5deb3))
|
|
828
|
-
* release v8.43.0 ([5f0d9d0](https://github.com/memori-ai/memori-react/commit/5f0d9d049d3abb8ac38481acca5c7ceeb391ebbc))
|
|
829
|
-
* release v8.44.0 ([1429d47](https://github.com/memori-ai/memori-react/commit/1429d471b38243b52555c032ec5d506b6bd32791))
|
|
830
|
-
* update dompurify ([18bb60e](https://github.com/memori-ai/memori-react/commit/18bb60e1d9660712475e86c3aabf0e344616f658))
|
|
831
|
-
* update dompurify to version 3.4.13 and remove iframe sandbox attribute in ArtifactPreview ([793925b](https://github.com/memori-ai/memori-react/commit/793925bfa6bf8f6786eb5e4a14bf9d2ee9de0ba9))
|
|
29
|
+
* update dependencies and Jest configuration for improved module resolution ([8f0e8d6](https://github.com/memori-ai/memori-react/commit/8f0e8d6d201d9cb41503077d111bf6a62fda510a))
|
|
832
30
|
|
|
833
|
-
## [
|
|
31
|
+
## [9.0.0-alpha.24](https://github.com/memori-ai/memori-react/compare/v9.0.0-alpha.23...v9.0.0-alpha.24) (2026-09-10)
|
|
834
32
|
|
|
835
33
|
|
|
836
34
|
### Features
|
|
837
35
|
|
|
838
|
-
*
|
|
839
|
-
* implement artifact update ([90886fe](https://github.com/memori-ai/memori-react/commit/90886feddf8fab88c4bef3ad4ad63acdbd94c435))
|
|
36
|
+
* add release-it configuration for automated versioning and changelog generation ([6a4eee6](https://github.com/memori-ai/memori-react/commit/6a4eee674a9b034f4b8a131d3bdbd5c929596ecc))
|
|
840
37
|
|
|
841
38
|
|
|
842
39
|
### Bug Fixes
|
|
843
40
|
|
|
844
|
-
*
|
|
41
|
+
* upload document skip native file parsing for non-text formats ([8db4328](https://github.com/memori-ai/memori-react/commit/8db432874473bbe83d0b60a0fef5764c745ae632))
|
|
845
42
|
|
|
846
43
|
|
|
847
44
|
### Maintenance
|
|
848
45
|
|
|
849
|
-
* release v8.
|
|
850
|
-
|
|
851
|
-
## [9.0.0-alpha.20](https://github.com/memori-ai/memori-react/compare/v9.0.0-alpha.19...v9.0.0-alpha.20) (2026-09-01)
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
### Features
|
|
46
|
+
* release v8.45.2 ([73fc1bf](https://github.com/memori-ai/memori-react/commit/73fc1bf06bff091a58bf60ea0cd40272e96a8103))
|
|
47
|
+
* update marked-katex-extension to version 5.1.10 and adjust peer dependencies ([934d15c](https://github.com/memori-ai/memori-react/commit/934d15cc3d5a71a0064d942a8ebed68048ca925d))
|
|
855
48
|
|
|
856
|
-
|
|
857
|
-
* implement mute speaker functionality with TTS audio control ([adc4bf5](https://github.com/memori-ai/memori-react/commit/adc4bf5f5fe044923eb21b203b65c7b3c92dcb25))
|
|
49
|
+
## [8.45.2](https://github.com/memori-ai/memori-react/compare/v8.45.1...v8.45.2) (2026-09-10)
|
|
858
50
|
|
|
859
51
|
|
|
860
52
|
### Bug Fixes
|
|
861
53
|
|
|
862
|
-
*
|
|
863
|
-
* update default layout value to FULLPAGE in MemoriWidget and SettingsDrawer components ([a6e4e85](https://github.com/memori-ai/memori-react/commit/a6e4e850fdaf2eefb68f684154dc4b06945128a4))
|
|
54
|
+
* upload document skip native file parsing for non-text formats ([8db4328](https://github.com/memori-ai/memori-react/commit/8db432874473bbe83d0b60a0fef5764c745ae632))
|
|
864
55
|
|
|
865
|
-
## [
|
|
56
|
+
## [9.0.0-alpha.23](https://github.com/memori-ai/memori-react/compare/v9.0.0-alpha.22...v9.0.0-alpha.23) (2026-09-09)
|
|
866
57
|
|
|
867
58
|
|
|
868
59
|
### Features
|
|
869
60
|
|
|
870
|
-
*
|
|
871
|
-
* enhance artifact preview by sanitizing content and adding iframe sandboxing ([d7c5f9f](https://github.com/memori-ai/memori-react/commit/d7c5f9ff5b6a5dc6fd53f218c23da759ece5f735))
|
|
872
|
-
* enhance resource URL handling by appending session ID for specific asset paths ([8c2f3dc](https://github.com/memori-ai/memori-react/commit/8c2f3dcf27a7fb3148914f8ec63a115d492b32f3))
|
|
873
|
-
* file conversion migrated over new internal api ([4efeef0](https://github.com/memori-ai/memori-react/commit/4efeef0990537a4cc93dcfd06e31507b6fde33a2))
|
|
874
|
-
* implement artifact update ([90886fe](https://github.com/memori-ai/memori-react/commit/90886feddf8fab88c4bef3ad4ad63acdbd94c435))
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
### Bug Fixes
|
|
878
|
-
|
|
879
|
-
* prevent XSS vulnerability among sanification ([6d2eb29](https://github.com/memori-ai/memori-react/commit/6d2eb2980542bd5c992452a115a9c5920a70f42e))
|
|
880
|
-
* print icon jsx attributes ([75aeecb](https://github.com/memori-ai/memori-react/commit/75aeecb2123ec7c62ae3dc3cf12802863e34807e))
|
|
881
|
-
* update Anthropic status URL to use status.claude.com ([3ebf0aa](https://github.com/memori-ai/memori-react/commit/3ebf0aa1a9de9a231bda070bcba4bd2e808e653b))
|
|
61
|
+
* handle newline for user messages ([1858620](https://github.com/memori-ai/memori-react/commit/18586205c53ca18f97d94be9bac68ca3e8770ac2))
|
|
882
62
|
|
|
883
63
|
|
|
884
64
|
### Changes
|
|
885
65
|
|
|
886
|
-
*
|
|
887
|
-
* improve date handling in AgeVerificationModal ([0e4a54d](https://github.com/memori-ai/memori-react/commit/0e4a54d45b8a0fd149fc9f046f8904c219e49d25))
|
|
66
|
+
* chatbubble addon buttons sm ([47af063](https://github.com/memori-ai/memori-react/commit/47af06344aae10ce41eb1e0ef0a93224965ec9ba))
|
|
888
67
|
|
|
889
68
|
|
|
890
69
|
### Maintenance
|
|
891
70
|
|
|
892
|
-
*
|
|
893
|
-
* release v8.41.6 ([ba775a9](https://github.com/memori-ai/memori-react/commit/ba775a96dcf56dfa05024d948dcbf1b65d375288))
|
|
894
|
-
* release v8.42.0 ([abdeeb6](https://github.com/memori-ai/memori-react/commit/abdeeb6d1beaf49df5524fdbec6f67b928f5deb3))
|
|
895
|
-
* release v8.43.0 ([5f0d9d0](https://github.com/memori-ai/memori-react/commit/5f0d9d049d3abb8ac38481acca5c7ceeb391ebbc))
|
|
896
|
-
* update dompurify ([18bb60e](https://github.com/memori-ai/memori-react/commit/18bb60e1d9660712475e86c3aabf0e344616f658))
|
|
897
|
-
* update dompurify to version 3.4.13 and remove iframe sandbox attribute in ArtifactPreview ([793925b](https://github.com/memori-ai/memori-react/commit/793925bfa6bf8f6786eb5e4a14bf9d2ee9de0ba9))
|
|
898
|
-
|
|
899
|
-
## [8.43.0](https://github.com/memori-ai/memori-react/compare/v8.42.0...v8.43.0) (2026-09-01)
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
### Features
|
|
903
|
-
|
|
904
|
-
* enhance artifact preview by sanitizing content and adding iframe sandboxing ([353ec87](https://github.com/memori-ai/memori-react/commit/353ec87e60634cd8797af728e18257a719931524))
|
|
905
|
-
* file conversion migrated over new internal api ([3991f99](https://github.com/memori-ai/memori-react/commit/3991f99123bece3833be63660351e3705e75bef2))
|
|
906
|
-
|
|
907
|
-
## [9.0.0-alpha.19](https://github.com/memori-ai/memori-react/compare/v9.0.0-alpha.18...v9.0.0-alpha.19) (2026-08-28)
|
|
908
|
-
|
|
909
|
-
## [9.0.0-alpha.18](https://github.com/memori-ai/memori-react/compare/v9.0.0-alpha.17...v9.0.0-alpha.18) (2026-08-27)
|
|
910
|
-
|
|
911
|
-
## [9.0.0-alpha.17](https://github.com/memori-ai/memori-react/compare/v9.0.0-alpha.16...v9.0.0-alpha.17) (2026-08-26)
|
|
912
|
-
|
|
913
|
-
## [9.0.0-alpha.16](https://github.com/memori-ai/memori-react/compare/v9.0.0-alpha.14...v9.0.0-alpha.16) (2026-08-26)
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
### Changes
|
|
917
|
-
|
|
918
|
-
* simplify theme handling in MemoriWidget and related components ([bdd4315](https://github.com/memori-ai/memori-react/commit/bdd43159c849cd3915181ff8a05da3906cd0cfd8))
|
|
919
|
-
|
|
920
|
-
## [9.0.0-alpha.14](https://github.com/memori-ai/memori-react/compare/v9.0.0-alpha.13...v9.0.0-alpha.14) (2026-08-25)
|
|
921
|
-
|
|
922
|
-
## [9.0.0-alpha.13](https://github.com/memori-ai/memori-react/compare/v9.0.0-alpha.12...v9.0.0-alpha.13) (2026-08-25)
|
|
923
|
-
|
|
924
|
-
## [9.0.0-alpha.12](https://github.com/memori-ai/memori-react/compare/v9.0.0-alpha.11...v9.0.0-alpha.12) (2026-08-24)
|
|
925
|
-
|
|
926
|
-
## [9.0.0-alpha.11](https://github.com/memori-ai/memori-react/compare/v9.0.0-alpha.10...v9.0.0-alpha.11) (2026-08-24)
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
### Features
|
|
71
|
+
* add bun.lock file and update package.json dependencies ([b50b1a1](https://github.com/memori-ai/memori-react/commit/b50b1a15df94d8bbe547074ceb855dce23fb8970))
|
|
930
72
|
|
|
931
|
-
|
|
932
|
-
* enhance artifact preview by sanitizing content and adding iframe sandboxing ([353ec87](https://github.com/memori-ai/memori-react/commit/353ec87e60634cd8797af728e18257a719931524))
|
|
73
|
+
## [8.45.1](https://github.com/memori-ai/memori-react/compare/v8.45.0...v8.45.1) (2026-09-08)
|
|
933
74
|
|
|
934
75
|
|
|
935
76
|
### Bug Fixes
|
|
936
77
|
|
|
937
|
-
*
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
### Maintenance
|
|
941
|
-
|
|
942
|
-
* update dompurify to version 3.4.13 and remove iframe sandbox attribute in ArtifactPreview ([1f719b9](https://github.com/memori-ai/memori-react/commit/1f719b9bc51da7f1f488426d6f70bbb4d22328df))
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
### Changes
|
|
946
|
-
|
|
947
|
-
* remove AlertViewport from index.tsx and add it to MemoriWidget for improved alert theming ([0869c2a](https://github.com/memori-ai/memori-react/commit/0869c2aa465415f4efcc431a7a135ca0b0357b7a))
|
|
78
|
+
* **nats:** fix baseUrl in get nats config ([8833c0f](https://github.com/memori-ai/memori-react/commit/8833c0fc0cddafb0a74520f6f7ea2174b6058fc1))
|
|
948
79
|
|
|
949
|
-
## [8.
|
|
80
|
+
## [8.45.0](https://github.com/memori-ai/memori-react/compare/v8.44.0...v8.45.0) (2026-09-08)
|
|
950
81
|
|
|
951
82
|
|
|
952
83
|
### Features
|
|
953
84
|
|
|
954
|
-
*
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
### Changes
|
|
958
|
-
|
|
959
|
-
* clean up media URL handling ([a917b60](https://github.com/memori-ai/memori-react/commit/a917b60aa2324a7015d5655d19a0ec9a30c01453))
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
### Maintenance
|
|
963
|
-
|
|
964
|
-
* release v8.42.0 ([b86a073](https://github.com/memori-ai/memori-react/commit/b86a073e43a2b42357855e09f277dca4a2fa60d7))
|
|
965
|
-
|
|
966
|
-
## [8.41.6](https://github.com/memori-ai/memori-react/compare/v9.0.0-alpha.10...v9.0.0-alpha.11) (2026-07-24)
|
|
85
|
+
* **nats:** implement catch-up mechanism for pending turns and enhance NATS session lifecycle management ([25090a5](https://github.com/memori-ai/memori-react/commit/25090a5e45633ee36652544e6ccb7dfd96d8db65))
|
|
967
86
|
|
|
968
87
|
|
|
969
88
|
### Changes
|
|
970
89
|
|
|
971
|
-
* improve
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
### Maintenance
|
|
975
|
-
|
|
976
|
-
* release v8.41.6 ([5883b46](https://github.com/memori-ai/memori-react/commit/5883b462175a39259b65ae2136d06c7503c95c83))
|
|
977
|
-
* update dompurify ([66aa725](https://github.com/memori-ai/memori-react/commit/66aa72599369c4f34773030bd3121f49b0f9610e))
|
|
978
|
-
|
|
979
|
-
## [8.41.5](https://github.com/memori-ai/memori-react/compare/v9.0.0-alpha.10...v9.0.0-alpha.11) (2026-07-21)
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
### Bug Fixes
|
|
983
|
-
|
|
984
|
-
* prevent XSS vulnerability among sanification ([2ca6262](https://github.com/memori-ai/memori-react/commit/2ca6262873c8e44c7b6d34c7d69baa920e097b7a))
|
|
985
|
-
* update Anthropic status URL to use status.claude.com ([2b889ac](https://github.com/memori-ai/memori-react/commit/2b889acc318e2c10e7207d546e136ec0f18b4087))
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
### Maintenance
|
|
989
|
-
|
|
990
|
-
* release v8.41.5 ([f73615c](https://github.com/memori-ai/memori-react/commit/f73615c43e56fc608cbee319e8c358182b399278))
|
|
991
|
-
|
|
992
|
-
## [8.41.4](https://github.com/memori-ai/memori-react/compare/v9.0.0-alpha.10...v9.0.0-alpha.11) (2026-07-15)
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
### Bug Fixes
|
|
996
|
-
|
|
997
|
-
* login token async conditions ([28ec006](https://github.com/memori-ai/memori-react/commit/28ec006c296a2045a775fe6adfdf369f7c135c60))
|
|
998
|
-
* remove '.xls' from office native extensions ([3890334](https://github.com/memori-ai/memori-react/commit/3890334fed4f6f6e7c8fbfbb5afbbe23989ff5f0))
|
|
999
|
-
* unify login token resolution logic in MemoriWidget component ([c84f305](https://github.com/memori-ai/memori-react/commit/c84f305246a4a868fbfadecbf0febb635623fdb5))
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
### Maintenance
|
|
1003
|
-
|
|
1004
|
-
* release v8.41.4 ([6c92373](https://github.com/memori-ai/memori-react/commit/6c9237368b701126988fd854aca8565236a1b826))
|
|
1005
|
-
|
|
1006
|
-
## [8.41.3](https://github.com/memori-ai/memori-react/compare/v9.0.0-alpha.10...v9.0.0-alpha.11) (2026-07-02)
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
### Features
|
|
1010
|
-
|
|
1011
|
-
* enhance Avatar component with totem layout support and improve animation handling ([78af528](https://github.com/memori-ai/memori-react/commit/78af52838927646bdec47a450097acd0e813904b))
|
|
1012
|
-
* extend ChatBubble component to support function cache copy functionality ([333df37](https://github.com/memori-ai/memori-react/commit/333df374b5fca920b46b6eb6a480d6af1e6fbd03))
|
|
1013
|
-
* refactor XLSX file handling in UploadDocuments component to improve text extraction ([601418c](https://github.com/memori-ai/memori-react/commit/601418c08e1cb6c94fca0e00fa05cb0acf385b70))
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
### Bug Fixes
|
|
1017
|
-
|
|
1018
|
-
* update mouth smile blend shape constants ([a44c9ad](https://github.com/memori-ai/memori-react/commit/a44c9ad025a70181857b003875834de28b28578b))
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
### Maintenance
|
|
1022
|
-
|
|
1023
|
-
* release v8.41.3 ([2ee5fab](https://github.com/memori-ai/memori-react/commit/2ee5fab3bbeaa03d6d11f08f3d141a3d88997630))
|
|
1024
|
-
|
|
1025
|
-
## [8.41.2](https://github.com/memori-ai/memori-react/compare/v9.0.0-alpha.10...v9.0.0-alpha.11) (2026-06-25)
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
### Features
|
|
1029
|
-
|
|
1030
|
-
* add avatar-configurator support in Avatar component and related tests ([1575bd8](https://github.com/memori-ai/memori-react/commit/1575bd8c48b6a15f2790e3a0fb64aaca2f991861))
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
### Maintenance
|
|
1034
|
-
|
|
1035
|
-
* release v8.41.2 ([b206c77](https://github.com/memori-ai/memori-react/commit/b206c77120f95bfadaa4caf7417838037916a457))
|
|
1036
|
-
|
|
1037
|
-
## [8.41.1](https://github.com/memori-ai/memori-react/compare/v9.0.0-alpha.10...v9.0.0-alpha.11) (2026-06-25)
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
### Features
|
|
1041
|
-
|
|
1042
|
-
* implement session expiration handling in MemoriWidget and add related tests ([65e96fa](https://github.com/memori-ai/memori-react/commit/65e96fa561462fc60abbcd71ef461cacd7b2b263))
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
### Maintenance
|
|
1046
|
-
|
|
1047
|
-
* release v8.41.1 ([0e67279](https://github.com/memori-ai/memori-react/commit/0e672799eb19e6b51a939989b8a755aeda11b972))
|
|
90
|
+
* **nats:** update NATS configuration to use per-session JWT and improve connection handling ([efc054b](https://github.com/memori-ai/memori-react/commit/efc054ba007839bc2eb6654f58d585b058a20653))
|
|
1048
91
|
|
|
1049
|
-
## [
|
|
92
|
+
## [9.0.0-alpha.22](https://github.com/memori-ai/memori-react/compare/v9.0.0-alpha.21...v9.0.0-alpha.22) (2026-09-07)
|
|
1050
93
|
|
|
1051
94
|
|
|
1052
95
|
### Features
|
|
1053
96
|
|
|
1054
|
-
*
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
### Bug Fixes
|
|
1058
|
-
|
|
1059
|
-
* update NATS subject default value to include session ID format ([dc0e7ea](https://github.com/memori-ai/memori-react/commit/dc0e7ea0a1c0eba5fb8f834df3ef55d598e05166))
|
|
97
|
+
* align widget with @memori.ai/ui 1.17 overlay and token contract ([84b623b](https://github.com/memori-ai/memori-react/commit/84b623b81096efec4b56be5c6d454ec1829aae69))
|
|
98
|
+
* enhance Auth component with error handling and styling improvements ([a7449bf](https://github.com/memori-ai/memori-react/commit/a7449bfab3a83d4dfb8f2332a42095bc5bbf1182))
|
|
1060
99
|
|
|
1061
100
|
|
|
1062
101
|
### Maintenance
|
|
1063
102
|
|
|
1064
|
-
*
|
|
1065
|
-
|
|
1066
|
-
## [8.40.4](https://github.com/memori-ai/memori-react/compare/v9.0.0-alpha.10...v9.0.0-alpha.11) (2026-06-19)
|
|
103
|
+
* reorganize Storybook around layouts and live demos ([a1973d0](https://github.com/memori-ai/memori-react/commit/a1973d0bc31be13beccdd351edbaa29881b09c66))
|
|
1067
104
|
|
|
1068
105
|
|
|
1069
106
|
### Changes
|
|
1070
107
|
|
|
1071
|
-
*
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
### Maintenance
|
|
1075
|
-
|
|
1076
|
-
* release v8.40.4 ([749ca2b](https://github.com/memori-ai/memori-react/commit/749ca2b2afe7e7f36fe867836f155ed0cb8a05bd))
|
|
1077
|
-
* update dompurify dependency to version 3.4.11 ([6e94db8](https://github.com/memori-ai/memori-react/commit/6e94db8611fb2edb592519406e0622d6bff5a3ad))
|
|
108
|
+
* remove unused story components and clean up Storybook files ([a0a983d](https://github.com/memori-ai/memori-react/commit/a0a983d000c897cdbeb036a151041fbf0ce16d4b))
|
|
1078
109
|
|
|
1079
|
-
## [
|
|
110
|
+
## [9.0.0-alpha.21](https://github.com/memori-ai/memori-react/compare/v9.0.0-alpha.20...v9.0.0-alpha.21) (2026-09-02)
|
|
1080
111
|
|
|
1081
112
|
|
|
1082
|
-
###
|
|
113
|
+
### Features
|
|
1083
114
|
|
|
1084
|
-
*
|
|
115
|
+
* add document count display in FilePreview component and enhance modal styles ([709c5f0](https://github.com/memori-ai/memori-react/commit/709c5f0d9d206c811e0aabe415586cae29abbcd2))
|
|
116
|
+
* add isMaleExcludedAnimation function and corresponding tests ([5d13dfd](https://github.com/memori-ai/memori-react/commit/5d13dfdce63b5d9ff6fc7f087065aa804b016ad4))
|
|
117
|
+
* enhance StartPanel with collapsible description and improve CSS for preview list ([363b34f](https://github.com/memori-ai/memori-react/commit/363b34fc79ff7ca4025b0a77fa1c25f31a7edbde))
|
|
1085
118
|
|
|
1086
119
|
|
|
1087
|
-
###
|
|
120
|
+
### Changes
|
|
1088
121
|
|
|
1089
|
-
*
|
|
122
|
+
* simplify dropdown implementation in ArtifactActions and CopyButtonWithDropdown components ([345cdfc](https://github.com/memori-ai/memori-react/commit/345cdfcfb08c83d3f3f97f29e18842b3bd519ddc))
|
|
1090
123
|
|
|
1091
|
-
## [8.
|
|
124
|
+
## [8.44.0](https://github.com/memori-ai/memori-react/compare/v8.43.0...v8.44.0) (2026-09-02)
|
|
1092
125
|
|
|
1093
126
|
|
|
1094
127
|
### Features
|
|
1095
128
|
|
|
1096
|
-
*
|
|
129
|
+
* enhance artifact handling with improved update detection ([e4bf613](https://github.com/memori-ai/memori-react/commit/e4bf61357d4905312f17a0bedfa7498ea225d8b8))
|
|
130
|
+
* enhance artifact preview by sanitizing content and adding iframe sandboxing ([d7c5f9f](https://github.com/memori-ai/memori-react/commit/d7c5f9ff5b6a5dc6fd53f218c23da759ece5f735))
|
|
131
|
+
* enhance resource URL handling by appending session ID for specific asset paths ([8c2f3dc](https://github.com/memori-ai/memori-react/commit/8c2f3dcf27a7fb3148914f8ec63a115d492b32f3))
|
|
132
|
+
* file conversion migrated over new internal api ([4efeef0](https://github.com/memori-ai/memori-react/commit/4efeef0990537a4cc93dcfd06e31507b6fde33a2))
|
|
133
|
+
* implement artifact update ([90886fe](https://github.com/memori-ai/memori-react/commit/90886feddf8fab88c4bef3ad4ad63acdbd94c435))
|
|
1097
134
|
|
|
1098
135
|
|
|
1099
136
|
### Bug Fixes
|
|
1100
137
|
|
|
1101
|
-
*
|
|
138
|
+
* prevent XSS vulnerability among sanification ([6d2eb29](https://github.com/memori-ai/memori-react/commit/6d2eb2980542bd5c992452a115a9c5920a70f42e))
|
|
139
|
+
* print icon jsx attributes ([75aeecb](https://github.com/memori-ai/memori-react/commit/75aeecb2123ec7c62ae3dc3cf12802863e34807e))
|
|
140
|
+
* update Anthropic status URL to use status.claude.com ([3ebf0aa](https://github.com/memori-ai/memori-react/commit/3ebf0aa1a9de9a231bda070bcba4bd2e808e653b))
|
|
1102
141
|
|
|
1103
142
|
|
|
1104
143
|
### Changes
|
|
1105
144
|
|
|
1106
|
-
*
|
|
145
|
+
* clean up media URL handling ([d98986d](https://github.com/memori-ai/memori-react/commit/d98986d5b334fe36622a05de804ade6969c9d3ef))
|
|
146
|
+
* improve date handling in AgeVerificationModal ([0e4a54d](https://github.com/memori-ai/memori-react/commit/0e4a54d45b8a0fd149fc9f046f8904c219e49d25))
|
|
1107
147
|
|
|
1108
148
|
|
|
1109
149
|
### Maintenance
|
|
1110
150
|
|
|
1111
|
-
* release v8.
|
|
151
|
+
* release v8.41.5 ([4576a98](https://github.com/memori-ai/memori-react/commit/4576a985a20d6cf8e305df5aedfaa407dfd2068a))
|
|
152
|
+
* release v8.41.6 ([ba775a9](https://github.com/memori-ai/memori-react/commit/ba775a96dcf56dfa05024d948dcbf1b65d375288))
|
|
153
|
+
* release v8.42.0 ([abdeeb6](https://github.com/memori-ai/memori-react/commit/abdeeb6d1beaf49df5524fdbec6f67b928f5deb3))
|
|
154
|
+
* release v8.43.0 ([5f0d9d0](https://github.com/memori-ai/memori-react/commit/5f0d9d049d3abb8ac38481acca5c7ceeb391ebbc))
|
|
155
|
+
* update dompurify ([18bb60e](https://github.com/memori-ai/memori-react/commit/18bb60e1d9660712475e86c3aabf0e344616f658))
|
|
156
|
+
* update dompurify to version 3.4.13 and remove iframe sandbox attribute in ArtifactPreview ([793925b](https://github.com/memori-ai/memori-react/commit/793925bfa6bf8f6786eb5e4a14bf9d2ee9de0ba9))
|
|
1112
157
|
|
|
1113
|
-
## [
|
|
158
|
+
## [9.0.0-alpha.20](https://github.com/memori-ai/memori-react/compare/v9.0.0-alpha.19...v9.0.0-alpha.20) (2026-09-01)
|
|
1114
159
|
|
|
1115
160
|
|
|
1116
161
|
### Features
|
|
1117
162
|
|
|
1118
|
-
*
|
|
163
|
+
* file conversion migrated over new internal api ([3991f99](https://github.com/memori-ai/memori-react/commit/3991f99123bece3833be63660351e3705e75bef2))
|
|
164
|
+
* implement mute speaker functionality with TTS audio control ([adc4bf5](https://github.com/memori-ai/memori-react/commit/adc4bf5f5fe044923eb21b203b65c7b3c92dcb25))
|
|
1119
165
|
|
|
1120
166
|
|
|
1121
|
-
###
|
|
167
|
+
### Bug Fixes
|
|
1122
168
|
|
|
1123
|
-
*
|
|
169
|
+
* print icon jsx attributes ([cb04fdb](https://github.com/memori-ai/memori-react/commit/cb04fdb23061cdc97cafae88e786dafcbf6b1d67))
|
|
170
|
+
* update default layout value to FULLPAGE in MemoriWidget and SettingsDrawer components ([a6e4e85](https://github.com/memori-ai/memori-react/commit/a6e4e850fdaf2eefb68f684154dc4b06945128a4))
|
|
1124
171
|
|
|
1125
|
-
## [8.
|
|
172
|
+
## [8.43.0](https://github.com/memori-ai/memori-react/compare/v8.42.0...v8.43.0) (2026-09-01)
|
|
1126
173
|
|
|
1127
174
|
|
|
1128
175
|
### Features
|
|
1129
176
|
|
|
1130
|
-
* enhance
|
|
1131
|
-
*
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
### Maintenance
|
|
1135
|
-
|
|
1136
|
-
* refactor MemoriWidget for improved NATS event handling ([7d18afa](https://github.com/memori-ai/memori-react/commit/7d18afa28d4f6cc24b3907d34bd34732e2a720c1))
|
|
1137
|
-
* release v8.40.0 ([1924348](https://github.com/memori-ai/memori-react/commit/1924348eb672b3033c20dc95dd274dc5da57caff))
|
|
1138
|
-
|
|
1139
|
-
## [8.39.0](https://github.com/memori-ai/memori-react/compare/v9.0.0-alpha.10...v9.0.0-alpha.11) (2026-06-12)
|
|
177
|
+
* enhance artifact preview by sanitizing content and adding iframe sandboxing ([353ec87](https://github.com/memori-ai/memori-react/commit/353ec87e60634cd8797af728e18257a719931524))
|
|
178
|
+
* file conversion migrated over new internal api ([3991f99](https://github.com/memori-ai/memori-react/commit/3991f99123bece3833be63660351e3705e75bef2))
|
|
1140
179
|
|
|
1141
180
|
|
|
1142
|
-
###
|
|
181
|
+
### Bug Fixes
|
|
1143
182
|
|
|
1144
|
-
*
|
|
183
|
+
* print icon jsx attributes ([cb04fdb](https://github.com/memori-ai/memori-react/commit/cb04fdb23061cdc97cafae88e786dafcbf6b1d67))
|
|
1145
184
|
|
|
1146
185
|
|
|
1147
186
|
### Maintenance
|
|
1148
187
|
|
|
1149
|
-
*
|
|
1150
|
-
|
|
1151
|
-
## [8.38.8](https://github.com/memori-ai/memori-react/compare/v9.0.0-alpha.10...v9.0.0-alpha.11) (2026-06-10)
|
|
188
|
+
* update dompurify to version 3.4.13 and remove iframe sandbox attribute in ArtifactPreview ([1f719b9](https://github.com/memori-ai/memori-react/commit/1f719b9bc51da7f1f488426d6f70bbb4d22328df))
|
|
1152
189
|
|
|
190
|
+
## [9.0.0-alpha.19](https://github.com/memori-ai/memori-react/compare/v9.0.0-alpha.18...v9.0.0-alpha.19) (2026-08-28)
|
|
1153
191
|
|
|
1154
|
-
|
|
192
|
+
## [9.0.0-alpha.18](https://github.com/memori-ai/memori-react/compare/v9.0.0-alpha.17...v9.0.0-alpha.18) (2026-08-27)
|
|
1155
193
|
|
|
1156
|
-
|
|
194
|
+
## [9.0.0-alpha.17](https://github.com/memori-ai/memori-react/compare/v9.0.0-alpha.16...v9.0.0-alpha.17) (2026-08-26)
|
|
1157
195
|
|
|
196
|
+
## [9.0.0-alpha.16](https://github.com/memori-ai/memori-react/compare/v9.0.0-alpha.14...v9.0.0-alpha.16) (2026-08-26)
|
|
1158
197
|
|
|
1159
|
-
### Maintenance
|
|
1160
198
|
|
|
1161
|
-
|
|
199
|
+
### Changes
|
|
1162
200
|
|
|
1163
|
-
|
|
201
|
+
* simplify theme handling in MemoriWidget and related components ([bdd4315](https://github.com/memori-ai/memori-react/commit/bdd43159c849cd3915181ff8a05da3906cd0cfd8))
|
|
1164
202
|
|
|
203
|
+
## [9.0.0-alpha.14](https://github.com/memori-ai/memori-react/compare/v9.0.0-alpha.13...v9.0.0-alpha.14) (2026-08-25)
|
|
1165
204
|
|
|
1166
|
-
|
|
205
|
+
## [9.0.0-alpha.13](https://github.com/memori-ai/memori-react/compare/v9.0.0-alpha.12...v9.0.0-alpha.13) (2026-08-25)
|
|
1167
206
|
|
|
1168
|
-
|
|
207
|
+
## [9.0.0-alpha.12](https://github.com/memori-ai/memori-react/compare/v9.0.0-alpha.11...v9.0.0-alpha.12) (2026-08-24)
|
|
1169
208
|
|
|
209
|
+
## [9.0.0-alpha.11](https://github.com/memori-ai/memori-react/compare/v9.0.0-alpha.10...v9.0.0-alpha.11) (2026-08-24)
|
|
1170
210
|
|
|
1171
|
-
### Maintenance
|
|
1172
211
|
|
|
1173
|
-
|
|
212
|
+
### Features
|
|
1174
213
|
|
|
1175
|
-
|
|
214
|
+
* add support for global background images in chat layout and improved responsivness ([2dfe436](https://github.com/memori-ai/memori-react/commit/2dfe43646e044ac8cec896c9fae8a2675d4897a5))
|
|
215
|
+
* enhance artifact preview by sanitizing content and adding iframe sandboxing ([353ec87](https://github.com/memori-ai/memori-react/commit/353ec87e60634cd8797af728e18257a719931524))
|
|
1176
216
|
|
|
1177
217
|
|
|
1178
|
-
###
|
|
218
|
+
### Bug Fixes
|
|
1179
219
|
|
|
1180
|
-
*
|
|
220
|
+
* update layout storybook configuration with new memoriName and memoriID, adjust layout type and enable showSettings ([ccc98d3](https://github.com/memori-ai/memori-react/commit/ccc98d31244156d515ff60d5f57fb5fd6b273e9e))
|
|
1181
221
|
|
|
1182
222
|
|
|
1183
|
-
###
|
|
223
|
+
### Maintenance
|
|
1184
224
|
|
|
1185
|
-
*
|
|
225
|
+
* update dompurify to version 3.4.13 and remove iframe sandbox attribute in ArtifactPreview ([1f719b9](https://github.com/memori-ai/memori-react/commit/1f719b9bc51da7f1f488426d6f70bbb4d22328df))
|
|
1186
226
|
|
|
1187
227
|
|
|
1188
|
-
###
|
|
228
|
+
### Changes
|
|
1189
229
|
|
|
1190
|
-
*
|
|
230
|
+
* remove AlertViewport from index.tsx and add it to MemoriWidget for improved alert theming ([0869c2a](https://github.com/memori-ai/memori-react/commit/0869c2aa465415f4efcc431a7a135ca0b0357b7a))
|
|
1191
231
|
|
|
1192
232
|
## [9.0.0-alpha.10](https://github.com/memori-ai/memori-react/compare/v8.38.5...v9.0.0-alpha.10) (2026-08-19)
|
|
1193
233
|
|
|
@@ -1261,7 +301,7 @@
|
|
|
1261
301
|
* improve CSS styling for Blob component ([92bed78](https://github.com/memori-ai/memori-react/commit/92bed7807d0762c30615a571d56f36b958632a0e))
|
|
1262
302
|
* improve file preview interactions ([5eda278](https://github.com/memori-ai/memori-react/commit/5eda27835e0a70a4b30a0812e8866dc14d50822c))
|
|
1263
303
|
* improve mobile chat and session panel UX ([09c22cc](https://github.com/memori-ai/memori-react/commit/09c22cc9fc4dc4372f8a738573ac0e0ff071873b))
|
|
1264
|
-
* integrate
|
|
304
|
+
* integrate @memori.ai/ui components ([82e4d9f](https://github.com/memori-ai/memori-react/commit/82e4d9f348eabd468071fedef72941d596a11623))
|
|
1265
305
|
* integrate alert system in ChatHistoryDrawer ([51775e3](https://github.com/memori-ai/memori-react/commit/51775e3def6b07caa2095ef23f1af88c902277da))
|
|
1266
306
|
* integrate artifact drawer column into chat layouts ([78d389d](https://github.com/memori-ai/memori-react/commit/78d389dabe3437652243d1e9d62f1068c7023919))
|
|
1267
307
|
* integrate JetStream support in NATS configuration and session handling ([4a3a0c8](https://github.com/memori-ai/memori-react/commit/4a3a0c815a5a4887ddcf64890c42eb35dc2d4a52))
|
|
@@ -1279,9 +319,9 @@
|
|
|
1279
319
|
* **ui:** improve MobileSessionPanel button styles and update translations for consistency ([8fa0078](https://github.com/memori-ai/memori-react/commit/8fa007820ed4d0b5fd5aa39c088c36ba2ab7295f))
|
|
1280
320
|
* **ui:** refine fullpage/zoomed layouts and storybook setup ([470d059](https://github.com/memori-ai/memori-react/commit/470d059b43b43d012c63d7d1796a595a7fdb353c))
|
|
1281
321
|
* **ui:** refresh header, layouts, powered-by, and i18n ([1c3c8e2](https://github.com/memori-ai/memori-react/commit/1c3c8e2d8c697ccf64749eb27a1d6a96ab375fa4))
|
|
1282
|
-
* **ui:** update
|
|
322
|
+
* **ui:** update @memori.ai/ui to version 1.14.0 and enhance popover trigger button active states ([637d944](https://github.com/memori-ai/memori-react/commit/637d9444f45d66380bb32d1ab875f667cb9ab04a))
|
|
1283
323
|
* **ui:** update styling for header and chat components, enhance position popover functionality ([bc7cdba](https://github.com/memori-ai/memori-react/commit/bc7cdba1361eb3a0707475d58a5d38150aa8a32d))
|
|
1284
|
-
* update
|
|
324
|
+
* update @memori.ai/ui ([e8ca002](https://github.com/memori-ai/memori-react/commit/e8ca002a61bbfb8054a43d5db6abafa81fc3eb1a))
|
|
1285
325
|
* update chat inputs styles over all layouts ([9657d05](https://github.com/memori-ai/memori-react/commit/9657d054c76385c6b7a617d8a87db9974a882b84))
|
|
1286
326
|
* update ChatConsumptionDropdown to improve AI usage display and improved responsivness ([0e6b189](https://github.com/memori-ai/memori-react/commit/0e6b1891161b97260adafc0269811dc264a393c3))
|
|
1287
327
|
* update Header component to use localized strings for total chat consumption ([87f21c5](https://github.com/memori-ai/memori-react/commit/87f21c5cc5eed59babbe32c322bb9033ba280fee))
|
|
@@ -1332,7 +372,7 @@
|
|
|
1332
372
|
* clean up HiddenChat component by removing header prop component ([c9d5559](https://github.com/memori-ai/memori-react/commit/c9d5559795b66401c92eda97b75571528bafef05))
|
|
1333
373
|
* comment out unused CSS rules in chat layout for clarity ([69ad366](https://github.com/memori-ai/memori-react/commit/69ad3662e8d39fcb52c5860cb51b287f1710cb69))
|
|
1334
374
|
* comment out unused CSS rules in fullpage layout for clarity ([63e55ea](https://github.com/memori-ai/memori-react/commit/63e55eab2dec526ed58d6f4e32a13763bb038d47))
|
|
1335
|
-
* **components:** adapt to
|
|
375
|
+
* **components:** adapt to @memori.ai/ui 1.5.2 ([e7a24ea](https://github.com/memori-ai/memori-react/commit/e7a24ea3109bc77c742bebc5d79c047a1c3323e5))
|
|
1336
376
|
* enhance credit check logic in MemoriWidget to conditionally start session ([30d3fdb](https://github.com/memori-ai/memori-react/commit/30d3fdb8a2c1c4606306416bc408c102cfd62bb0))
|
|
1337
377
|
* enhance CSS variables and styling for Artifact components ([cbf4087](https://github.com/memori-ai/memori-react/commit/cbf4087616b2a9b4d3d11dea741751f141d1d2c0))
|
|
1338
378
|
* improve code readability and formatting in MemoriWidget component ([0fee720](https://github.com/memori-ai/memori-react/commit/0fee720b5e79ccea2e745dc97f4c756d25317b45))
|
|
@@ -1375,7 +415,7 @@
|
|
|
1375
415
|
* bump package version to 9.0.0-alpha.7 ([c72b769](https://github.com/memori-ai/memori-react/commit/c72b7691624f52acccd7f2e26cbe658027e102b5))
|
|
1376
416
|
* bump package version to 9.0.0-alpha.8 ([44526b2](https://github.com/memori-ai/memori-react/commit/44526b2942fde0660f3ca56d209e0352eb81179a))
|
|
1377
417
|
* bump package version to 9.0.0-alpha.9 ([0be7121](https://github.com/memori-ai/memori-react/commit/0be7121f824c6392d040eea7f0e244c2c785212c))
|
|
1378
|
-
* **deps:** bump
|
|
418
|
+
* **deps:** bump @memori.ai/ui to ^1.5.2 ([de74299](https://github.com/memori-ai/memori-react/commit/de74299807a0d0a295855240d82d7828b41097b3))
|
|
1379
419
|
* **deps:** update dependencies ([729688f](https://github.com/memori-ai/memori-react/commit/729688f6c0b29079e9d594bc006f3f3928c0cbc9))
|
|
1380
420
|
* enhance build process with PostCSS integration and add CSS build scripts ([0d3af95](https://github.com/memori-ai/memori-react/commit/0d3af959b99f123b5a392f1f017a044c46760b88))
|
|
1381
421
|
* refactor MemoriWidget to utilize MemoriUIProvider for improved theme management ([1cff0e9](https://github.com/memori-ai/memori-react/commit/1cff0e9266eeeef48123a9af1bf5eea6ca642b2c))
|
|
@@ -1410,16 +450,16 @@
|
|
|
1410
450
|
* release v9.0.0-alpha.9 ([a5119f8](https://github.com/memori-ai/memori-react/commit/a5119f8a8f596540c3e364b9b550e7f1694d0413))
|
|
1411
451
|
* remove unused dependencies from package.json ([5ea6c79](https://github.com/memori-ai/memori-react/commit/5ea6c795dc104772f572cbbadc8fedb07ef42666))
|
|
1412
452
|
* **storybook:** add theme decorator and sync with background control ([4787d5b](https://github.com/memori-ai/memori-react/commit/4787d5b915dc74ad1a0867ba2846789a946145dc))
|
|
1413
|
-
* update
|
|
1414
|
-
* update
|
|
1415
|
-
* update
|
|
1416
|
-
* update
|
|
1417
|
-
* update
|
|
1418
|
-
* update
|
|
1419
|
-
* update
|
|
1420
|
-
* update
|
|
1421
|
-
* update
|
|
1422
|
-
* update
|
|
453
|
+
* update @memori.ai/ui ([3177beb](https://github.com/memori-ai/memori-react/commit/3177bebc8e212de5fb20f5f82a6473fdb9d2ae48))
|
|
454
|
+
* update @memori.ai/ui ([800908c](https://github.com/memori-ai/memori-react/commit/800908cb78a2bb82d7fe3c4780420645b8df05a0))
|
|
455
|
+
* update @memori.ai/ui ([bf447f1](https://github.com/memori-ai/memori-react/commit/bf447f199f2281c557e3fb66bc36edae894df100))
|
|
456
|
+
* update @memori.ai/ui dependency ([9f7a967](https://github.com/memori-ai/memori-react/commit/9f7a9675576bb090da1700756328414413889a4e))
|
|
457
|
+
* update @memori.ai/ui dependency ([42ad4c6](https://github.com/memori-ai/memori-react/commit/42ad4c6a216f9e2881c4117fdf60c05a399d9521))
|
|
458
|
+
* update @memori.ai/ui dependency ([a310624](https://github.com/memori-ai/memori-react/commit/a310624b1e26e75dbfc5b4ef18058baab3e33fac))
|
|
459
|
+
* update @memori.ai/ui dependency ([892be2d](https://github.com/memori-ai/memori-react/commit/892be2d0deb977cd3664ffab475a60a7ae3763e6))
|
|
460
|
+
* update @memori.ai/ui to and adjust theme colors in Storybook preview ([a0d7116](https://github.com/memori-ai/memori-react/commit/a0d7116dda3705efe0ea6078f362af6f8e99e9ca))
|
|
461
|
+
* update @memori.ai/ui to version 1.14.1 ([65f4b10](https://github.com/memori-ai/memori-react/commit/65f4b10fc6afd16a9e5adc1adcfcb18aace8448a))
|
|
462
|
+
* update @memori.ai/ui to version 1.16.0 and adjust FullPage and ZoomedFullBody styles ([1ff5a22](https://github.com/memori-ai/memori-react/commit/1ff5a2298a8b1ff5e836092869679e05b629c824))
|
|
1423
463
|
* update deps following npm audit ([f7a109f](https://github.com/memori-ai/memori-react/commit/f7a109f7055c37d8b5190a3f5148e428c140625a))
|
|
1424
464
|
* update dompurify ([e9aad6e](https://github.com/memori-ai/memori-react/commit/e9aad6e9d6d25bad597cda1078a988737698819b))
|
|
1425
465
|
* update dompurify dependency to version 3.4.11 ([da25688](https://github.com/memori-ai/memori-react/commit/da256880de277d939a2ca41293300a184f8e53e7))
|
|
@@ -1461,6 +501,23 @@
|
|
|
1461
501
|
|
|
1462
502
|
* clean up HiddenChat component by removing header prop component ([c9d5559](https://github.com/memori-ai/memori-react/commit/c9d5559795b66401c92eda97b75571528bafef05))
|
|
1463
503
|
|
|
504
|
+
## [8.42.0](https://github.com/memori-ai/memori-react/compare/v8.41.6...v8.42.0) (2026-08-03)
|
|
505
|
+
|
|
506
|
+
|
|
507
|
+
### Features
|
|
508
|
+
|
|
509
|
+
* enhance resource URL handling by appending session ID for specific asset paths ([29fbc31](https://github.com/memori-ai/memori-react/commit/29fbc31769b82d3c6d4a1ca9ee2fd3d357f6bafd))
|
|
510
|
+
|
|
511
|
+
|
|
512
|
+
### Changes
|
|
513
|
+
|
|
514
|
+
* clean up media URL handling ([a917b60](https://github.com/memori-ai/memori-react/commit/a917b60aa2324a7015d5655d19a0ec9a30c01453))
|
|
515
|
+
|
|
516
|
+
|
|
517
|
+
### Maintenance
|
|
518
|
+
|
|
519
|
+
* release v8.42.0 ([b86a073](https://github.com/memori-ai/memori-react/commit/b86a073e43a2b42357855e09f277dca4a2fa60d7))
|
|
520
|
+
|
|
1464
521
|
## [9.0.0-alpha.7](https://github.com/memori-ai/memori-react/compare/alpha/rc-v9.0.0-alpha.6...alpha/rc-v9.0.0-alpha.7) (2026-07-31)
|
|
1465
522
|
|
|
1466
523
|
|
|
@@ -1518,6 +575,164 @@
|
|
|
1518
575
|
* remove unused NATS timeout logic from MemoriWidget ([4d2a451](https://github.com/memori-ai/memori-react/commit/4d2a451833860ddfa5325751c531a8d209f33adb))
|
|
1519
576
|
* replace file extension extraction with document badge labels ([13afcdd](https://github.com/memori-ai/memori-react/commit/13afcdd3b955aba35a2085305f0c23985e277727))
|
|
1520
577
|
|
|
578
|
+
## [8.41.6](https://github.com/memori-ai/memori-react/compare/v8.41.5...v8.41.6) (2026-07-24)
|
|
579
|
+
|
|
580
|
+
|
|
581
|
+
### Maintenance
|
|
582
|
+
|
|
583
|
+
* update dompurify ([66aa725](https://github.com/memori-ai/memori-react/commit/66aa72599369c4f34773030bd3121f49b0f9610e))
|
|
584
|
+
|
|
585
|
+
|
|
586
|
+
### Changes
|
|
587
|
+
|
|
588
|
+
* improve date handling in AgeVerificationModal ([76317ea](https://github.com/memori-ai/memori-react/commit/76317ea22c0f5a07f956341d772a6e4719822f8e))
|
|
589
|
+
|
|
590
|
+
## [8.41.5](https://github.com/memori-ai/memori-react/compare/v8.41.4...v8.41.5) (2026-07-21)
|
|
591
|
+
|
|
592
|
+
|
|
593
|
+
### Bug Fixes
|
|
594
|
+
|
|
595
|
+
* prevent XSS vulnerability among sanification ([2ca6262](https://github.com/memori-ai/memori-react/commit/2ca6262873c8e44c7b6d34c7d69baa920e097b7a))
|
|
596
|
+
* update Anthropic status URL to use status.claude.com ([2b889ac](https://github.com/memori-ai/memori-react/commit/2b889acc318e2c10e7207d546e136ec0f18b4087))
|
|
597
|
+
|
|
598
|
+
## [8.41.4](https://github.com/memori-ai/memori-react/compare/v8.41.3...v8.41.4) (2026-07-15)
|
|
599
|
+
|
|
600
|
+
|
|
601
|
+
### Bug Fixes
|
|
602
|
+
|
|
603
|
+
* login token async conditions ([28ec006](https://github.com/memori-ai/memori-react/commit/28ec006c296a2045a775fe6adfdf369f7c135c60))
|
|
604
|
+
* remove '.xls' from office native extensions ([3890334](https://github.com/memori-ai/memori-react/commit/3890334fed4f6f6e7c8fbfbb5afbbe23989ff5f0))
|
|
605
|
+
* unify login token resolution logic in MemoriWidget component ([c84f305](https://github.com/memori-ai/memori-react/commit/c84f305246a4a868fbfadecbf0febb635623fdb5))
|
|
606
|
+
|
|
607
|
+
## [8.41.3](https://github.com/memori-ai/memori-react/compare/v8.41.2...v8.41.3) (2026-07-02)
|
|
608
|
+
|
|
609
|
+
|
|
610
|
+
### Features
|
|
611
|
+
|
|
612
|
+
* enhance Avatar component with totem layout support and improve animation handling ([78af528](https://github.com/memori-ai/memori-react/commit/78af52838927646bdec47a450097acd0e813904b))
|
|
613
|
+
* extend ChatBubble component to support function cache copy functionality ([333df37](https://github.com/memori-ai/memori-react/commit/333df374b5fca920b46b6eb6a480d6af1e6fbd03))
|
|
614
|
+
* refactor XLSX file handling in UploadDocuments component to improve text extraction ([601418c](https://github.com/memori-ai/memori-react/commit/601418c08e1cb6c94fca0e00fa05cb0acf385b70))
|
|
615
|
+
|
|
616
|
+
|
|
617
|
+
### Bug Fixes
|
|
618
|
+
|
|
619
|
+
* update mouth smile blend shape constants ([a44c9ad](https://github.com/memori-ai/memori-react/commit/a44c9ad025a70181857b003875834de28b28578b))
|
|
620
|
+
|
|
621
|
+
## [8.41.2](https://github.com/memori-ai/memori-react/compare/v8.41.1...v8.41.2) (2026-06-25)
|
|
622
|
+
|
|
623
|
+
|
|
624
|
+
### Features
|
|
625
|
+
|
|
626
|
+
* add avatar-configurator support in Avatar component and related tests ([1575bd8](https://github.com/memori-ai/memori-react/commit/1575bd8c48b6a15f2790e3a0fb64aaca2f991861))
|
|
627
|
+
|
|
628
|
+
## [8.41.1](https://github.com/memori-ai/memori-react/compare/v8.41.0...v8.41.1) (2026-06-25)
|
|
629
|
+
|
|
630
|
+
|
|
631
|
+
### Features
|
|
632
|
+
|
|
633
|
+
* implement session expiration handling in MemoriWidget and add related tests ([65e96fa](https://github.com/memori-ai/memori-react/commit/65e96fa561462fc60abbcd71ef461cacd7b2b263))
|
|
634
|
+
|
|
635
|
+
## [8.41.0](https://github.com/memori-ai/memori-react/compare/v8.40.4...v8.41.0) (2026-06-22)
|
|
636
|
+
|
|
637
|
+
|
|
638
|
+
### Features
|
|
639
|
+
|
|
640
|
+
* integrate JetStream support in NATS configuration and session handling ([d133c95](https://github.com/memori-ai/memori-react/commit/d133c95fc9385a7e06875dadcc6ea9be444f3868))
|
|
641
|
+
|
|
642
|
+
|
|
643
|
+
### Bug Fixes
|
|
644
|
+
|
|
645
|
+
* update NATS subject default value to include session ID format ([dc0e7ea](https://github.com/memori-ai/memori-react/commit/dc0e7ea0a1c0eba5fb8f834df3ef55d598e05166))
|
|
646
|
+
|
|
647
|
+
## [8.40.4](https://github.com/memori-ai/memori-react/compare/v8.40.3...v8.40.4) (2026-06-19)
|
|
648
|
+
|
|
649
|
+
|
|
650
|
+
### Changes
|
|
651
|
+
|
|
652
|
+
* enhance credit check logic in MemoriWidget to conditionally start session ([738b308](https://github.com/memori-ai/memori-react/commit/738b308841f0759923c303bce8aa4c3835b785be))
|
|
653
|
+
|
|
654
|
+
|
|
655
|
+
### Maintenance
|
|
656
|
+
|
|
657
|
+
* update dompurify dependency to version 3.4.11 ([6e94db8](https://github.com/memori-ai/memori-react/commit/6e94db8611fb2edb592519406e0622d6bff5a3ad))
|
|
658
|
+
|
|
659
|
+
## [8.40.3](https://github.com/memori-ai/memori-react/compare/v8.40.2...v8.40.3) (2026-06-17)
|
|
660
|
+
|
|
661
|
+
|
|
662
|
+
### Changes
|
|
663
|
+
|
|
664
|
+
* remove unused NATS timeout logic from MemoriWidget ([895f1b1](https://github.com/memori-ai/memori-react/commit/895f1b133ff2efa59444d7306d6714167a03d0e3))
|
|
665
|
+
|
|
666
|
+
## [8.40.2](https://github.com/memori-ai/memori-react/compare/v8.40.1...v8.40.2) (2026-06-17)
|
|
667
|
+
|
|
668
|
+
|
|
669
|
+
### Features
|
|
670
|
+
|
|
671
|
+
* add unwrapDialogState function to handle nested currentState in NATS responses ([a6fcafc](https://github.com/memori-ai/memori-react/commit/a6fcafc7f000946baac6bb12e5f37972a956e828))
|
|
672
|
+
|
|
673
|
+
|
|
674
|
+
### Bug Fixes
|
|
675
|
+
|
|
676
|
+
* reset clickedStart state in multiple scenarios within MemoriWidget ([a34ed85](https://github.com/memori-ai/memori-react/commit/a34ed853504a107b1096c8e82be64b97cdb30ede))
|
|
677
|
+
|
|
678
|
+
|
|
679
|
+
### Changes
|
|
680
|
+
|
|
681
|
+
* improve error logging and clean up debug statements in MemoriWidget ([372b09a](https://github.com/memori-ai/memori-react/commit/372b09ac584aab552f5f1a7cde6258fef2a5493c))
|
|
682
|
+
|
|
683
|
+
## [8.40.1](https://github.com/memori-ai/memori-react/compare/v8.40.0...v8.40.1) (2026-06-17)
|
|
684
|
+
|
|
685
|
+
|
|
686
|
+
### Features
|
|
687
|
+
|
|
688
|
+
* add session management improvements in MemoriWidget ([a055776](https://github.com/memori-ai/memori-react/commit/a05577666d53c5ee8becf51954f6abdf9f2bd864))
|
|
689
|
+
|
|
690
|
+
## [8.40.0](https://github.com/memori-ai/memori-react/compare/v8.39.0...v8.40.0) (2026-06-17)
|
|
691
|
+
|
|
692
|
+
|
|
693
|
+
### Features
|
|
694
|
+
|
|
695
|
+
* enhance user identification for credit verification by adding ownerUserName ([540e50a](https://github.com/memori-ai/memori-react/commit/540e50aa7b913122e09d988a21701635342c1fe3))
|
|
696
|
+
* integrate NATS support for real-time event handling in MemoriWidget ([2fc0a8d](https://github.com/memori-ai/memori-react/commit/2fc0a8dcec8d6a04d89a7b014ca353fd478e847d))
|
|
697
|
+
|
|
698
|
+
|
|
699
|
+
### Maintenance
|
|
700
|
+
|
|
701
|
+
* refactor MemoriWidget for improved NATS event handling ([7d18afa](https://github.com/memori-ai/memori-react/commit/7d18afa28d4f6cc24b3907d34bd34732e2a720c1))
|
|
702
|
+
|
|
703
|
+
## [8.39.0](https://github.com/memori-ai/memori-react/compare/v8.38.8...v8.39.0) (2026-06-12)
|
|
704
|
+
|
|
705
|
+
|
|
706
|
+
### Features
|
|
707
|
+
|
|
708
|
+
* implement credit verification and UI updates ([50fd797](https://github.com/memori-ai/memori-react/commit/50fd7976d24a67067f92087f499f5d46d6db70de))
|
|
709
|
+
|
|
710
|
+
## [8.38.8](https://github.com/memori-ai/memori-react/compare/v8.38.7...v8.38.8) (2026-06-10)
|
|
711
|
+
|
|
712
|
+
|
|
713
|
+
### Features
|
|
714
|
+
|
|
715
|
+
* add support for DOTX file format in file preview and media components ([4179c11](https://github.com/memori-ai/memori-react/commit/4179c11516dae755a1cd2d756c63dedb12174031))
|
|
716
|
+
|
|
717
|
+
## [8.38.7](https://github.com/memori-ai/memori-react/compare/v8.38.6...v8.38.7) (2026-06-08)
|
|
718
|
+
|
|
719
|
+
|
|
720
|
+
### Bug Fixes
|
|
721
|
+
|
|
722
|
+
* upload docx media type card opens up a link instead of a modal ([475b440](https://github.com/memori-ai/memori-react/commit/475b440aaa188abc7a3a637626e550f2fcd2318b))
|
|
723
|
+
|
|
724
|
+
## [8.38.6](https://github.com/memori-ai/memori-react/compare/v8.38.5...v8.38.6) (2026-06-08)
|
|
725
|
+
|
|
726
|
+
|
|
727
|
+
### Features
|
|
728
|
+
|
|
729
|
+
* add support for Office native file formats in file upload and preview components ([c3129ee](https://github.com/memori-ai/memori-react/commit/c3129ee401829090e7576003861f6727770449a7))
|
|
730
|
+
|
|
731
|
+
|
|
732
|
+
### Changes
|
|
733
|
+
|
|
734
|
+
* replace file extension extraction with document badge labels ([ac35e54](https://github.com/memori-ai/memori-react/commit/ac35e540d857e6d44080b9e0d0a08eb7056855df))
|
|
735
|
+
|
|
1521
736
|
## [9.0.0-alpha.5](https://github.com/memori-ai/memori-react/compare/alpha/rc-v9.0.0-alpha.4...alpha/rc-v9.0.0-alpha.5) (2026-05-27)
|
|
1522
737
|
|
|
1523
738
|
|
|
@@ -1529,7 +744,7 @@
|
|
|
1529
744
|
|
|
1530
745
|
### Maintenance
|
|
1531
746
|
|
|
1532
|
-
* update
|
|
747
|
+
* update @memori.ai/ui to version 1.16.0 and adjust FullPage and ZoomedFullBody styles ([1ff5a22](https://github.com/memori-ai/memori-react/commit/1ff5a2298a8b1ff5e836092869679e05b629c824))
|
|
1533
748
|
|
|
1534
749
|
## [9.0.0-alpha.4](https://github.com/memori-ai/memori-react/compare/alpha/rc-v9.0.0-alpha.3...alpha/rc-v9.0.0-alpha.4) (2026-05-26)
|
|
1535
750
|
|
|
@@ -1561,7 +776,7 @@
|
|
|
1561
776
|
|
|
1562
777
|
### Maintenance
|
|
1563
778
|
|
|
1564
|
-
* update
|
|
779
|
+
* update @memori.ai/ui dependency ([9f7a967](https://github.com/memori-ai/memori-react/commit/9f7a9675576bb090da1700756328414413889a4e))
|
|
1565
780
|
|
|
1566
781
|
## [9.0.0-alpha.1](https://github.com/memori-ai/memori-react/compare/alpha/rc-v9.0.0-alpha.0...alpha/rc-v9.0.0-alpha.1) (2026-05-22)
|
|
1567
782
|
|
|
@@ -1946,7 +1161,7 @@
|
|
|
1946
1161
|
* improve silence detection and audio activity analysis in useSTT ([50260a9](https://github.com/memori-ai/memori-react/commit/50260a98f7457b0a86e4155932e9f9b007285f93))
|
|
1947
1162
|
* improved fullbody avatar state management ([ddac623](https://github.com/memori-ai/memori-react/commit/ddac623afcd4ca58cd887b35d950cf23d3caf8f2))
|
|
1948
1163
|
* improved UI of Chat History component ([210ef22](https://github.com/memori-ai/memori-react/commit/210ef223c67c7ec2f17f7847ab0952c4037c06af))
|
|
1949
|
-
* integrate
|
|
1164
|
+
* integrate @memori.ai/ui components ([82e4d9f](https://github.com/memori-ai/memori-react/commit/82e4d9f348eabd468071fedef72941d596a11623))
|
|
1950
1165
|
* integrate alert system in ChatHistoryDrawer ([51775e3](https://github.com/memori-ai/memori-react/commit/51775e3def6b07caa2095ef23f1af88c902277da))
|
|
1951
1166
|
* integrate artifact context into HiddenChat and adjust sidebar toggle styles ([8f27bec](https://github.com/memori-ai/memori-react/commit/8f27bec47128cb217c805c6833a6637ba4629c7e))
|
|
1952
1167
|
* integrate ArtifactProvider into Avatar, Header, and MemoriWidget stories ([1724b72](https://github.com/memori-ai/memori-react/commit/1724b72abc10ea772ed82f5fb14ec4485aa38642))
|
|
@@ -2012,9 +1227,9 @@
|
|
|
2012
1227
|
* **ui:** improve MobileSessionPanel button styles and update translations for consistency ([8fa0078](https://github.com/memori-ai/memori-react/commit/8fa007820ed4d0b5fd5aa39c088c36ba2ab7295f))
|
|
2013
1228
|
* **ui:** refine fullpage/zoomed layouts and storybook setup ([470d059](https://github.com/memori-ai/memori-react/commit/470d059b43b43d012c63d7d1796a595a7fdb353c))
|
|
2014
1229
|
* **ui:** refresh header, layouts, powered-by, and i18n ([1c3c8e2](https://github.com/memori-ai/memori-react/commit/1c3c8e2d8c697ccf64749eb27a1d6a96ab375fa4))
|
|
2015
|
-
* **ui:** update
|
|
1230
|
+
* **ui:** update @memori.ai/ui to version 1.14.0 and enhance popover trigger button active states ([637d944](https://github.com/memori-ai/memori-react/commit/637d9444f45d66380bb32d1ab875f667cb9ab04a))
|
|
2016
1231
|
* **ui:** update styling for header and chat components, enhance position popover functionality ([bc7cdba](https://github.com/memori-ai/memori-react/commit/bc7cdba1361eb3a0707475d58a5d38150aa8a32d))
|
|
2017
|
-
* update
|
|
1232
|
+
* update @memori.ai/ui ([e8ca002](https://github.com/memori-ai/memori-react/commit/e8ca002a61bbfb8054a43d5db6abafa81fc3eb1a))
|
|
2018
1233
|
* update chat resume functionality in ChatHistoryDrawer and adjust initial state in MemoriWidget ([cbc78b6](https://github.com/memori-ai/memori-react/commit/cbc78b61f82ea9515eeb7b6523fcdf5535367bcb))
|
|
2019
1234
|
* update ChatConsumptionDropdown to improve AI usage display and improved responsivness ([0e6b189](https://github.com/memori-ai/memori-react/commit/0e6b1891161b97260adafc0269811dc264a393c3))
|
|
2020
1235
|
* update Header component to use localized strings for total chat consumption ([87f21c5](https://github.com/memori-ai/memori-react/commit/87f21c5cc5eed59babbe32c322bb9033ba280fee))
|
|
@@ -2484,7 +1699,7 @@
|
|
|
2484
1699
|
* cleanup unused props ([f4ae85f](https://github.com/memori-ai/memori-react/commit/f4ae85f2175d3974e7c9de88f446971d822ca086))
|
|
2485
1700
|
* cleanup unused props ([53c421a](https://github.com/memori-ai/memori-react/commit/53c421aadf7d6a3d2f2561dea58e627b0a0b5970))
|
|
2486
1701
|
* cleanup, fix avatar blob fallback ([74b522e](https://github.com/memori-ai/memori-react/commit/74b522e26f8de499ecf3e53050b8f33a782e9bbc))
|
|
2487
|
-
* **deps:** bump
|
|
1702
|
+
* **deps:** bump @memori.ai/ui to ^1.5.2 ([de74299](https://github.com/memori-ai/memori-react/commit/de74299807a0d0a295855240d82d7828b41097b3))
|
|
2488
1703
|
* **deps:** update dependencies ([729688f](https://github.com/memori-ai/memori-react/commit/729688f6c0b29079e9d594bc006f3f3928c0cbc9))
|
|
2489
1704
|
* disabled card of active chat on chat history ([ccfe96a](https://github.com/memori-ai/memori-react/commit/ccfe96ae0ad1422298cdb86afe9a70999362178d))
|
|
2490
1705
|
* downgrade convertapi-js version and update dependencies in package.json and yarn.lock ([ce33a34](https://github.com/memori-ai/memori-react/commit/ce33a343ae4ab18c4ee6543b57703f2ce0167647))
|
|
@@ -2988,14 +2203,14 @@
|
|
|
2988
2203
|
* update [@memori](https://github.com/memori).ai/memori-api-client to version 6.22.0 ([a425cec](https://github.com/memori-ai/memori-react/commit/a425cec379a9086ea12b1407f718c7de3a01d46f))
|
|
2989
2204
|
* 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))
|
|
2990
2205
|
* update [@memori](https://github.com/memori).ai/memori-api-client--no-verify ([1600f2d](https://github.com/memori-ai/memori-react/commit/1600f2ddae7f4d2880c69ac1eecd3dc5e15134be))
|
|
2991
|
-
* update
|
|
2992
|
-
* update
|
|
2993
|
-
* update
|
|
2994
|
-
* update
|
|
2995
|
-
* update
|
|
2996
|
-
* update
|
|
2997
|
-
* update
|
|
2998
|
-
* update
|
|
2206
|
+
* update @memori.ai/ui ([3177beb](https://github.com/memori-ai/memori-react/commit/3177bebc8e212de5fb20f5f82a6473fdb9d2ae48))
|
|
2207
|
+
* update @memori.ai/ui ([800908c](https://github.com/memori-ai/memori-react/commit/800908cb78a2bb82d7fe3c4780420645b8df05a0))
|
|
2208
|
+
* update @memori.ai/ui ([bf447f1](https://github.com/memori-ai/memori-react/commit/bf447f199f2281c557e3fb66bc36edae894df100))
|
|
2209
|
+
* update @memori.ai/ui dependency ([42ad4c6](https://github.com/memori-ai/memori-react/commit/42ad4c6a216f9e2881c4117fdf60c05a399d9521))
|
|
2210
|
+
* update @memori.ai/ui dependency ([a310624](https://github.com/memori-ai/memori-react/commit/a310624b1e26e75dbfc5b4ef18058baab3e33fac))
|
|
2211
|
+
* update @memori.ai/ui dependency ([892be2d](https://github.com/memori-ai/memori-react/commit/892be2d0deb977cd3664ffab475a60a7ae3763e6))
|
|
2212
|
+
* update @memori.ai/ui to and adjust theme colors in Storybook preview ([a0d7116](https://github.com/memori-ai/memori-react/commit/a0d7116dda3705efe0ea6078f362af6f8e99e9ca))
|
|
2213
|
+
* update @memori.ai/ui to version 1.14.1 ([65f4b10](https://github.com/memori-ai/memori-react/commit/65f4b10fc6afd16a9e5adc1adcfcb18aace8448a))
|
|
2999
2214
|
* update api client ([9ab11a4](https://github.com/memori-ai/memori-react/commit/9ab11a4f04f2ac5442d8c7cf9ce0ccc03b88ee4f))
|
|
3000
2215
|
* update api client ([46ed9d9](https://github.com/memori-ai/memori-react/commit/46ed9d90952dfe24562a48523cce28eb018731da))
|
|
3001
2216
|
* update api client ([8ab1bfd](https://github.com/memori-ai/memori-react/commit/8ab1bfd9cee3d486155bb053226666621e0aa295))
|
|
@@ -3131,7 +2346,7 @@
|
|
|
3131
2346
|
* comment out unused CSS rules in fullpage layout for clarity ([63e55ea](https://github.com/memori-ai/memori-react/commit/63e55eab2dec526ed58d6f4e32a13763bb038d47))
|
|
3132
2347
|
* comment out unused scroll effect in Chat component ([dc3a6d6](https://github.com/memori-ai/memori-react/commit/dc3a6d64b81b89f48c4b3139d5f3fa499059b586))
|
|
3133
2348
|
* completion provider status from openai selecting only API component ([36f37f0](https://github.com/memori-ai/memori-react/commit/36f37f0111d765c5580e53f013b1ec7437a81e71))
|
|
3134
|
-
* **components:** adapt to
|
|
2349
|
+
* **components:** adapt to @memori.ai/ui 1.5.2 ([e7a24ea](https://github.com/memori-ai/memori-react/commit/e7a24ea3109bc77c742bebc5d79c047a1c3323e5))
|
|
3135
2350
|
* debug icon in chat bubble color, tests and stories ([54ba7d5](https://github.com/memori-ai/memori-react/commit/54ba7d5a4220a355a2c87688151c5631f2261730))
|
|
3136
2351
|
* defaults + fix styles ([f3852dd](https://github.com/memori-ai/memori-react/commit/f3852ddc8074c6368fbd20043d5b308b67d213f8))
|
|
3137
2352
|
* defaults for mobile totem dont show settings button ([619e773](https://github.com/memori-ai/memori-react/commit/619e773408608827f4649c68a23387dbe405eba2))
|
|
@@ -4000,21 +3215,6 @@
|
|
|
4000
3215
|
* unify chat and media components with consistent scroll item class ([20e6203](https://github.com/memori-ai/memori-react/commit/20e6203c2bc3981314bdc4841969551a3fd093d8))
|
|
4001
3216
|
* update snapshot tests to include consistent scroll item class ([e54257a](https://github.com/memori-ai/memori-react/commit/e54257a354a8e4564725124288c55e7eeaea6da7))
|
|
4002
3217
|
|
|
4003
|
-
## [Unreleased]
|
|
4004
|
-
|
|
4005
|
-
### Features
|
|
4006
|
-
|
|
4007
|
-
* **MemoriArtifactAPI**: Add global JavaScript API for programmatic artifact control
|
|
4008
|
-
* Expose `window.MemoriArtifactAPI` for external integrations
|
|
4009
|
-
* Add `createAndOpenArtifact()` for simple artifact creation
|
|
4010
|
-
* Add `createFromOutputElement()` to process existing DOM elements
|
|
4011
|
-
* Add `processAllArtifacts()` for batch processing of `<output>` tags
|
|
4012
|
-
* Add `getState()` to query current artifact system state
|
|
4013
|
-
* Support for WebSocket and Action Cable integrations
|
|
4014
|
-
* Full TypeScript type definitions exported
|
|
4015
|
-
* Non-invasive implementation using existing React Context
|
|
4016
|
-
* Automatic cleanup on component unmount
|
|
4017
|
-
|
|
4018
3218
|
## [8.8.5](https://github.com/memori-ai/memori-react/compare/v8.8.4...v8.8.5) (2025-10-27)
|
|
4019
3219
|
|
|
4020
3220
|
|
|
@@ -4244,13 +3444,6 @@
|
|
|
4244
3444
|
|
|
4245
3445
|
## [8.6.4](https://github.com/memori-ai/memori-react/compare/v6.8.4...v8.6.4) (2025-09-16)
|
|
4246
3446
|
|
|
4247
|
-
## [6.8.4](https://github.com/memori-ai/memori-react/compare/v8.6.3...v6.8.4) (2025-09-16)
|
|
4248
|
-
|
|
4249
|
-
|
|
4250
|
-
### Features
|
|
4251
|
-
|
|
4252
|
-
* add preview context detection to whitelist domain check ([9fce89c](https://github.com/memori-ai/memori-react/commit/9fce89c7fd4691d0611b68949ad300fa2ca15d5b))
|
|
4253
|
-
|
|
4254
3447
|
## [8.6.3](https://github.com/memori-ai/memori-react/compare/v8.6.2...v8.6.3) (2025-09-16)
|
|
4255
3448
|
|
|
4256
3449
|
|
|
@@ -4279,6 +3472,13 @@
|
|
|
4279
3472
|
* remove interaction timeout logic from MemoriWidget for cleaner state management ([31d477b](https://github.com/memori-ai/memori-react/commit/31d477bbd934db288333952c2c0c2a2c46ba5f08))
|
|
4280
3473
|
* simplify incident status checking logic in CompletionProviderStatus component ([44a70d9](https://github.com/memori-ai/memori-react/commit/44a70d9cdd9bc56d6db120b8882d79628dbb1102))
|
|
4281
3474
|
|
|
3475
|
+
## [6.8.4](https://github.com/memori-ai/memori-react/compare/v8.6.3...v6.8.4) (2025-09-16)
|
|
3476
|
+
|
|
3477
|
+
|
|
3478
|
+
### Features
|
|
3479
|
+
|
|
3480
|
+
* add preview context detection to whitelist domain check ([9fce89c](https://github.com/memori-ai/memori-react/commit/9fce89c7fd4691d0611b68949ad300fa2ca15d5b))
|
|
3481
|
+
|
|
4282
3482
|
## [8.6.1](https://github.com/memori-ai/memori-react/compare/v8.6.0...v8.6.1) (2025-09-15)
|
|
4283
3483
|
|
|
4284
3484
|
## [8.6.0](https://github.com/memori-ai/memori-react/compare/v8.5.2...v8.6.0) (2025-09-15)
|