Release notes

This is for:

Developer

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

May 2026 release (v2.10126.2)

The May 2026 package was initially released as v2.10126.2.

You can get the latest version of this release (v2.10126.2):

  • From GitHub (2.10126.2)

  • From npm (npm install coveo-search-ui@2.10126.2)

  • From the Coveo CDN:

Resource [1] Script to include

CSS (minified)

With SRI:

<link rel="stylesheet" href="https://static.cloud.coveo.com/searchui/v2.10126/2/css/CoveoFullSearch.min.css" integrity="sha512-7svoWpeCOI/0QfuN/iK2/nHmEBgbRfrDtkEiV0gDX5gd9r+k9B3jMBVg9ev7SQKwsmzhZhKoDSqU8mahH6sF9g==" crossorigin="anonymous" />

Without SRI:

<link rel="stylesheet" href="https://static.cloud.coveo.com/searchui/v2.10126/css/CoveoFullSearch.min.css" />

Framework (lazy loading, minified)

With SRI: [2]

<script class="coveo-script" src="https://static.cloud.coveo.com/searchui/v2.10126/2/js/CoveoJsSearch.Lazy.min.js" integrity="sha512-VXkKQ6ZGp5OV0bJBK+I5WdJlJI6TRKbS14sxvzbC1tZmBSsfuMOkz850VSDLceVldBsP7cuhr+ME9Y9Sdrk5EA==" crossorigin="anonymous"></script>

Without SRI:

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

Templates

With SRI:

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

Changes

Issue number Description

LENS-5260

[QueryBuilder] The QueryBuilder class now supports fieldAliases and freeTextSearchFields parameters.


1. For additional resources, see CDN links.