Release notes
Release notes
This page summarizes the new features and software updates introduced throughout 2025.
August 2025 release (v2.10124.2)
The August 2025 package was initially released as v2.10124.2.
You can get the latest version of this release (v2.10124.2):
From GitHub (2.10124.2 )
From npm (npm install coveo-search-ui@2.10124.2
)
From the Coveo CDN:
Resource1
Script to include
CSS (minified)
With SRI:
<link rel= "stylesheet" href= "https://static.cloud.coveo.com/searchui/v2.10124/2/css/CoveoFullSearch.min.css" integrity= "sha512-uwIpZCn26cPZiL+1NquwIOKUjLToSA/68lR5OtkBaAeOyDwUbzr4nu45xU8jq1Y6dqaPmQuYEBp1yfz51irq9w==" crossorigin= "anonymous" />
Without SRI:
<link rel= "stylesheet" href= "https://static.cloud.coveo.com/searchui/v2.10124/css/CoveoFullSearch.min.css" />
Framework (lazy loading, minified)
With SRI: 2
<script class= "coveo-script" src= "https://static.cloud.coveo.com/searchui/v2.10124/2/js/CoveoJsSearch.Lazy.min.js" integrity= "sha512-TZ/h9PEDIZgO9TOpoJHlGGlz52ZqBl/B3wLmbpJ+q8Z6fIAUAkAOGPfx6Oy2camtVy6zLdVBA6H/2c8aUT40Qg==" crossorigin= "anonymous" ></script>
Without SRI:
<script class= "coveo-script" src= "https://static.cloud.coveo.com/searchui/v2.10124/js/CoveoJsSearch.Lazy.min.js" ></script>
Templates
With SRI:
<script src= "https://static.cloud.coveo.com/searchui/v2.10124/2/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.10124/js/templates/templates.js" ></script>
Changes
Issue number
Bug fix
KIT-4685
Fixed an error in the Traditional Chinese culture file.
May 2025 release (v2.10123.0)
The May 2025 package was initially released as v2.10123.0.
You can get the latest version of this release (v2.10123.0):
From GitHub (2.10123.0 )
From npm (npm install coveo-search-ui@2.10123.0
)
From the Coveo CDN:
Resource1
Script to include
CSS (minified)
With SRI:
<link rel= "stylesheet" href= "https://static.cloud.coveo.com/searchui/v2.10123/0/css/CoveoFullSearch.min.css" integrity= "sha512-QWWoGm9MBUCupU+zNiFWYdDTNOXtuVdNBDeV4CKfBUMMhzOzXs3qAeHqMOCloBFueYdGTLw6JHdMA4mhDXh9Mg==" crossorigin= "anonymous" />
Without SRI:
<link rel= "stylesheet" href= "https://static.cloud.coveo.com/searchui/v2.10123/css/CoveoFullSearch.min.css" />
Framework (lazy loading, minified)
With SRI: 2
<script class= "coveo-script" src= "https://static.cloud.coveo.com/searchui/v2.10123/0/js/CoveoJsSearch.Lazy.min.js" integrity= "sha512-k2+8tHAVyyx3sAp6raSRQMRuBqLJ+IMIHdShg6WOdJCLSvrGP3tSZhmxlp2eqx8TIaS2IuOnQU56jTQcy2Tm4Q==" crossorigin= "anonymous" ></script>
Without SRI:
<script class= "coveo-script" src= "https://static.cloud.coveo.com/searchui/v2.10123/js/CoveoJsSearch.Lazy.min.js" ></script>
Templates
With SRI:
<script src= "https://static.cloud.coveo.com/searchui/v2.10123/0/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.10123/js/templates/templates.js" ></script>
Changes
Issue number
Bug fix
KIT-4102
[DynamicFacet
] Fixed a bug where interactions with the facet would scroll the browser back to the facet, regardless of the enableScrollToTop
option status.
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>
Changes
Issue number
Bug fix
JSUI-3548
[QuerySuggestPreview
] This component no longer logs click events.
Can you tell us more about your experience today?
Comments (optional)