Releases: PrinterFramework/CLI
v2.2.5
v2.2.4
-
Fix default
layout.tsxsuspense boundary. -
Update default counter slice to reset properly.
v2.2.3
-
Make sure to add
eslint-plugin-ntopackage.json -
Remove
redux/hooks.tsxsince it's now deprecated in the 13.5.3 to Printer.
v2.2.2
-
Updated
app/layout.tsxto use suspense boundaries. -
printer layoutnow uses a suspense boundary. -
printer loadingnow uses a suspense boundary.
v2.2.1
-
In
printer new, forgot to addcomponents/counter.tsxto build list. -
Make sure example redux slice
reset()works as intended with 13.5.3.
v2.2.0
-
Relationships fixed for prisma
-
Deprecate experimental decorations
-
Update
package.jsonversioning -
Fix prisma client management in development
-
Fix redux bug with Next.js 13.5.3
v2.1.2
- Fix
prismaimport definitions to cover all types
v2.1.1
- Fix for
prismacircular import definitions
v2.1.0
-
Updated how metadata is handled
-
Added 3 new commands
printer layout [path]
printer loading [path]
printer error [path]These commands behave similar to the page command. But instead generate layout, loading and error components for pages.
v2.0.2
-
Ensure API routes have
application/jsonheader -
Fix
printer prisma?error