Release notes

This is for:

Developer

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

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.