Releases: t3-oss/create-t3-app
[email protected]
[email protected]
Patch Changes
- #1479
bb7324c
Thanks @c-ehrlich! - use custom error class for IsTTYError
[email protected]
Minor Changes
- #1466
e8b68d9
Thanks @brunoeduardodev! - Ignore trailing slashes when prompting the app name.
[email protected]
Patch Changes
- #1469
547f504
Thanks @ericshively! - Replace React.FC with basic function syntax
[email protected]
[email protected]
Minor Changes
-
#1397
be9a834
Thanks @brieyla1! - feat: Added JsonProtocol as the Default Prisma Engine for Serverless speedupsmodified:
- cli/template/extras/prisma/schema/base.prisma - cli/template/extras/prisma/schema/with-auth.prisma
Description: This pull request proposes the enabling of the JsonProtocol by default. The rationale for this change is based on the performance improvements provided by the JsonProtocol without compromising stability, even though it is still a preview feature. Empirical evidence gathered from large-scale projects, with 100+ Prisma calls, demonstrates the significant time reductions enabled by this optimization, particularly in serverless environments such as Vercel. Another point worth adding is that most projects using nextJS create-t3-app will be deployed on serverless platforms such as vercel, where the real impact is.
[email protected]
Patch Changes
- #1404
48dd89a
Thanks @michalbundyra! - update nextjs dependency to ^13.4.1
[email protected]
Patch Changes
- #1401
b1a35dd
Thanks @c-ehrlich! - temporarily pin next to fix vercel build error
[email protected]
Patch Changes
-
#1377
00018ff
Thanks @juliusmarminge! - move env validation logic out to a separate package -
#1385
ac12abb
Thanks @iAverages! - Fixed issue with creating git repository with git versions below 2.28
Fixed bug with check to use --inital-branch set in git v2.28
[email protected]
Minor Changes
- #1370
18bc6a7
Thanks @chungweileong94! - EnforceNEXT_PUBLIC_
env key on client