In version 2.18.0, we shipped:
- Better invitations flow user experience: we have fully streamlined the invitations flow, making it faster and more user-friendly
- New components: we have added the new components released in Shadcn UI
- Architectural improvements: we have improved some internals to avoid setting webhooks when sending emails. This makes setting up your instance easier and faster
Better invitations flow user experience
We have fully streamlined the invitations flow, making it faster and more user-friendly.
New Shadcn UI components
We have added the new components released in Shadcn UI, i.e. Input Group, Button Group, Spinner, Item, Field and Keyboard Shortcut.
These components are available in the Dev Tool for you to test and learn how to use in your application.
Several screens in the application have been updated to use the new components.
Architectural improvements
We have improved some internals to avoid setting webhooks, required for dispatching emails following actions such as inviting a member, or deleting a personal account. This makes setting up your instance easier and faster. The kit now only requires one database webhook, down from three.