@sylphx/flow 3.13.4 → 3.15.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,36 @@
1
1
  # @sylphx/flow
2
2
 
3
+ ## 3.15.0 (2026-02-05)
4
+
5
+ ### ✨ Features
6
+
7
+ - **builder:** add Pino logging to tech stack ([76c9893](https://github.com/SylphxAI/flow/commit/76c98934c0926676e01705bae5ac719cc8bdd3d8))
8
+ - **builder:** expand tech stack with modern React libraries ([af758b0](https://github.com/SylphxAI/flow/commit/af758b0847f450349a192385ccc2d466e0ce1a7f))
9
+
10
+ ### 🐛 Bug Fixes
11
+
12
+ - **builder:** use Pragmatic Drag and Drop over dnd-kit ([75db518](https://github.com/SylphxAI/flow/commit/75db518f392ebebce65fa59739be03a983a0ed95))
13
+
14
+ ### ♻️ Refactoring
15
+
16
+ - **builder:** consolidate tech stack to single best choice per category ([b149175](https://github.com/SylphxAI/flow/commit/b149175889c7838bf8f0a56459c0bd9ca811d01f))
17
+ - **builder:** replace Radix UI with Base UI in tech stack ([a4e81df](https://github.com/SylphxAI/flow/commit/a4e81dfcd382030e99c49fe60082aafe033e3981))
18
+
19
+ ## 3.14.0 (2026-02-04)
20
+
21
+ ### ✨ Features
22
+
23
+ - **builder:** expand tech stack with modern React libraries ([af758b0](https://github.com/SylphxAI/flow/commit/af758b0847f450349a192385ccc2d466e0ce1a7f))
24
+
25
+ ### 🐛 Bug Fixes
26
+
27
+ - **builder:** use Pragmatic Drag and Drop over dnd-kit ([75db518](https://github.com/SylphxAI/flow/commit/75db518f392ebebce65fa59739be03a983a0ed95))
28
+
29
+ ### ♻️ Refactoring
30
+
31
+ - **builder:** consolidate tech stack to single best choice per category ([b149175](https://github.com/SylphxAI/flow/commit/b149175889c7838bf8f0a56459c0bd9ca811d01f))
32
+ - **builder:** replace Radix UI with Base UI in tech stack ([a4e81df](https://github.com/SylphxAI/flow/commit/a4e81dfcd382030e99c49fe60082aafe033e3981))
33
+
3
34
  ## 3.13.4 (2026-02-04)
4
35
 
5
36
  ### ♻️ Refactoring
@@ -52,6 +52,16 @@ State-of-the-art industrial standard. Every time. Would you stake your reputatio
52
52
 
53
53
  **UI & Styling:** Base UI, Tailwind CSS v4 (CSS-first), Motion v12 (animation)
54
54
 
55
+ **Forms:** React Hook Form + Zod
56
+
57
+ **Tables & Lists:** TanStack Table, TanStack Virtual
58
+
59
+ **Interactions:** Pragmatic Drag and Drop, Tiptap (rich text), react-day-picker (date), Sonner (toast)
60
+
61
+ **File Upload:** Uppy
62
+
63
+ **Logging:** Pino
64
+
55
65
  **AI:** AI SDK v6+
56
66
 
57
67
  **Auth & Services:** Better Auth, Resend (email)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sylphx/flow",
3
- "version": "3.13.4",
3
+ "version": "3.15.0",
4
4
  "description": "One CLI to rule them all. Unified orchestration layer for AI coding assistants. Auto-detection, auto-installation, auto-upgrade.",
5
5
  "type": "module",
6
6
  "bin": {