Skip to content

Releases: PrinterFramework/CLI

v2.2.5

24 Nov 04:11
Compare
Choose a tag to compare
  • 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

v2.2.4

21 Oct 03:46
Compare
Choose a tag to compare
  • Fix default layout.tsx suspense boundary.

  • Update default counter slice to reset properly.

v2.2.3

09 Oct 04:21
Compare
Choose a tag to compare
  • Make sure to add eslint-plugin-n to package.json

  • Remove redux/hooks.tsx since it's now deprecated in the 13.5.3 to Printer.

v2.2.2

08 Oct 21:04
Compare
Choose a tag to compare
  • 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

08 Oct 17:14
Compare
Choose a tag to compare
  • In printer new, forgot to add components/counter.tsx to build list.

  • Make sure example redux slice reset() works as intended with 13.5.3.

v2.2.0

02 Oct 15:11
Compare
Choose a tag to compare
  • 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

29 Jun 17:27
Compare
Choose a tag to compare
  • Fix prisma import definitions to cover all types

v2.1.1

28 Jun 02:30
Compare
Choose a tag to compare
  • Fix for prisma circular import definitions

v2.1.0

26 Jun 22:17
Compare
Choose a tag to compare
  • 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

25 Jun 22:13
Compare
Choose a tag to compare
  • Ensure API routes have application/json header

  • Fix printer prisma ? error