Skip to content

v0.29.0

Choose a tag to compare

@github-actions github-actions released this 17 Mar 03:49
· 35 commits to main since this release
36e0726

0.29.0 (2026-03-17)

Bug Fixes

  • fastify/migrations: increase accounts table database column to VARCHAR(24) (a496ce3)
  • fastify: zod type assertions in sqlFactory and format useGlobalAccountError (23b800b)
  • react/accounts-provider: fix missing hook dependencies and use queueMicrotask for account fetch (4b7b81e)
  • react/invitations-table: fix missing dependencies in useCallback and useMemo (4b7b81e)
  • react/signup-form-actions: fix conditional useWatch hook violation (4b7b81e)
  • vue/users: fix user display name for users with partial names (4b7b81e)

Features

  • react: export GetSaasAppRoutes as a named React component (4b7b81e)
  • vue: rewrite MyAccounts store using Pinia composition API (4b7b81e)

Refactors

  • react: rename files and folders to PascalCase (4b7b81e)
  • fastify/react/vue: remove ESLint dev dependencies (bbc73d5)