ai-elements-vue 0.3.0 → 0.4.0

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -86,7 +86,7 @@ AI Elements Vue includes the following components:
86
86
  | `prompt-input` | ✅ 已完成 | Advanced input component with model selection |
87
87
  | `actions` | ✅ 已完成 | Interactive action buttons for AI responses |
88
88
  | `branch` | ✅ 已完成 | Branch visualization for conversation flows |
89
- | `code-block` | 未完成 | Syntax-highlighted code display with copy functionality |
89
+ | `code-block` | 已完成 | Syntax-highlighted code display with copy functionality |
90
90
  | `image` | ❌ 未完成 | AI-generated image display component |
91
91
  | `inline-citation` | ❌ 未完成 | Inline source citations |
92
92
  | `loader` | ❌ 未完成 | Loading states for AI operations |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ai-elements-vue",
3
- "version": "0.3.0",
3
+ "version": "0.4.0",
4
4
  "private": false,
5
5
  "description": "AI Elements Vue is a component library and custom registry built on top of shadcn-vue to help you build AI-native applications faster.",
6
6
  "license": "MIT",