Skip to content

Releases: 10up/headstartwp

@headstartwp/[email protected]

11 Jul 21:27
fd00ba6
Compare
Choose a tag to compare
Pre-release

Minor Changes

  • 98bae20: Introducing previewRouteHandler to handle preview in Next.js App Router
  • 08ae034: Introducing revalidateRouteHandler for handling revalidate requests in Route Handlers (App Router)

@headstartwp/[email protected]

28 Jun 01:21
83d2790
Compare
Choose a tag to compare
Pre-release

Minor Changes

  • dad963d: Initial App Router Support

Patch Changes

@headstartwp/[email protected]

28 Jun 01:21
83d2790
Compare
Choose a tag to compare
Pre-release

Minor Changes

  • dad963d: Initial App Router Support

@headstartwp/[email protected]

06 Jun 18:53
078bba9
Compare
Choose a tag to compare

Patch Changes

  • f6e005c: Fix: Improve types for better page props type inference.

    It also updates types for data fetching hooks to better reflect the fact that data is treated as though it is always there and if users do not check for loading or error by themselves and there's no preloaded data, a runtime fatal error will be issued instead.

  • Updated dependencies [f6e005c]

@headstartwp/[email protected]

06 Jun 18:53
078bba9
Compare
Choose a tag to compare

Patch Changes

  • f6e005c: Fix: Improve types for better page props type inference.

    It also updates types for data fetching hooks to better reflect the fact that data is treated as though it is always there and if users do not check for loading or error by themselves and there's no preloaded data, a runtime fatal error will be issued instead.

@headstartwp/[email protected]

07 May 20:50
Compare
Choose a tag to compare

Patch Changes

@headstartwp/[email protected]

07 May 20:50
Compare
Choose a tag to compare

Patch Changes

  • b3cd5fe: Fix: more fixes for esm builds
  • e7c84d5: Fix builds with vite
  • 399af78: Make ESM builds ESM compatible

@headstartwp/[email protected]

07 May 19:41
427ae86
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • b4708b4: Fix: deepmerge cjs package import

@headstartwp/[email protected]

07 May 19:15
dfcdf94
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • 0682d9c: Fix: add .js to import statement for next.js path imports

@headstartwp/[email protected]

07 May 17:53
a9ca72d
Compare
Choose a tag to compare
Pre-release

Patch Changes