-
Notifications
You must be signed in to change notification settings - Fork 1
Releases: PrinterFramework/CLI
v2.2.5
-
Updated package.json to Next 14
-
Switched to static semantic versioning in package.json
-
Updated to iron-session 8.0.1
-
Improved and cleaned up api macro
-
Updated middleware.tsx session provider
Assets 2
v2.2.4
-
Fix default
layout.tsxsuspense boundary. -
Update default counter slice to reset properly.
Assets 2
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.
Assets 2
v2.2.2
-
Updated
app/layout.tsxto use suspense boundaries. -
printer layoutnow uses a suspense boundary. -
printer loadingnow uses a suspense boundary.
Assets 2
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.
Assets 2
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
Assets 2
v2.1.2
- Fix
prismaimport definitions to cover all types
Assets 2
v2.1.1
- Fix for
prismacircular import definitions
Assets 2
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.
Assets 2
v2.0.2
-
Ensure API routes have
application/jsonheader -
Fix
printer prisma?error