ai 5.0.0-canary.23 → 5.0.0-canary.24

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 CHANGED
@@ -1,5 +1,23 @@
1
1
  # ai
2
2
 
3
+ ## 5.0.0-canary.24
4
+
5
+ ### Major Changes
6
+
7
+ - f7e8bf4: chore (ai): flatten ui message stream parts
8
+ - ed675de: feat (ai): add ui data parts
9
+ - 64f6d64: feat (ai): replace maxSteps with continueUntil (generateText)
10
+
11
+ ### Patch Changes
12
+
13
+ - bedb239: chore (ai): make ui stream parts value optional when it's not required
14
+ - 507ac1d: fix (ui/react): update messages immediately with the submitted user message
15
+ - 2b9bbcd: feat (ai): improve prompt validation error message
16
+ - cda32ba: fix (ai): send `start` part in correct position in stream (streamText)
17
+ - 50f0362: fix (ai): fix experimental sendStart/sendFinish options in streamText
18
+ - Updated dependencies [faf8446]
19
+ - @ai-sdk/provider-utils@3.0.0-canary.19
20
+
3
21
  ## 5.0.0-canary.23
4
22
 
5
23
  ### Major Changes