Releases: nicoalbanese/kirimase
Releases · nicoalbanese/kirimase
v0.0.36
- fixed bug with multi-word models and pluralise
- better handling of errors on front-end (db errors are passed to toasts by default)
- Form components no longer require closeModal function prop, leading to easier decoupling
Full Changelog: v0.0.35...v0.0.36
v0.0.35
- Updated styles across components
- CSS Variables used in components for quick styling
- updated tRPC implementation (thanks t3 team!)
Full Changelog: v0.0.34...v0.0.35
v0.0.34
What's Changed
- Enhanced Singular & Plural Conversions Using
pluralize
Library by @osterkraft in #84 - Bug fixes for t3 apps after new trpc implementation
- Other bug fixes (#88)
New Contributors
- @osterkraft made their first contribution in #84
Full Changelog: v0.0.30...v0.0.34
v0.0.30
- Added Kinde as auth provider
- moved from nextcachelink to batchlink for trpc server side invoking
Full Changelog: v0.0.28...v0.0.30
v0.0.28
What's Changed
- t3 compatibility! You can now use Kirimase with t3 apps to bootstrap your favorite packages
- Only add
User
to Prisma model ifbelongsToUser
by @martinnormark in #73 - To make the schema valid by @dinhkhanh in #69
- Run init with CLI options by @elie222 in #59
New Contributors
- @martinnormark made their first contribution in #73
- @dinhkhanh made their first contribution in #69
Full Changelog: v0.0.21...v0.0.28
v0.0.21
Bug fixes!
Full Changelog: v0.0.20...v0.0.21
v0.0.20
v0.0.19
What's Changed
- Add notes to README to run locally by @elie222 in #58
- Added dark mode theme toggle
- added navbar
- added account page (when installing auth providers)
- changed shadcn ui installation to manual to improve dx
New Contributors
Full Changelog: v0.0.17...v0.0.19
v0.0.17
## New Features
- Added support for Lucia!
- various bug fixes
Full Changelog: v0.0.15...v0.0.17
v0.0.15
New Features
- Kirimase now supports Clerk as an authentication provider!
- Kirimase also ships with t3-oss/env by default
Full Changelog: v0.0.13...v0.0.14