@loopstack/auth 0.13.0 → 0.14.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @loopstack/auth
2
2
 
3
+ ## 0.14.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 8067b2d: This release focuses on enhancing the user experience in Loopstack Studio by introducing the ability to execute workflows with arguments directly from the frontend. This feature allows users to customize and control workflow execution more effectively. In addition to this major update, support for Vercel AI Elements has been added, along with the capability to define workflow and pipeline UI forms and actions through configuration. Various bug fixes and improvements are also included in this release.
8
+ - Add support for defining workflow and pipeline UI forms and actions via configuration.
9
+ - Add support for executing workflows with arguments from Loopstack Studio frontend.
10
+ - Add support for Vercel AI Elements in Loopstack Studio.
11
+ - Various bugfixes and improvements.
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [8067b2d]
16
+ - @loopstack/core@0.14.0
17
+ - @loopstack/shared@0.14.0
18
+
3
19
  ## 0.13.0
4
20
 
5
21
  ### Minor Changes