@sylphx/flow 2.28.5 → 2.28.6
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,13 @@
|
|
|
1
1
|
# @sylphx/flow
|
|
2
2
|
|
|
3
|
+
## 2.28.6 (2026-01-04)
|
|
4
|
+
|
|
5
|
+
Switch styling from Tailwind to UnoCSS + Iconify
|
|
6
|
+
|
|
7
|
+
### 📚 Documentation
|
|
8
|
+
|
|
9
|
+
- **commands:** switch from Tailwind to UnoCSS + Iconify ([0ca95ea](https://github.com/SylphxAI/flow/commit/0ca95ea29bb82ad4534618592f8b9c6e3543d606))
|
|
10
|
+
|
|
3
11
|
## 2.28.5 (2026-01-04)
|
|
4
12
|
|
|
5
13
|
Enhance continue command with Radix UI everywhere, bootstrap super admin, and platform-led integrations
|
|
@@ -120,7 +120,8 @@ tRPC, Next.js, Radix UI, next-intl, Drizzle,
|
|
|
120
120
|
Better Auth, Stripe, Upstash, Neon, Vercel,
|
|
121
121
|
Resend (email), Vercel Blob (storage),
|
|
122
122
|
AI SDK with OpenRouter provider,
|
|
123
|
-
|
|
123
|
+
UnoCSS (styling), Iconify (icons),
|
|
124
|
+
Bun, Biome, Bun test,
|
|
124
125
|
Responsive Web Design.
|
|
125
126
|
|
|
126
127
|
## Re-authentication Flow
|
package/package.json
CHANGED