The first release of @headstartwp/[email protected] introduces a dedicated ElasticPress.io search package for HeadstartWP. This new package gives you a purpose-built integration for wiring ElasticPress.io-powered search into your headless WordPress front end, alongside compatibility work for Next.js 15 and a fix to type exports.
New package: @headstartwp/epio-search
The headline of this release is the debut of @headstartwp/epio-search, a standalone package for integrating ElasticPress.io search into your HeadstartWP project. If you’re running Elasticsearch through ElasticPress.io and want to surface that search capability in your decoupled front end, this package provides the plumbing to do so without hand-rolling the integration.
Framework and type improvements
- Next.js 15 support — The package is compatible with Next.js 15, keeping your search integration current with the latest framework release.
- Correct type exports — TypeScript types are now exported correctly, so consuming projects get accurate typings and editor autocompletion out of the box.
Because this is the 1.0.0 release, there are no migration steps from a previous version — install the package and start integrating ElasticPress.io search into your build.