Release notes

This is for:

Developer

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

July 2024 release (v2.10119.0)

The July 2024 package was initially released as v2.10119.0. You can get the latest version of this release (v2.10119.0):

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

With SRI:

<link rel="stylesheet" href="https://static.cloud.coveo.com/searchui/v2.10119/0/css/CoveoFullSearch.min.css" integrity="sha512-TtQYB2dwFe8C1k85c09FZbb7suxdBDABWjXql/euXVp5Gqs53QCwyyM4m200SEeN9MPV9k8DD87VE5WWOIp5cQ==" crossorigin="anonymous" />

Without SRI:

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

With SRI:2

<script class="coveo-script" src="https://static.cloud.coveo.com/searchui/v2.10119/0/js/CoveoJsSearch.Lazy.min.js" integrity="sha512-4+mT/nsrRW1SXZ6XVKQR4t2HmZCI3dj2sQSYmbkuJeb8OfxNvg5t+63WDFx2Q1ECHb43EsNnSwJkGF+nInwAuQ==" crossorigin="anonymous"></script>

Without SRI:

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

With SRI:

<script src="https://static.cloud.coveo.com/searchui/v2.10119/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.10119/js/templates/templates.js"></script>

1: For additional resources, see CDN links.

2: See Subresource Integrity.

Changes

Issue number Bug fix
JSUI-3524 [SortDropdown] Fixed accessibility issue.
JSUI-3525 [ResultList] Fixed issue where some fieldsToInclude values would prevent click events from being logged correctly.
JSUI-3528 [Quickview] Fixed issue where it wasn’t possible to press escape to close the quickview.

June 2024 release (v2.10118.0)

The June 2024 package was initially released as v2.10118.0. You can get the latest version of this release (v2.10118.0):

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

With SRI:

<link rel="stylesheet" href="https://static.cloud.coveo.com/searchui/v2.10118/0/css/CoveoFullSearch.min.css" integrity="sha512-BBq4ByQ6yQfH5dWBzfmyxcwO/HmwI2J75c3CyuanHpV7sEBCPJ6J5YDT7hZchgS3lVzDIfLCqST8Uv8Ke2w6Cg==" crossorigin="anonymous" />

Without SRI:

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

With SRI:2

<script class="coveo-script" src="https://static.cloud.coveo.com/searchui/v2.10118/0/js/CoveoJsSearch.Lazy.min.js" integrity="sha512-+kANMqOvU65SiIeITZ+AC6/YLW5HiDkywJnOgVGoZ/m3C7Kn2onPiDnMfv5mGzPdpk3tdQkCW6tUz0gXXoOdSQ==" crossorigin="anonymous"></script>

Without SRI:

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

With SRI:

<script src="https://static.cloud.coveo.com/searchui/v2.10118/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.10118/js/templates/templates.js"></script>

1: For additional resources, see CDN links.

2: See Subresource Integrity.

Changes

Issue number Bug fix
JSUI-3517 Fixed accessibility issue with smart snippets.
JSUI-3518 Fixed accessibility issue with dynamic facet search.
JSUI-3519 Fixed accessibility issue with classic facet search.

May 2024 release (v2.10117.0)

The May 2024 package was initially released as v2.10117.0. You can get the latest version of this release (v2.10117.0):

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

With SRI:

<link rel="stylesheet" href="https://static.cloud.coveo.com/searchui/v2.10117/0/css/CoveoFullSearch.min.css" integrity="sha512-okBdh7EqJKoTokDwhqAlcXKoI+ltKKZYmOz2fGFT+AWsYaijFJwMruz+4q3eD4umN1ArhZ7nvR2h9ASbBB6OsA==" crossorigin="anonymous" />

Without SRI:

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

With SRI:2

<script class="coveo-script" src="https://static.cloud.coveo.com/searchui/v2.10117/0/js/CoveoJsSearch.Lazy.min.js" integrity="sha512-ljQ5gWiK1MjeC4Zv1Heq7+K5u63Cib3YreEao/oq9Uo1G/fabVcjjLMRmK0z7hLcJx0QEDKAW+ZXFZXg4C3wGg==" crossorigin="anonymous"></script>

Without SRI:

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

With SRI:

<script src="https://static.cloud.coveo.com/searchui/v2.10117/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.10117/js/templates/templates.js"></script>

1: For additional resources, see CDN links.

2: See Subresource Integrity.

Changes

Issue number Bug fix
JSUI-3508 Fixed issue that caused the relevance inspector to fail.
JSUI-3514 Fixed issue where highlighting would fail in the case of overlapping highlights.

April 2024 release (v2.10116.0)

The April 2024 package was initially released as v2.10116.0. You can get the latest version of this release (v2.10116.0):

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

With SRI:

<link rel="stylesheet" href="https://static.cloud.coveo.com/searchui/v2.10116/0/css/CoveoFullSearch.min.css" integrity="sha512-NUKqyS106a5SdM4EgYzly2S0Nk4vgX5RuG6kUkGcdVaGaB/h42vEPLDFp8D+HWszl2AC+syZNzfYIUmjd+36YQ==" crossorigin="anonymous" />

Without SRI:

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

With SRI:2

<script class="coveo-script" src="https://static.cloud.coveo.com/searchui/v2.10116/0/js/CoveoJsSearch.Lazy.min.js" integrity="sha512-jNK8RAtY5S20e4d2lIYuli6Nj06fAKepPPBosKX4maFnotlCNQfeF2rRtxOKGcFRtnKQdLJ763s7Ii4EN+X4DA==" crossorigin="anonymous"></script>

Without SRI:

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

With SRI:

<script src="https://static.cloud.coveo.com/searchui/v2.10116/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.10116/js/templates/templates.js"></script>

1: For additional resources, see CDN links.

2: See Subresource Integrity.

Changes

Issue number Bug fix
JSUI-3510 [FacetSlider] Fixed issue with date rounding errors.

March 2024 release (v2.10115.0)

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

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

With SRI:

<link rel="stylesheet" href="https://static.cloud.coveo.com/searchui/v2.10115/0/css/CoveoFullSearch.min.css" integrity="sha512-yb/KKCnKqJmtCFfO0fbYDzGsGxwvkwQXI4iCwQsn58SAmKJ4Vm5WlcjhRDGTIov8PJQSNX1y3WgNd8VqsaMONQ==" crossorigin="anonymous" />

Without SRI:

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

With SRI:2

<script class="coveo-script" src="https://static.cloud.coveo.com/searchui/v2.10115/0/js/CoveoJsSearch.Lazy.min.js" integrity="sha512-XXnRIR/x3rluF1h1l0m/UX5xOlvty4yZHyJaVL5Nv2KMX+eXaTP7Cp/Wv9y5n4s3FafW36D/k5emfGKgXS8DBA==" crossorigin="anonymous"></script>

Without SRI:

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

With SRI:

<script src="https://static.cloud.coveo.com/searchui/v2.10115/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.10115/js/templates/templates.js"></script>

1: For additional resources, see CDN links.

2: See Subresource Integrity.

Changes

Issue number Case Maintenance case
JSUI-3508 00108544 Fixed issue with the relevance inspector.

January 2024 release (v2.10114.1)

The January 2024 package was initially released as v2.10114.1. You can get the latest version of this release (v2.10114.1):

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

With SRI:

<link rel="stylesheet" href="https://static.cloud.coveo.com/searchui/v2.10114/1/css/CoveoFullSearch.min.css" integrity="sha512-FIg9+ZvwRisaW/zOy2MLzyXU7e2AV6EX9ttC6S65yJMG8KlEddWsPE/7HHlg2Da6Ksn9KL+MaTg1AcF3i98HWw==" crossorigin="anonymous" />

Without SRI:

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

With SRI:2

<script class="coveo-script" src="https://static.cloud.coveo.com/searchui/v2.10114/1/js/CoveoJsSearch.Lazy.min.js" integrity="sha512-wMSmHr0MlXeHCEj/adv6bRfT7W7w0RelEpsTQ7cgkNveaPSjS2+ZFnKxq7HusLM4wYT91vS4nLx/GHnP/8svvQ==" crossorigin="anonymous"></script>

Without SRI:

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

With SRI:

<script src="https://static.cloud.coveo.com/searchui/v2.10114/1/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.10114/js/templates/templates.js"></script>

1: For additional resources, see CDN links.

2: See Subresource Integrity.

Changes

Issue number Case Maintenance case
JSUI-3505 00107715 [Facet] Fixed issue with facet search.