Suits Formations

Suits Formations

Formations product from Suits Finance Global RSS feed

v0.2.0-exp+3

v0.2.0-exp+3

What's Changed

Full Changelog: https://github.com/SuitsBooks/formations/compare/v0.2.0-exp+2...v0.2.0-exp+3

Fixes

  • Switch colors, tabs component, sign-out button, and hover text visibility (#13) 3f3b68a by @floris-xlx
  • Update text and styling in case management card, kpi cards section, and top widget components fb07e4a by @SzymonR1
  • Disable refetching interval in background for useFormations hook f386ee9 by @SzymonR1
  • Address all review feedback - security scoping, ordering, concurrency, column names 4702167 by @Copilot
  • Remove apiKeyClient import no longer exported by better-auth 6e9f832 by @Floris
  • Update route types import path and add forms layout file 38768f3 by @floris-xlx

Features

  • Add reui components (frame, number-field, radio-group, sortable, switch, timeline) (#14) b34b0fb by @floris-xlx
  • Overhaul forms/playground with company formation onboarding af22e76 by @Floris
  • Redesign forms/playground with Stripe-style minimal layout 5f3de46 by @Floris
  • Add support case filing, cases listing, case detail, and audit log pages ce9f5b4 by @Floris
  • Company formation forms, support center, cases, and audit log 73b2dc2 by @Floris
  • Implement show more functionality for case display and enhance dashboard layout 5b11a38 by @SzymonR1
  • Add case management card and related components for dashboard 9be6850 by @SzymonR1
  • Implement search functionality in SettingsSidebar for improved navigation 9da8fa0 by @floris-xlx
  • Migrate all Drizzle/Supabase db ops to Athena gateway 1484fe3 by @Copilot
  • Address code review - parallel inserts, typed formation record, use extractFirst cff7110 by @Copilot
  • Implement retry logic for gatewayFetch to handle transient errors 6ad7e48 by @SzymonR1
  • Add @payloadcms/plugin-form-builder dependency and update related configurations dbc3646 by @floris-xlx
  • Add @payloadcms/translations dependency and update related configurations 7345184 by @floris-xlx
  • Update styles and structure across multiple components for consistency f8ba084 by @floris-xlx
  • Integrate @payloadcms/plugin-form-builder into Payload CMS 0dd3170 by @Floris
  • Integrate @payloadcms/plugin-form-builder into admin panel 4c0c9d5 by @Floris
  • Auto-create organization for new users without one 6c26ba9 by @Floris
  • Add PendingChangesIsland floating save bar for all settings d7cbb39 by @Floris

Enhancements

  • Update session handling in settings actions and improve error handling in SettingsFormWrapper 2edfb28 by @SzymonR1
  • Improve code formatting and readability in FormsPlaygroundPage component e564eb8 by @floris-xlx
  • Clean up comments and improve className formatting in dashboard components 827c217 by @SzymonR1
  • Replace 'current_step' with 'stage_id' across multiple components and APIs for consistency

  • Simplify Home component to redirect to dashboard and remove unused sections cf307bf by @floris-xlx
  • Optimize SettingsSidebar component for improved section filtering 7258cbb by @floris-xlx
  • Bump @xylex-group/athena to 1.1.1, remove ambient type declarations 28719c5 by @Floris
  • Move number field preprocessing logic to after schema application for clarity fffdfef by @floris-xlx

Docs

Full diff: v0.2.0-exp+2...v0.2.0-exp+3

Share card: Generate release OG image

v0.2.0-exp+2

v0.2.0-exp+2

Suits Formations — v0.2.0-exp+2

Short summary

  • Adds pagination and UI consistency improvements for the dashboard.
  • Redesigns the Settings area with new components, API routes, and data wiring.
  • Improves data fetching behavior and updates default Athena base URL settings.
  • Includes development environment setup merges and upstream merges from main.

Repository and links

Highlights

  • Dashboard: consistent background/text colors for improved readability and accessibility, plus pagination for case lists.
  • Settings: comprehensive redesign to a Deel-style layout; replacement of the Radix Switch with a HeroUI Switch (backward-compatible API); client-facing GET/PUT /api/settings/[category] routes; forms wired to settings_formations table; fixes for Next.js async params and theme token usage.
  • Data fetching: updated fetch options for recent activity and formation data to improve cache handling and freshness.
  • Configuration: default Athena base URL values updated.

Commits included

CommitAuthorChange
7186e38CZvok009Update dashboard pages to use consistent background and text colors to improve readability and accessibility.
f43eb93FlorisUpdate default Athena base URL settings.
be6c201FlorisMerge main branch to incorporate upstream changes into this branch.
54c1153SzymonAdd pagination to dashboard cases and improve UI consistency.
0a9afe8SzymonImprove recent activity and formation data fetching with updated fetch options for better cache handling and fresher data.
940875aCursor AgentRedesign Settings pages and components to follow a Deel-style UI, replace Radix Switch with HeroUI Switch, add settings API routes, wire form pages to the settings_formations table, and fix Next.js async params and theme token issues.
8a780ecFlorisMerge pull request #10 to apply the development environment setup changes.

Upgrade notes

  • If you customized Settings UI components or relied on the previous Radix Switch API, verify compatibility with the new HeroUI Switch (the code maintains a backward-compatible checked/onCheckedChange API for existing consumers).
  • Settings forms are now persisted via the settings_formations table and exposed through /api/settings/[category]; review any integrations that read/write settings directly.
  • The Next.js fix for async params may affect custom route handlers—ensure any custom patterns await params where required.

If you need the full changelog or package details, consult the compare link above.

Full diff: v0.1.0-exp...v0.2.0-exp+2

Share card: Generate release OG image

v0.1.0-exp

v0.1.0-exp+1

What's Changed

New Contributors

Full Changelog: https://github.com/SuitsBooks/formations/commits/v0.1.0-exp

Share card: Generate release OG image