Releases: vuepont/ai-elements-vue
Releases · vuepont/ai-elements-vue
v1.4.0
v1.3.0
🚨 Breaking Changes
- message: Remove legacy attachment display components and align examples/docs - by @cwandev in #162 (7e060)
- prompt-input: Remove legacy attachment display components and align examples/docs - by @cwandev in #161 (24cc8)
🚀 Features
- Add Speech Input component - by @peoray in #154 (2a3c9)
- Add transcription component - by @peoray in #155 (fb401)
- Add voice-selector component - by @peoray in #156 (2a460)
- Add attachments component - by @cwandev in #158 (88b94)
- cli: Support custom registry via
ELEMENTS_REGISTRY_URL- by @heappynd in #148 (48c06)
🐞 Bug Fixes
View changes on GitHub
v1.2.2
🐞 Bug Fixes
View changes on GitHub
v1.2.1
v1.2.0
🚀 Features
- agent: Add agent components - by @peoray in #130 (6b51d)
- code-block: Update code-block components - by @peoray in #129 (6e983)
- commit: Add commit components - by @peoray in #131 (0fa12)
- environment-variables: Add environment variables components - by @peoray in #132 (8948b)
- file-tree: Add file tree components - by @peoray in #133 (b8874)
- package-info: Add PackageInfo components - by @peoray in #134 (e4034)
- schema-design: Add schema-design components - by @peoray in #138 (99a79)
- snippet: Add snippet components - by @peoray in #139 (bff26)
- stack-trace: Add StackTrace components - by @peoray in #136 (724d4)
- terminal: Add terminal components - by @peoray in #140 (41642)
- test-results: Add test-results components - by @peoray in #141 (b7de9)
- tool: Update Tool components - by @peoray in #135 (d290d)
🐞 Bug Fixes
- conversation: Resolve button transparency in dark mode for scrollToBottom - by @cwandev in #127 (dad8f)
- tool: Add group class to enable chevron rotation on open - by @cwandev in #126 (a7e5c)
View changes on GitHub
v1.1.0
v1.0.2
v1.0.1
🐞 Bug Fixes
View changes on GitHub
v1.0.0
🎉 AI Elements Vue v1.0.0 Released
We're excited to announce the release of AI Elements Vue v1.0.0! This milestone represents our work over the past period, bringing you a comprehensive component library for building AI-native Vue and Nuxt applications.
What's Included
- 30+ production-ready components covering chatbots, workflows, code artifacts, and more
- Full shadcn-vue integration with a custom registry and CLI tool
- Complete documentation and examples for all components
- TypeScript support with full type definitions
- Tailwind CSS styling with CSS Variables mode
Quick Start
npx ai-elements-vue@latestThank you to everyone who has supported us along the way. We're looking forward to seeing what you build! 🚀
v0.14.2
🐞 Bug Fixes
- Remove unnecessary type assertion on
props.class- by @lonewolfyx in #75 (49acb) - elements: