Releases: PrinterFramework/CLI
v2.2.5
v2.2.4
-
Fix default
layout.tsx
suspense boundary. -
Update default counter slice to reset properly.
v2.2.3
-
Make sure to add
eslint-plugin-n
topackage.json
-
Remove
redux/hooks.tsx
since it's now deprecated in the 13.5.3 to Printer.
v2.2.2
-
Updated
app/layout.tsx
to use suspense boundaries. -
printer layout
now uses a suspense boundary. -
printer loading
now uses a suspense boundary.
v2.2.1
-
In
printer new
, forgot to addcomponents/counter.tsx
to 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.json
versioning -
Fix prisma client management in development
-
Fix redux bug with Next.js 13.5.3
v2.1.2
- Fix
prisma
import definitions to cover all types
v2.1.1
- Fix for
prisma
circular 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/json
header -
Fix
printer prisma
?
error