V2 2023 releases
V2 2023 releases
This page summarizes the new features and software updates introduced throughout 2023.
September 2023 release (v2.10113.0)
The September 2023 package was initially released as v2.10113.0.
You can get the latest version of this release (v2.10113.0):
- From GitHub (2.10113.0)
- From npm (
npm install coveo-search-ui@2.10113.0
)
- From the Coveo CDN:
Resource1
|
Script to include |
CSS (minified) |
With SRI:
<link rel="stylesheet" href="https://static.cloud.coveo.com/searchui/v2.10113/0/css/CoveoFullSearch.min.css" integrity="sha512-7o1QCN/ZbqiPUJkQMi4+kayruaPehPhGIXgszQ4OprB/6iIF/GuscEx02q4q6/HDQ/hCYz2QEr4fxu0vzBFGQQ==" crossorigin="anonymous" />
Without SRI:
<link rel="stylesheet" href="https://static.cloud.coveo.com/searchui/v2.10113/css/CoveoFullSearch.min.css" />
|
Framework (lazy loading, minified) |
With SRI:2
<script class="coveo-script" src="https://static.cloud.coveo.com/searchui/v2.10113/0/js/CoveoJsSearch.Lazy.min.js" integrity="sha512-c3NgGxCOmjZOmJg77Gud6HkYzxC0v2JsWDBnfW44dwvoeOE0ysco48AA7rd8xeBowpbFZayUh4KsPZMY2s2F6w==" crossorigin="anonymous"></script>
Without SRI:
<script class="coveo-script" src="https://static.cloud.coveo.com/searchui/v2.10113/js/CoveoJsSearch.Lazy.min.js"></script>
|
Templates |
With SRI:
<script src="https://static.cloud.coveo.com/searchui/v2.10113/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.10113/js/templates/templates.js"></script>
|
Changes
Issue number |
Bug fix |
KIT-2738 |
Fixed issue where lastSearchQueryUid wasn’t sent in custom event payload, which could result in missing or mismatched search IDs for custom events. |
August 2023 release (v2.10112.0)
The August 2023 package was initially released as v2.10112.0.
You can get the latest version of this release (v2.10112.0):
- From GitHub (2.10112.0)
- From npm (
npm install coveo-search-ui@2.10112.0
)
- From the Coveo CDN:
Resource1
|
Script to include |
CSS (minified) |
With SRI:
<link rel="stylesheet" href="https://static.cloud.coveo.com/searchui/v2.10112/0/css/CoveoFullSearch.min.css" integrity="sha512-F55BsDe4LhBaK2nuu8hPdAF7ajhvOJSJTxzofLwbu5kukF0zLSKX0xIdIF7AmHK24GV+fDrtjJKrSzoZfuDKOQ==" crossorigin="anonymous" />
Without SRI:
<link rel="stylesheet" href="https://static.cloud.coveo.com/searchui/v2.10112/css/CoveoFullSearch.min.css" />
|
Framework (lazy loading, minified) |
With SRI:2
<script class="coveo-script" src="https://static.cloud.coveo.com/searchui/v2.10112/0/js/CoveoJsSearch.Lazy.min.js" integrity="sha512-8XXPyo+mLbqD6mxmu8MaiFi866t/YYIPOiRtCFaRU4mWBFa1cBeofg1lUYnIknUWBFmalBPiIrUvLiw257F9Aw==" crossorigin="anonymous"></script>
Without SRI:
<script class="coveo-script" src="https://static.cloud.coveo.com/searchui/v2.10112/js/CoveoJsSearch.Lazy.min.js"></script>
|
Templates |
With SRI:
<script src="https://static.cloud.coveo.com/searchui/v2.10112/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.10112/js/templates/templates.js"></script>
|
Changes
Issue number |
Bug fix |
JSUI-3499 |
Fixed issue where the standard and hierarchical facets behaved differently, which could cause unexpected results with DNE facet auto selection. |
July 2023 release (v2.10111.2)
The July 2023 package was initially released as v2.10111.2.
You can get the latest version of this release (v2.10111.2):
- From GitHub (2.10111.2)
- From npm (
npm install coveo-search-ui@2.10111.2
)
- From the Coveo CDN:
Resource1
|
Script to include |
CSS (minified) |
With SRI:
<link rel="stylesheet" href="https://static.cloud.coveo.com/searchui/v2.10111/2/css/CoveoFullSearch.min.css" integrity="sha512-NlMLn6DIOXxtQWSV73argOoz8zJJ61ssbRj4mawEbFtNDRP7IfC39L30b2ToC6sP1G6jPFH+2E2fPpa7R6v2HA==" crossorigin="anonymous" />
Without SRI:
<link rel="stylesheet" href="https://static.cloud.coveo.com/searchui/v2.10111/css/CoveoFullSearch.min.css" />
|
Framework (lazy loading, minified) |
With SRI:2
<script class="coveo-script" src="https://static.cloud.coveo.com/searchui/v2.10111/2/js/CoveoJsSearch.Lazy.min.js" integrity="sha512-YBjli73eL5XM0gwvQfm7pNIkOJdjTGPxbtM+gvu05P0TWo2cxh3rUMJnwm351njiBeOzUhOE5huYpSAZsexVfg==" crossorigin="anonymous"></script>
Without SRI:
<script class="coveo-script" src="https://static.cloud.coveo.com/searchui/v2.10111/js/CoveoJsSearch.Lazy.min.js"></script>
|
Templates |
With SRI:
<script src="https://static.cloud.coveo.com/searchui/v2.10111/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.10111/js/templates/templates.js"></script>
|
Changes
Issue number |
Case |
Maintenance case |
JSUI-3494 |
00101215 |
[Facet ] Fixed issue where facet sorting didn’t work on a Visualforce component. |
Issue number |
Bug fix |
JSUI-3492 |
Fixed German translation issue. |
June 2023 release (v2.10110.0)
The June 2023 package was initially released as v2.10110.0.
You can get the latest version of this release (v2.10110.0):
- From GitHub (2.10110.0)
- From npm (
npm install coveo-search-ui@2.10110.0
)
- From the Coveo CDN:
Resource1
|
Script to include |
CSS (minified) |
With SRI:
<link rel="stylesheet" href="https://static.cloud.coveo.com/searchui/v2.10110/0/css/CoveoFullSearch.min.css" integrity="sha512-7en7bFDbeJv0g9pC9n24h8FT0tFB+PEmZ/4U6+JZId8WQtZAZWnDOD9YQ/7C8vvYISGyha/6dhwYyD4cVLXXYw==" crossorigin="anonymous" />
Without SRI:
<link rel="stylesheet" href="https://static.cloud.coveo.com/searchui/v2.10110/css/CoveoFullSearch.min.css" />
|
Framework (lazy loading, minified) |
With SRI:2
<script class="coveo-script" src="https://static.cloud.coveo.com/searchui/v2.10110/0/js/CoveoJsSearch.Lazy.min.js" integrity="sha512-DxoltJEPQukb5Sqb2g1C/VSlGpKITDV1B0YkhybTdchlk6IHJN5MrAJInsjYjJp0lrznefROZtBZ1IqIri7lTw==" crossorigin="anonymous"></script>
Without SRI:
<script class="coveo-script" src="https://static.cloud.coveo.com/searchui/v2.10110/js/CoveoJsSearch.Lazy.min.js"></script>
|
Templates |
With SRI:
<script src="https://static.cloud.coveo.com/searchui/v2.10110/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.10110/js/templates/templates.js"></script>
|
Changes
Issue number |
Bug fix |
JSUI-3487 |
[FacetRange ] Fixed regression issue with range facets. |
JSUI-3488 |
Fixed issue where two demo pages would wrongly appear as options when creating a page in the Interface Editor. |
April 2023 release (v2.10109.0)
The May 2023 package was initially released as v2.10109.0.
You can get the latest version of this release (v2.10109.0):
- From GitHub (2.10109.0)
- From npm (
npm install coveo-search-ui@2.10109.0
)
- From the Coveo CDN:
Resource1
|
Script to include |
CSS (minified) |
With SRI:
<link rel="stylesheet" href="https://static.cloud.coveo.com/searchui/v2.10109/0/css/CoveoFullSearch.min.css" integrity="sha512-Yt7MZEnP5kirGYK4vJ8djaFiOYX03mT+0ET7i/YGxK3SgWCRXMuqx20YIhhmuu0NZYtXFtKmHqV6Bj21y0Sqkg==" crossorigin="anonymous" />
Without SRI:
<link rel="stylesheet" href="https://static.cloud.coveo.com/searchui/v2.10109/css/CoveoFullSearch.min.css" />
|
Framework (lazy loading, minified) |
With SRI:2
<script class="coveo-script" src="https://static.cloud.coveo.com/searchui/v2.10109/0/js/CoveoJsSearch.Lazy.min.js" integrity="sha512-6oqgQSftG9tVIfn6VNtPpIkRWcx/T3C9zyWRwNzoB2kbA72AKQIV4OuqgkocvmZARAAGHOH4dn+MjPL9SC6agg==" crossorigin="anonymous"></script>
Without SRI:
<script class="coveo-script" src="https://static.cloud.coveo.com/searchui/v2.10109/js/CoveoJsSearch.Lazy.min.js"></script>
|
Templates |
With SRI:
<script src="https://static.cloud.coveo.com/searchui/v2.10109/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.10109/js/templates/templates.js"></script>
|
Changes
Issue number |
Bug fix |
JSUI-3482 |
[SmartSnippet ] Fixed issue were smart snippets would fail in the Salesforce Lightning Locker service. |
April 2023 release (v2.10108.0)
The April 2023 package was initially released as v2.10108.0.
You can get the latest version of this release (v2.10108.0):
- From GitHub (2.10108.0)
- From npm (
npm install coveo-search-ui@2.10108.0
)
- From the Coveo CDN:
Resource1
|
Script to include |
CSS (minified) |
With SRI:
<link rel="stylesheet" href="https://static.cloud.coveo.com/searchui/v2.10108/0/css/CoveoFullSearch.min.css" integrity="sha512-b+osoezlbcKEME2LMXHMg/fAJzMPLGKeeOsIWq0Y8Gu2/ZHIyk/dDpb4dGOZ9Bb2yy4zvBlfJE82k/v70qBk0A==" crossorigin="anonymous" />
Without SRI:
<link rel="stylesheet" href="https://static.cloud.coveo.com/searchui/v2.10108/css/CoveoFullSearch.min.css" />
|
Framework (lazy loading, minified) |
With SRI:2
<script class="coveo-script" src="https://static.cloud.coveo.com/searchui/v2.10108/0/js/CoveoJsSearch.Lazy.min.js" integrity="sha512-zc8Mya/gZNdwAGbqb2IlvwGArMmr095Ukwfanw/INRBoW7XsTt7qW9hIuxEmfzmOGsyqmRl0NjLx6uARLDTaKg==" crossorigin="anonymous"></script>
Without SRI:
<script class="coveo-script" src="https://static.cloud.coveo.com/searchui/v2.10108/js/CoveoJsSearch.Lazy.min.js"></script>
|
Templates |
With SRI:
<script src="https://static.cloud.coveo.com/searchui/v2.10108/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.10108/js/templates/templates.js"></script>
|
Changes
Issue number |
Bug fix |
JSUI-3478 |
Fixed issue where the top level domain visitorId was not supported. |
Issue number |
Case |
Maintenance case |
JSUI-3479 |
00097683 |
Fixed issue where the reachedTheEndOfResults property didn’t work correctly. |
March 2023 release (v2.10107.0)
The March 2023 package was initially released as v2.10107.0.
You can get the latest version of this release (v2.10107.0):
- From GitHub (2.10107.0)
- From npm (
npm install coveo-search-ui@2.10107.0
)
- From the Coveo CDN:
Resource1
|
Script to include |
CSS (minified) |
With SRI:
<link rel="stylesheet" href="https://static.cloud.coveo.com/searchui/v2.10107/0/css/CoveoFullSearch.min.css" integrity="sha512-BjzNLUgmreYFpaPegeMHSUmzoiaBPE/HGAcBB0nPbYbWVTq/4nYW1oGRWnxjuEmQT2ei5JZgJbtBG7bDARJasg==" crossorigin="anonymous" />
Without SRI:
<link rel="stylesheet" href="https://static.cloud.coveo.com/searchui/v2.10107/css/CoveoFullSearch.min.css" />
|
Framework (lazy loading, minified) |
With SRI:2
<script class="coveo-script" src="https://static.cloud.coveo.com/searchui/v2.10107/0/js/CoveoJsSearch.Lazy.min.js" integrity="sha512-9ZJsEQm3tQbq3DA0TFytkGvKjDcH+nNFueDkAwIA/qT053UYA0WMbns8zaEAVFujjBwo6V6qK+x3UmPv6RGh/A==" crossorigin="anonymous"></script>
Without SRI:
<script class="coveo-script" src="https://static.cloud.coveo.com/searchui/v2.10107/js/CoveoJsSearch.Lazy.min.js"></script>
|
Templates |
With SRI:
<script src="https://static.cloud.coveo.com/searchui/v2.10107/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.10107/js/templates/templates.js"></script>
|
Changes
Issue number |
Maintenance case |
JSUI-3465 |
Fixed issue where special characters would cause problems in facets. |
JSUI-3467 |
Fixed timing issue on slow machines, where typing queries fast might result in empty queries. |
JSUI-3472 |
Fixed issue with client_id UUID format. |
February 2023 release (v2.10106.3)
The February 2023 package was initially released as v2.10106.3.
You can get the latest version of this release (v2.10106.3):
- From GitHub (2.10106.3)
- From npm (
npm install coveo-search-ui@2.10106.3
)
- From the Coveo CDN:
Resource1
|
Script to include |
CSS (minified) |
With SRI:
<link rel="stylesheet" href="https://static.cloud.coveo.com/searchui/v2.10106/3/css/CoveoFullSearch.min.css" integrity="sha512-2+ycLQo3hQ2r6qwfTQx6lQmpabMOCgMhYNF2S3kAt6GUIEocssIV+GREJMfVCttvr5xEBiRZVg90mPLedgZReA==" crossorigin="anonymous" />
Without SRI:
<link rel="stylesheet" href="https://static.cloud.coveo.com/searchui/v2.10106/css/CoveoFullSearch.min.css" />
|
Framework (lazy loading, minified) |
With SRI:2
<script class="coveo-script" src="https://static.cloud.coveo.com/searchui/v2.10106/3/js/CoveoJsSearch.Lazy.min.js" integrity="sha512-NHeoeMucQzMktEb2FELP5QFw/nedbFhCYCzM0dFNeIXbCr0Um57e+/RXByU3eMrT3JBXHfova5JxK3JDl/mbOQ==" crossorigin="anonymous"></script>
Without SRI:
<script class="coveo-script" src="https://static.cloud.coveo.com/searchui/v2.10106/js/CoveoJsSearch.Lazy.min.js"></script>
|
Templates |
With SRI:
<script src="https://static.cloud.coveo.com/searchui/v2.10106/3/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.10106/js/templates/templates.js"></script>
|
Changes
Issue number |
Maintenance case |
JSUI-3394 |
[SmartSnippetSuggestions ] Fixed issue where the component wouldn’t log the question and answerSnippet of the target snippet, but only its documentId . |
JSUI-3458 |
Fixed accessibility issue where search suggestions would be invisible to screen readers. |
JSUI-3459 |
[ResultLink ] Fixed issue where the Session Initiation Protocol wasn’t allowed by the component. |
January 2023 release (v2.10105.0)
The January 2023 package was initially released as v2.10105.0.
You can get the latest version of this release (v2.10105.0):
- From GitHub (2.10105.0)
- From npm (
npm install coveo-search-ui@2.10105.0
)
- From the Coveo CDN:
Resource1
|
Script to include |
CSS (minified) |
With SRI:
<link rel="stylesheet" href="https://static.cloud.coveo.com/searchui/v2.10105/0/css/CoveoFullSearch.min.css" integrity="sha512-z4PhNX7vuL3xVChQ1m2AB9Yg5AULVxXcg/SpIdNs6c5H0NE8XYXysP+DGNKHfuwvY7kxvUdBeoGlODJ6+SfaPg==" crossorigin="anonymous" />
Without SRI:
<link rel="stylesheet" href="https://static.cloud.coveo.com/searchui/v2.10105/css/CoveoFullSearch.min.css" />
|
Framework (lazy loading, minified) |
With SRI:2
<script class="coveo-script" src="https://static.cloud.coveo.com/searchui/v2.10105/0/js/CoveoJsSearch.Lazy.min.js" integrity="sha512-z4PhNX7vuL3xVChQ1m2AB9Yg5AULVxXcg/SpIdNs6c5H0NE8XYXysP+DGNKHfuwvY7kxvUdBeoGlODJ6+SfaPg==" crossorigin="anonymous"></script>
Without SRI:
<script class="coveo-script" src="https://static.cloud.coveo.com/searchui/v2.10105/js/CoveoJsSearch.Lazy.min.js"></script>
|
Templates |
With SRI:
<script src="https://static.cloud.coveo.com/searchui/v2.10105/0/js/templates/templates.js" integrity="sha512-z4PhNX7vuL3xVChQ1m2AB9Yg5AULVxXcg/SpIdNs6c5H0NE8XYXysP+DGNKHfuwvY7kxvUdBeoGlODJ6+SfaPg==" crossorigin="anonymous"></script>
Without SRI:
<script src="https://static.cloud.coveo.com/searchui/v2.10105/js/templates/templates.js"></script>
|
Changes
Issue number |
Maintenance case |
JSUI-3454 |
[DynamicHierarchicalFacet ] Fixed issue where dynamic facet breadcrumb captions wouldn’t escape special characters. |