Skip to content

Releases: 10up/headstartwp

@headstartwp/next@1.5.1

22 Sep 21:49
20d97d0

Choose a tag to compare

Patch Changes

  • b8fc887: Fix issue with rewrites in multisite setups

@headstartwp/core@1.6.0

29 Jul 12:58
37ae098

Choose a tag to compare

Minor Changes

  • fc8a39e: Introducing optimizeYoastPayload to reduce payload size when using the yoast integration

Patch Changes

  • 27d2999: Fix: post path matching logic when params.fullPath is set

@headstartwp/next@1.5.0

04 Jul 17:15

Choose a tag to compare

Minor Changes

  • 6fa9ec2: Introducing previewRouteHandler to handle preview in Next.js App Router
  • 96ea386: Initial App Router Support
  • e969f38: Introducing SEO handling for App Router
  • 2c51bfb: Link handling
  • 79ae20e: Adding support for i18n routing in app router
  • 1b408ed: Feature: Introducing the ability to load block library styles and dynamic inline styles generated by the block editor
  • 27ff57c: Add support for Next.js 15
  • 6fa9ec2: Introducing revalidateRouteHandler for handling revalidate requests in Route Handlers (App Router)
  • 042980b: Add the ability to add aliases/slug to sites in the multisite setup
  • 915c6b6: RSC compatible image block for next.js
  • 4f7a665: Add forwardBlockProps to BlocksRenderer which automatically forwards block props to children components
  • ca94535: Introduce blockContext prop to BlocksRenderer and handleError in query functions
  • 24ddd61: support app router in withHeadstartWPConfig
  • d696703: Multisite support in App Router

Patch Changes

  • 5900895: [Pages Router] Add support for wyw-in-js and latest version of linaria
  • fbcad53: Fix: windows support
  • 1c0bf8f: Fix fetch settings for next.js
  • 392a74c: Fix: revalidate path
    Added: A new optional callback parameter was added to revalidateRouteHandler. This callback allows extra logic to be run after the path is revalidated. For instance, revalidateTag may need to be called for a specific query, or a redis tag may need to be deleted.
  • d49ac5c: Allow overriding fetch strategy
  • 9ea83c3: Fix: return config from queryPostOrPosts
  • c1d70ec: Opt into image.remotePatters for Next.js versions that supports it
  • 0c735b7: Fixed - Fixed isValidLocale function to validate against the configuration
    Added - New test condition for technically valid, but unsupported locale
  • 14c398d: remove usage of defaultProps and intropduce the ability to attach a default test function directly to the component
  • 9f7da69: Ensure query string is appended to URL rewrite/redirect in middleware
  • c8baaa2: Fix type on prepareSeoMetadata
  • 9bf2202: Fix: #861 wrapper removing custom images remotePatterns
  • 4044248: Introducing loadHeadstartWpConfig()
  • 9f05f3f: Fix fetch cache option
  • feff893: Fix how enable() from draftMode is called
  • c73d000: Fix: SEO with yoast disabled
  • Updated dependencies [1c0bf8f]
  • Updated dependencies [6fa9ec2]
  • Updated dependencies [d49ac5c]
  • Updated dependencies [96ea386]
  • Updated dependencies [9ea83c3]
  • Updated dependencies [318c9fa]
  • Updated dependencies [e969f38]
  • Updated dependencies [2c51bfb]
  • Updated dependencies [79ae20e]
  • Updated dependencies [fe250b7]
  • Updated dependencies [1b408ed]
  • Updated dependencies [5290658]
  • Updated dependencies [27ff57c]
  • Updated dependencies [14c398d]
  • Updated dependencies [8ba6de7]
  • Updated dependencies [6fa9ec2]
  • Updated dependencies [042980b]
  • Updated dependencies [d9dcec0]
  • Updated dependencies [915c6b6]
  • Updated dependencies [fc7e426]
  • Updated dependencies [ee5be48]
  • Updated dependencies [2ef9d09]
  • Updated dependencies [4f7a665]
  • Updated dependencies [4044248]
  • Updated dependencies [9f05f3f]
  • Updated dependencies [ca94535]
  • Updated dependencies [d696703]
  • Updated dependencies [c73d000]
    • @headstartwp/core@1.5.0

@headstartwp/epio-search@1.0.0

04 Jul 17:18

Choose a tag to compare

Major Changes

  • ad4b378: Introducing @headstartwp/epio-search

Minor Changes

  • 27ff57c: Add support for Next.js 15

Patch Changes

@headstartwp/core@1.5.0

04 Jul 17:14

Choose a tag to compare

Minor Changes

  • 6fa9ec2: Introducing previewRouteHandler to handle preview in Next.js App Router
  • 96ea386: Initial App Router Support
  • e969f38: Introducing SEO handling for App Router
  • 2c51bfb: Link handling
  • 79ae20e: Adding support for i18n routing in app router
  • 1b408ed: Feature: Introducing the ability to load block library styles and dynamic inline styles generated by the block editor
  • 5290658: Fix: xss import issue
  • 27ff57c: Add support for Next.js 15
  • 6fa9ec2: Introducing revalidateRouteHandler for handling revalidate requests in Route Handlers (App Router)
  • 042980b: Add the ability to add aliases/slug to sites in the multisite setup
  • 915c6b6: RSC compatible image block for next.js
  • 4f7a665: Add forwardBlockProps to BlocksRenderer which automatically forwards block props to children components
  • ca94535: Introduce blockContext prop to BlocksRenderer and handleError in query functions
  • d696703: Multisite support in App Router

Patch Changes

  • 1c0bf8f: Fix fetch settings for next.js
  • d49ac5c: Allow overriding fetch strategy
  • 9ea83c3: Fix: return config from queryPostOrPosts
  • 318c9fa: Fix: account for possible single property in the default post types when executing the default post path matching.
  • fe250b7: Fix: only run parseBlockAttribute when forwardBlockAttribute is set for nodes that represent wp blocks
  • 14c398d: remove usage of defaultProps and intropduce the ability to attach a default test function directly to the component
  • 8ba6de7: Fix: do not cast menu item ids to number as they are strings
  • d9dcec0: Fix TS type for link component in SettingsContextProps
  • fc7e426: Added - Support for custom menu item CSS classes.
    Added - menu-item-has-children CSS class for menu item with children.
  • ee5be48: Fix: blockGap in useBlockSetting
  • 2ef9d09: Introducing blocks-primitives package and minor patch to core package
  • 4044248: Introducing loadHeadstartWpConfig()
  • 9f05f3f: Fix fetch cache option
  • c73d000: Fix: SEO with yoast disabled

@headstartwp/block-primitives@0.1.0

04 Jul 17:17

Choose a tag to compare

Minor Changes

  • 27ff57c: Add support for Next.js 15

Patch Changes

@10up/next-redis-cache-provider@2.0.0

04 Jul 17:16

Choose a tag to compare

Major Changes

  • 1c0bf8f: Introducing support for App Router

Minor Changes

  • 27ff57c: Add support for Next.js 15

@headstartwp/next@1.5.0-next.16

03 Jul 19:58
6acee77

Choose a tag to compare

Pre-release

Minor Changes

  • 1b408ed: Feature: Introducing the ability to load block library styles and dynamic inline styles generated by the block editor

Patch Changes

  • Updated dependencies [1b408ed]
    • @headstartwp/core@1.5.0-next.12

@headstartwp/core@1.5.0-next.12

03 Jul 19:58
6acee77

Choose a tag to compare

Pre-release

Minor Changes

  • 1b408ed: Feature: Introducing the ability to load block library styles and dynamic inline styles generated by the block editor

@headstartwp/next@1.5.0-next.15

20 Jun 21:59
0747452

Choose a tag to compare

Pre-release

Patch Changes

  • feff893: Fix how enable() from draftMode is called