Version Packages (#394)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
streamdown-github-app[bot]
2026-03-12 00:47:49 -07:00
committed by GitHub
parent 4c6d2c6b7d
commit bc87126434
14 changed files with 21 additions and 61 deletions
-5
View File
@@ -1,5 +0,0 @@
---
"ai-elements": patch
---
Add PromptInputActionAddScreenshot component for capturing screenshots via getDisplayMedia
-5
View File
@@ -1,5 +0,0 @@
---
"ai-elements": minor
---
Update docs
-5
View File
@@ -1,5 +0,0 @@
---
"ai-elements": patch
---
update chatbot example guide to include sonner missing steps
@@ -1,5 +0,0 @@
---
"ai-elements": patch
---
Fix Persona crashing in Vite dev mode by deferring WebGL2 context creation to avoid exhausting browser context limits during React Strict Mode's double-mount cycle.
-5
View File
@@ -1,5 +0,0 @@
---
"ai-elements": patch
---
Fix JSXPreview flashing between rendered content and parse errors during streaming. Strip incomplete tags cut off mid-attribute, and fall back to last successfully rendered JSX when parse errors occur during streaming.
-5
View File
@@ -1,5 +0,0 @@
---
"ai-elements": patch
---
Misc improvements
-5
View File
@@ -1,5 +0,0 @@
---
"ai-elements": patch
---
Update ConversationMessage to UIMessage
-5
View File
@@ -1,5 +0,0 @@
---
"ai-elements": patch
---
Fix FileTree icons for long file names
-5
View File
@@ -1,5 +0,0 @@
---
"ai-elements": patch
---
Separate select and toggle actions in FileTreeFolder so clicking the chevron only expands/collapses and clicking the name only selects
-5
View File
@@ -1,5 +0,0 @@
---
"ai-elements": patch
---
Remove invalid Shimmer fallback from TerminalStatus now that Shimmer requires children text
-5
View File
@@ -1,5 +0,0 @@
---
"ai-elements": patch
---
Update Streamdown
-5
View File
@@ -1,5 +0,0 @@
---
"ai-elements": patch
---
fix: update message response when is animating changes
+20
View File
@@ -1,5 +1,25 @@
# ai-elements
## 1.9.0
### Minor Changes
- 2551702: Update docs
### Patch Changes
- 58801e5: Add PromptInputActionAddScreenshot component for capturing screenshots via getDisplayMedia
- 80f91b5: update chatbot example guide to include sonner missing steps
- 2ebd564: Fix Persona crashing in Vite dev mode by deferring WebGL2 context creation to avoid exhausting browser context limits during React Strict Mode's double-mount cycle.
- 91d3515: Fix JSXPreview flashing between rendered content and parse errors during streaming. Strip incomplete tags cut off mid-attribute, and fall back to last successfully rendered JSX when parse errors occur during streaming.
- c3e0b0c: Misc improvements
- ed31a58: Update ConversationMessage to UIMessage
- 4c6d2c6: Fix FileTree icons for long file names
- 899f089: Separate select and toggle actions in FileTreeFolder so clicking the chevron only expands/collapses and clicking the name only selects
- d1bd5f8: Remove invalid Shimmer fallback from TerminalStatus now that Shimmer requires children text
- 17b5b39: Update Streamdown
- 4f643f7: fix: update message response when is animating changes
## 1.8.4
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "ai-elements",
"version": "1.8.4",
"version": "1.9.0",
"description": "AI Elements is a component library and custom registry built on top of shadcn/ui to help you build AI-native applications faster.",
"homepage": "https://elements.ai-sdk.dev",
"license": "Apache-2.0",