Skip to content

@makeswift/next-plugin@0.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Mar 00:46
· 71 commits to main since this release

Minor Changes

  • 39e160a: BREAKING: Drop support for Next.js versions lower than 13.4.0.

    We're moving our Preview Mode implementation to Draft Mode, which was added on Next.js v13.4.0.

  • 9cb2f76: BREAKING: Stop transpiling @makeswift/runtime.

    This was needed because of next/dynamic which we're now using React.lazy.

Patch Changes

  • 2719416: Introduces draft mode for Next.js app router applications. Existing pages router applications are still supported via preview mode.
  • a220ecb: Add Next.js as a peer dependency of @makeswift/next-plugin.