StaticSearch v0.8.1 update
267 words, 2-minute read

StaticSearch v0.8.1 was released on . There should be no breaking changes since the changes are minor:
- The
::part(activate)search activation element inherits color by default. - The StaticSearch version is shown in “powered by” footer.
package.jsondefines the minimum Node.js engine (>= 22).- All modules were updated. The latest esbuild creates a smaller CSS and JavaScript bundles.
- Small bug fixes.
Mobile virtual keyboards #
I recommend you add interactive-widget=resizes-content to your HTML viewport meta tags, e.g.
HTML
<meta name="viewport" content="width=device-width,interactive-widget=resizes-content">
This resizes the viewport when the keyboard appears. The StaticSearch <dialog> height changes accordingly and it becomes easier to scroll through results.

Refer to mobile virtual keyboards for more information.
Get started #
The StaticSearch documentation provides a quick start guide, and details about the indexer, single script tag, web component,web component, bind module, and JavaScript API.
StaticSearch works well with Publican sites. The Publican documentation provides a quick start guide, a detailed set-up guide, API references, and common recipes you can use and adapt for your own projects.