Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
164 commits
Select commit Hold shift + click to select a range
c514e47
feat: primitives scaffolding
nicholasio Jan 23, 2024
3156938
Merge branch 'develop' into feature/gutenberg-primitives
nicholasio Feb 19, 2024
de04f84
Merge branch 'develop' into feature/gutenberg-primitives
nicholasio Mar 12, 2024
fd9ca7e
feat: introducing the RichText Primitive
nicholasio Mar 13, 2024
eba91cb
test: basic tests
nicholasio Mar 14, 2024
c15c16d
test: one more test
nicholasio Mar 14, 2024
e6aa3f7
test: default save handler
nicholasio Mar 14, 2024
280a344
fix: ts types
nicholasio Mar 14, 2024
951ad63
fix: types
nicholasio Mar 14, 2024
340f15b
fix: build
nicholasio Mar 14, 2024
9041f9d
Merge branch 'develop' into feature/gutenberg-primitives
nicholasio Mar 14, 2024
42b9f96
Merge branch 'develop' into feature/gutenberg-primitives
nicholasio Mar 14, 2024
344e464
feat: first poc
nicholasio Mar 14, 2024
454f782
chore: remove test from the theme
nicholasio Mar 14, 2024
e2de4a6
feat: initial pass at an image primitive with MediaReplaceFlow
nicholasio Mar 20, 2024
ac6afee
docs: add jsdoc
nicholasio Mar 21, 2024
6920541
Merge branch 'develop' into feature/gutenberg-primitives
nicholasio Apr 5, 2024
c6592a0
chore: remove docs project
nicholasio Apr 5, 2024
45b8a7c
chore: removing express
nicholasio Apr 5, 2024
b9afe47
chore: component library project for testing primitives
nicholasio Apr 5, 2024
caf83ac
chore: fix storybook version
nicholasio Apr 9, 2024
fbb5234
feat: attributes
nicholasio May 7, 2024
19dba01
Merge branch 'trunk' into develop
nicholasio Jun 10, 2024
39548e5
chore: update lock file
nicholasio Jun 10, 2024
57a35a0
chore: migrate to turbo 2.0
nicholasio Jun 10, 2024
07b2c8f
chore: migrate to turbo 2.0
nicholasio Jun 10, 2024
bd41697
test: add new blocks renderer test
nicholasio Jun 10, 2024
6f288c3
TurboRepo 2.0 (and a new test case for blocksrenderer) (#785)
nicholasio Jun 10, 2024
96ea386
[AppRouter] Initial Setup & Data-Fetching in Server Components (#781)
nicholasio Jul 11, 2024
6fa9ec2
App Router Preview Handler (#797)
nicholasio Jul 13, 2024
4f7a665
feat: automatically forward block props to children of BlocksRenderer…
nicholasio Jul 15, 2024
d696703
feat: app router multisite (#809)
nicholasio Jul 17, 2024
ca94535
Feature/query loop block (#810)
nicholasio Jul 17, 2024
e969f38
feat: seo handling (#814)
nicholasio Jul 20, 2024
c73d000
fix: seo with yoast disabled (#820)
nicholasio Jul 23, 2024
79ae20e
feat:  app router i18n (#817)
nicholasio Jul 25, 2024
9f05f3f
Fix/cache app router (#823)
nicholasio Jul 25, 2024
4044248
feat: static rendering (#825)
nicholasio Jul 26, 2024
14c398d
fix: default props deprecation (#829)
nicholasio Jul 27, 2024
2c51bfb
feat: link block (#830)
nicholasio Aug 5, 2024
36511b8
chore: version packages (next)
github-actions[bot] Aug 5, 2024
b09b696
Release (next) (#800)
nicholasio Aug 5, 2024
915c6b6
feat: introducing rsc-compatible image block (#835)
nicholasio Aug 6, 2024
3d42c1e
chore: version packages (next)
github-actions[bot] Aug 6, 2024
afbc67b
Release (next) (#836)
nicholasio Aug 6, 2024
d49ac5c
feat: allow overriding fetch strategy (#837)
nicholasio Aug 7, 2024
c289a45
chore: version packages (next)
github-actions[bot] Aug 7, 2024
49fe219
Release (next) (#838)
nicholasio Aug 7, 2024
0c735b7
fix: only validate a locale based on the configuration (#845)
sambrodie Aug 9, 2024
fe250b7
fix: forwardBlockAttributes vs blockAttributes (#849)
nicholasio Aug 9, 2024
8c61591
chore: version packages (next)
github-actions[bot] Aug 9, 2024
3a97506
Release (next) (#846)
nicholasio Aug 13, 2024
9ea83c3
fix: return config from queryPostOrPosts (#850)
nicholasio Aug 18, 2024
aaf7b8f
fix: disable throws if not found on server related posts
nicholasio Aug 22, 2024
c1d70ec
feat: modify image config depending on next version (#831)
sambrodie Aug 22, 2024
1ca35e2
Release (next) (#852)
github-actions[bot] Aug 23, 2024
d9dcec0
fix: type for link component in SettingsContextProps (#854)
nicholasio Aug 24, 2024
fc7e426
feat/570: Enhancements to menu item classes (#818)
Sidsector9 Aug 27, 2024
5900895
feat: support latest version of linaria in pages router (#856)
nicholasio Aug 27, 2024
8ba6de7
fix: do not cast menu items ids to number (#858)
nicholasio Aug 28, 2024
d085b42
chore: version packages (next)
github-actions[bot] Aug 28, 2024
7ce1a64
Release (next) (#855)
nicholasio Aug 28, 2024
2422aab
chore: set up esm test react project
nicholasio Aug 30, 2024
cc1419d
chore: rename workflow
nicholasio Aug 30, 2024
c1f3113
chore: set up esm test react project (#860)
nicholasio Aug 30, 2024
9bf2202
fix: withHeadstartWPConfig wrapper removing custom images remotePatt……
nicholasio Sep 2, 2024
092d17d
chore: version packages (next)
github-actions[bot] Sep 2, 2024
00e85bd
Release (next) (#863)
nicholasio Sep 2, 2024
2f4c5fd
Merge branch 'develop' into feature/gutenberg-primitives
nicholasio Oct 14, 2024
b2fdcb0
chore: more fixes
nicholasio Oct 14, 2024
25609da
chore: remove wp-nextjs-ts project
nicholasio Oct 14, 2024
9f894e0
feat: hero example
nicholasio Oct 14, 2024
1d91e64
chore: commands
nicholasio Oct 16, 2024
042980b
Feature/multisite per slug (#868)
nicholasio Oct 16, 2024
30b5c19
chore: fix ci
nicholasio Oct 17, 2024
d636b49
chore: version packages (next)
github-actions[bot] Oct 17, 2024
d141852
Release (next) (#869)
nicholasio Oct 18, 2024
d7e933e
feat: vanilla-extract for css
nicholasio Oct 23, 2024
6f66b6e
renaming package
nicholasio Oct 24, 2024
148f7a3
fix: tests
nicholasio Oct 28, 2024
887819f
Merge branch 'develop' into feature/gutenberg-primitives
nicholasio Oct 28, 2024
0b47d5a
fix: lint
nicholasio Oct 28, 2024
225ba51
fix: linting fixes
nicholasio Oct 28, 2024
e37be5e
fix: builds
nicholasio Oct 28, 2024
9b06fb0
chore: fix bundle analyzer
nicholasio Oct 28, 2024
3ef9fd5
chore: anoter fix
nicholasio Oct 28, 2024
e8a7c95
fix: build issues
nicholasio Oct 28, 2024
686ea35
feat: link component
nicholasio Oct 29, 2024
00d2f87
feat: introducing InnerBlocks Primitive
nicholasio Oct 30, 2024
a3e72f2
feat: inner-blocks change
nicholasio Oct 31, 2024
5752792
feat: interating on rendering blocks on Gutenberg
nicholasio Oct 31, 2024
2ec474f
feat: various improvements
nicholasio Nov 4, 2024
05ebde2
fix: tests
nicholasio Nov 4, 2024
19a4f4c
chore: remove unused code
nicholasio Nov 5, 2024
4c180ad
feat: use next.js components
nicholasio Nov 5, 2024
7974091
feat: refactoring
nicholasio Nov 6, 2024
b91cb04
fix: fixes
nicholasio Nov 7, 2024
f85b8ee
fix: build error
nicholasio Nov 7, 2024
bb2a2c1
chore: comments
nicholasio Nov 8, 2024
5290658
fix: use normal import for XSS (#870)
Nov 18, 2024
9717dbb
chore: version packages (next)
github-actions[bot] Nov 18, 2024
3d543e4
Release (next) (#871)
nicholasio Nov 18, 2024
9f7da69
fix: adds search params to multisite rewrite in appMiddleware (#874)
jacobdubail Dec 13, 2024
c04c1a7
chore: version packages (next)
github-actions[bot] Dec 13, 2024
695a0fd
Release (next) (#875)
nicholasio Dec 13, 2024
e2e5d7d
Merge branch 'trunk' into develop
nicholasio Jan 6, 2025
1c0bf8f
Feature/app router redis provider (#880)
nicholasio Jan 16, 2025
f919fad
chore: version packages (next)
github-actions[bot] Jan 16, 2025
a52e887
Release (next) (#881)
nicholasio Jan 16, 2025
4a9a7d7
Merge branch 'develop' into feature/gutenberg-primitives
nicholasio Feb 18, 2025
aaee07f
Merge branch 'trunk' into develop
nicholasio Feb 18, 2025
3c70108
Merge branch 'develop' into feature/gutenberg-primitives
nicholasio Feb 19, 2025
455f7ca
fix: builds
nicholasio Feb 19, 2025
63eb20e
chore: move internal/test projets to its own folder
nicholasio Feb 19, 2025
5ea928c
chore: add next.js project just for universal blocks
nicholasio Feb 19, 2025
40f8aee
chore: lock file
nicholasio Feb 19, 2025
7e8c12b
chore: lock file
nicholasio Feb 19, 2025
0b90288
chore: changeset
nicholasio Feb 19, 2025
2ef9d09
Universal Blocks (#679)
nicholasio Feb 19, 2025
fbbcf95
chore: fix release action
nicholasio Feb 19, 2025
d948e0a
Merge branch 'feature/gutenberg-primitives' into develop
nicholasio Feb 19, 2025
b7908af
chore: fix upload path
nicholasio Feb 19, 2025
ad4b378
EPIO Search library (#879)
jacobdubail Feb 27, 2025
49e58f9
chore: version packages (next)
github-actions[bot] Feb 27, 2025
7a81a0b
Release (next) (#885)
nicholasio Feb 27, 2025
72ce23b
chore: make tenup theme private
nicholasio Feb 27, 2025
9882b36
chore: update lock file
nicholasio Feb 27, 2025
7534066
fix: export types correctly
jacobdubail Mar 7, 2025
db201da
chore: add changeset
jacobdubail Mar 7, 2025
c1b58c6
fix: readme update per Felipe
jacobdubail Mar 7, 2025
e8762fa
fix: change actions/cache to @v4
jacobdubail Mar 10, 2025
2a5f0ca
patch: fix epio search types (#886)
nicholasio Mar 11, 2025
789c002
chore: version packages (next)
github-actions[bot] Mar 11, 2025
cabd7b5
Release (next) (#887)
nicholasio Mar 11, 2025
56d17da
chore: change target patch of last changeset
nicholasio Mar 11, 2025
24ddd61
fix: withHeadstartWPConfig rewrites need to account for app router pa…
jacobdubail Mar 13, 2025
47d0f7a
chore: version packages (next)
github-actions[bot] Mar 13, 2025
da0201b
Release (next) (#889)
nicholasio Mar 13, 2025
fd565d7
Merge branch 'trunk' into develop
nicholasio Apr 10, 2025
392a74c
fix: revalidateRouteHandler path for App Router (#896)
jacobdubail Apr 16, 2025
4d3c980
chore: version packages (next)
github-actions[bot] Apr 16, 2025
c85ab99
Release (next) (#897)
nicholasio Apr 16, 2025
554092e
fix: tests with latest yoast (#898)
nicholasio Apr 17, 2025
27ff57c
feat: add support for next.js v15 (#894)
nicholasio Apr 23, 2025
b575a31
chore: version packages (next)
github-actions[bot] Apr 23, 2025
4c46e5c
Release (next) (#899)
nicholasio Apr 23, 2025
fbcad53
fix: windows support (#901)
nicholasio Apr 25, 2025
318c9fa
fix: account for possible 'single' property in the default post types…
nicholasio Apr 29, 2025
ee5be48
fix: blockGap in useBlockSpacing (#906)
nicholasio Apr 30, 2025
d7b789c
chore: version packages (next)
github-actions[bot] Apr 30, 2025
6d461dd
Release (next) (#903)
nicholasio Apr 30, 2025
c8baaa2
fix: typo in prepareSEOMetadata (#907)
nicholasio May 5, 2025
42feb29
chore: version packages (next)
github-actions[bot] May 5, 2025
338d616
Release (next) (#908)
nicholasio May 5, 2025
a858208
feat: first pass at enforcing image dimensions (#867)
nicholasio May 7, 2025
ba612ca
Feature/update docs (#910)
nicholasio May 29, 2025
feff893
Fix/draft mode (#914)
nicholasio Jun 20, 2025
51967af
chore: version packages (next)
github-actions[bot] Jun 20, 2025
0747452
Release (next) (#909)
nicholasio Jun 20, 2025
1b408ed
Feature/core blocks css (#915)
nicholasio Jul 3, 2025
8c96872
chore: version packages (next)
github-actions[bot] Jul 3, 2025
6acee77
Release (next) (#917)
nicholasio Jul 3, 2025
b9f9056
docs: App Router Docs (#913)
nicholasio Jul 4, 2025
822a2d5
chore: add workflow dispatch to release latest version action
nicholasio Jul 4, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
5 changes: 5 additions & 0 deletions .changeset/blue-hairs-warn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@headstartwp/next": patch
---

[Pages Router] Add support for `wyw-in-js` and latest version of linaria
5 changes: 5 additions & 0 deletions .changeset/bright-glasses-press.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@headstartwp/next": patch
---

Fix: windows support
6 changes: 6 additions & 0 deletions .changeset/chilled-pants-suffer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@headstartwp/core": patch
"@headstartwp/next": patch
---

Fix fetch settings for next.js
14 changes: 13 additions & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,17 @@
"baseBranch": "trunk",
"updateInternalDependencies": "patch",
"privatePackages": { "version": true, "tag": false },
"ignore": ["@10up/wp-nextjs", "@10up/wp-multisite-nextjs", "@10up/wp-multisite-i18n-nextjs"]
"ignore": [
"@10up/wp-nextjs",
"@10up/wp-nextjs-app",
"@10up/wp-nextjs-epio",
"@10up/wp-polylang-nextjs-app",
"@10up/wp-multisite-nextjs-app",
"@10up/wp-multisite-nextjs",
"@10up/wp-multisite-i18n-nextjs",
"@headstartwp/vite-react-test",
"@10up/wp-nextjs-universal-blocks",
"@headstartwp/component-library",
"tenup-theme"
]
}
6 changes: 6 additions & 0 deletions .changeset/cute-shoes-dance.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@headstartwp/next": patch
---

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.
6 changes: 6 additions & 0 deletions .changeset/cyan-fans-clean.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@headstartwp/core": minor
"@headstartwp/next": minor
---

Introducing previewRouteHandler to handle preview in Next.js App Router
5 changes: 5 additions & 0 deletions .changeset/dry-lamps-approve.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@headstartwp/epio-search": patch
---

correctly export types
6 changes: 6 additions & 0 deletions .changeset/famous-apples-knock.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@headstartwp/core": patch
"@headstartwp/next": patch
---

Allow overriding fetch strategy
6 changes: 6 additions & 0 deletions .changeset/forty-apes-repair.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@headstartwp/core": minor
"@headstartwp/next": minor
---

Initial App Router Support
6 changes: 6 additions & 0 deletions .changeset/forty-planets-fix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@headstartwp/core": patch
"@headstartwp/next": patch
---

Fix: return config from queryPostOrPosts
5 changes: 5 additions & 0 deletions .changeset/free-rocks-take.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@headstartwp/core": patch
---

Fix: account for possible `single` property in the default post types when executing the default post path matching.
6 changes: 6 additions & 0 deletions .changeset/funny-poems-own.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@headstartwp/core": minor
"@headstartwp/next": minor
---

Introducing SEO handling for App Router
6 changes: 6 additions & 0 deletions .changeset/fuzzy-cows-press.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@headstartwp/core": minor
"@headstartwp/next": minor
---

Link handling
5 changes: 5 additions & 0 deletions .changeset/happy-bugs-obey.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@headstartwp/next": patch
---

Opt into image.remotePatters for Next.js versions that supports it
6 changes: 6 additions & 0 deletions .changeset/happy-squids-admire.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@headstartwp/core": minor
"@headstartwp/next": minor
---

Adding support for `i18n` routing in app router
5 changes: 5 additions & 0 deletions .changeset/heavy-bikes-join.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@headstartwp/core": patch
---

Fix: only run parseBlockAttribute when forwardBlockAttribute is set for nodes that represent wp blocks
7 changes: 7 additions & 0 deletions .changeset/hot-cycles-raise.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@headstartwp/headstartwp": minor
"@headstartwp/core": minor
"@headstartwp/next": minor
---

Feature: Introducing the ability to load block library styles and dynamic inline styles generated by the block editor
5 changes: 5 additions & 0 deletions .changeset/hungry-mangos-repeat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@headstartwp/core": minor
---

Fix: xss import issue
6 changes: 6 additions & 0 deletions .changeset/itchy-cooks-tap.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@headstartwp/next": patch
---

Fixed - Fixed isValidLocale function to validate against the configuration
Added - New test condition for technically valid, but unsupported locale
9 changes: 9 additions & 0 deletions .changeset/kind-experts-divide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
"@10up/next-redis-cache-provider": minor
"@headstartwp/block-primitives": minor
"@headstartwp/epio-search": minor
"@headstartwp/core": minor
"@headstartwp/next": minor
---

Add support for Next.js 15
6 changes: 6 additions & 0 deletions .changeset/large-spies-give.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@headstartwp/core": patch
"@headstartwp/next": patch
---

remove usage of defaultProps and intropduce the ability to attach a default test function directly to the component
6 changes: 6 additions & 0 deletions .changeset/late-rings-design.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@headstartwp/core": patch
"@headstartwp/headstartwp": patch
---

Fix: do not cast menu item ids to number as they are strings
5 changes: 5 additions & 0 deletions .changeset/many-drinks-prove.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@headstartwp/headstartwp": minor
---

feat: ensure all internal images added to the block editor contains width and height.
5 changes: 5 additions & 0 deletions .changeset/modern-crabs-run.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@headstartwp/epio-search": major
---

Introducing `@headstartwp/epio-search`
6 changes: 6 additions & 0 deletions .changeset/moody-emus-matter.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@headstartwp/core": minor
"@headstartwp/next": minor
---

Introducing `revalidateRouteHandler` for handling revalidate requests in Route Handlers (App Router)
5 changes: 5 additions & 0 deletions .changeset/orange-shirts-relax.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@headstartwp/next": patch
---

Ensure query string is appended to URL rewrite/redirect in middleware
6 changes: 6 additions & 0 deletions .changeset/perfect-cobras-knock.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@headstartwp/core": minor
"@headstartwp/next": minor
---

Add the ability to add aliases/slug to sites in the multisite setup
5 changes: 5 additions & 0 deletions .changeset/perfect-pumas-approve.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@headstartwp/core": patch
---

Fix TS type for link component in SettingsContextProps
6 changes: 6 additions & 0 deletions .changeset/poor-donkeys-march.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@headstartwp/core": minor
"@headstartwp/next": minor
---

RSC compatible image block for next.js
67 changes: 67 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
{
"mode": "pre",
"tag": "next",
"initialVersions": {
"@headstartwp/core": "1.4.4",
"@headstartwp/next": "1.4.3",
"@10up/next-redis-cache-provider": "1.0.0",
"@10up/wp-multisite-i18n-nextjs": "0.2.0",
"@10up/wp-multisite-nextjs": "0.2.0",
"@10up/wp-multisite-nextjs-app": "0.1.0",
"@10up/wp-nextjs": "0.2.0",
"@10up/wp-nextjs-app": "0.1.0",
"@10up/wp-polylang-nextjs-app": "0.1.0",
"@headstartwp/headstartwp": "1.1.3",
"@headstartwp/vite-react-test": "0.0.0",
"@headstartwp/block-primitives": "0.0.1",
"@headstartwp/epio-search": "1.0.0-next.1",
"@headstartwp/component-library": "0.1.0",
"@10up/wp-nextjs-epio": "0.1.0",
"@10up/wp-nextjs-universal-blocks": "0.1.0",
"tenup-theme": "1.0.0"
},
"changesets": [
"blue-hairs-warn",
"bright-glasses-press",
"chilled-pants-suffer",
"cute-shoes-dance",
"cyan-fans-clean",
"dry-lamps-approve",
"famous-apples-knock",
"forty-apes-repair",
"forty-planets-fix",
"free-rocks-take",
"funny-poems-own",
"fuzzy-cows-press",
"happy-bugs-obey",
"happy-squids-admire",
"heavy-bikes-join",
"hot-cycles-raise",
"hungry-mangos-repeat",
"itchy-cooks-tap",
"kind-experts-divide",
"large-spies-give",
"late-rings-design",
"many-drinks-prove",
"modern-crabs-run",
"moody-emus-matter",
"orange-shirts-relax",
"perfect-cobras-knock",
"perfect-pumas-approve",
"poor-donkeys-march",
"real-places-sin",
"shiny-onions-camp",
"short-jokes-repair",
"silent-weeks-exist",
"stale-dots-remain",
"strong-scissors-shout",
"tall-moles-accept",
"tall-peas-compete",
"tasty-waves-juggle",
"two-weeks-applaud",
"warm-fireants-remain",
"whole-dingos-love",
"wild-toys-refuse",
"young-planes-jog"
]
}
5 changes: 5 additions & 0 deletions .changeset/real-places-sin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@headstartwp/next": patch
---

Fix type on prepareSeoMetadata
6 changes: 6 additions & 0 deletions .changeset/shiny-onions-camp.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@headstartwp/core": patch
---

Added - Support for custom menu item CSS classes.
Added - `menu-item-has-children` CSS class for menu item with children.
5 changes: 5 additions & 0 deletions .changeset/short-jokes-repair.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@10up/next-redis-cache-provider": major
---

Introducing support for App Router
5 changes: 5 additions & 0 deletions .changeset/silent-weeks-exist.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@headstartwp/core": patch
---

Fix: blockGap in useBlockSetting
6 changes: 6 additions & 0 deletions .changeset/stale-dots-remain.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@headstartwp/block-primitives": patch
"@headstartwp/core": patch
---

Introducing blocks-primitives package and minor patch to core package
5 changes: 5 additions & 0 deletions .changeset/strong-scissors-shout.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@headstartwp/next": patch
---

Fix: #861 wrapper removing custom images remotePatterns
6 changes: 6 additions & 0 deletions .changeset/tall-moles-accept.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@headstartwp/core": minor
"@headstartwp/next": minor
---

Add `forwardBlockProps` to BlocksRenderer which automatically forwards block props to children components
6 changes: 6 additions & 0 deletions .changeset/tall-peas-compete.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@headstartwp/core": patch
"@headstartwp/next": patch
---

Introducing `loadHeadstartWpConfig()`
6 changes: 6 additions & 0 deletions .changeset/tasty-waves-juggle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@headstartwp/core": patch
"@headstartwp/next": patch
---

Fix fetch cache option
6 changes: 6 additions & 0 deletions .changeset/two-weeks-applaud.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@headstartwp/core": minor
"@headstartwp/next": minor
---

Introduce `blockContext` prop to BlocksRenderer and `handleError` in query functions
5 changes: 5 additions & 0 deletions .changeset/warm-fireants-remain.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@headstartwp/next": minor
---

support app router in withHeadstartWPConfig
5 changes: 5 additions & 0 deletions .changeset/whole-dingos-love.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@headstartwp/next": patch
---

Fix how enable() from draftMode is called
6 changes: 6 additions & 0 deletions .changeset/wild-toys-refuse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@headstartwp/core": minor
"@headstartwp/next": minor
---

Multisite support in App Router
6 changes: 6 additions & 0 deletions .changeset/young-planes-jog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@headstartwp/core": patch
"@headstartwp/next": patch
---

Fix: SEO with yoast disabled
Loading
Loading