mirror of
https://github.com/vercel/ai-elements.git
synced 2026-09-14 19:48:26 +08:00
Version Packages (#394)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
4c6d2c6b7d
commit
bc87126434
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"ai-elements": patch
|
||||
---
|
||||
|
||||
Add PromptInputActionAddScreenshot component for capturing screenshots via getDisplayMedia
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"ai-elements": minor
|
||||
---
|
||||
|
||||
Update docs
|
||||
@@ -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.
|
||||
@@ -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.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"ai-elements": patch
|
||||
---
|
||||
|
||||
Misc improvements
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"ai-elements": patch
|
||||
---
|
||||
|
||||
Update ConversationMessage to UIMessage
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"ai-elements": patch
|
||||
---
|
||||
|
||||
Fix FileTree icons for long file names
|
||||
@@ -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
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"ai-elements": patch
|
||||
---
|
||||
|
||||
Remove invalid Shimmer fallback from TerminalStatus now that Shimmer requires children text
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"ai-elements": patch
|
||||
---
|
||||
|
||||
Update Streamdown
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"ai-elements": patch
|
||||
---
|
||||
|
||||
fix: update message response when is animating changes
|
||||
@@ -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,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",
|
||||
|
||||
Reference in New Issue
Block a user