Release notes

This is for:

Developer
In this article

This page summarizes the new features and software updates introduced throughout 2025.

March 2025 release (v2.10122.13)

The March 2025 package was initially released as v2.10122.13. You can get the latest version of this release (v2.10122.13):

  • From GitHub (2.10122.13)
  • From npm (npm install coveo-search-ui@2.10122.13)
  • From the Coveo CDN:
Resource1 Script to include
CSS (minified)

With SRI:

<link rel="stylesheet" href="https://static.cloud.coveo.com/searchui/v2.10122/13/css/CoveoFullSearch.min.css" integrity="sha512-+j0C7gSKCVSTGlKS1IBNQcy+AaS5U4Q9wCTovMF/wUoMjUmHgzgpAlceb8JJ7IyMJk14keVg7vJRbHf3hbXNbw==" crossorigin="anonymous" />

Without SRI:

<link rel="stylesheet" href="https://static.cloud.coveo.com/searchui/v2.10122/css/CoveoFullSearch.min.css" />
Framework (lazy loading, minified)

With SRI:2

<script class="coveo-script" src="https://static.cloud.coveo.com/searchui/v2.10122/13/js/CoveoJsSearch.Lazy.min.js" integrity="sha512-egabyk8lgL9Ljy7jz2TLiWRUMulG7hLtPOjmCx/lZEEprVs48dtt6Voxik25sQOFpj9UB7hZNXo3uyRXqf/0LQ==" crossorigin="anonymous"></script>

Without SRI:

<script class="coveo-script" src="https://static.cloud.coveo.com/searchui/v2.10122/js/CoveoJsSearch.Lazy.min.js"></script>
Templates

With SRI:

<script src="https://static.cloud.coveo.com/searchui/v2.10122/13/js/templates/templates.js" integrity="sha512-CR0Yk/LIwgh1MsKqjecDp/r6F9ipKc6gA+4+E1pplT3N3r1pk+la/HaqyDiKtjOFwrwIIbIYBFrUJgPql93QHw==" crossorigin="anonymous"></script>

Without SRI:

<script src="https://static.cloud.coveo.com/searchui/v2.10122/js/templates/templates.js"></script>

1: For additional resources, see CDN links.

2: See Subresource Integrity.

Changes

Issue number Bug fix
JSUI-3548 [QuerySuggestPreview] This component no longer logs click events.