Widget changelog
[TODO i18n — see issue #76] Release notes for @aacsearch/widget — the vanilla JS Shadow DOM search widget. Subscribe here if you embed the widget on a public site and want CDN-version notices.
This page is the slice of /changelog for the
@aacsearch/widget package. Format: Changelog format.
Versioning: Versioning policy.
Distribution
Pin via the CDN-served bundle:
<script src="https://cdn.aacsearch.com/widget/v1/widget.js"></script>Or install from npm:
npm install @aacsearch/widgetMajor version pinning is recommended for production. Patch upgrades within a major are safe and ship security fixes.
Browser support floor
| Browser | Floor |
|---|---|
| Chromium | Last 2 stable releases |
| Firefox | Last 2 stable releases |
| Safari | iOS 15+, macOS Safari 15+ |
| Edge | Last 2 stable releases |
Floor moves require a 60-day notice in this changelog.
CSS isolation
The widget is rendered inside a Shadow DOM root. Page CSS does not bleed
into it and widget CSS does not affect the host page. Theming is via
CSS variables prefixed --aacs-* set on the widget custom element.
Recent releases
Migrated entries land here as the widget release cadence formalises. Until then, refer to npm
@aacsearch/widgetand the GitHub releases on theaacsearch/widgettag.
Migration
Major bumps publish the migration delta at
/migration/widget/v<n>-to-v<n+1>. The previous major stays on the CDN
for 12 months.
SDK changelog
[TODO i18n — see issue #76] Release notes for @aacsearch/client (TypeScript), @aacsearch/react, and the Python SDK (aacsearch). Use this page if you build against an AACSearch SDK and want a slice of the changelog without API or widget noise.
Connectors changelog
[TODO i18n — see issue #76] Webhook connector platform release notes — PrestaShop, Bitrix, Shopify and future modules. Subscribe here if your storefront syncs to AACSearch via a connector module.