Web UI

Web UI Release Notes

Updated: April 10, 2024

Release Notes
This page mentions what's new. Refer to the upgrade notes to transition to this version.

NodeJS 18 Upgrade
Starting from Web UI version 3.1.6 released in March 2024, functional tests written on top of Web UI for your projects will require to use NodeJS 18. Please refer to the upgrade notes for detailed information.

Recently Released Changes

What’s New in Web UI for LTS 2023 (Version 3.1.7)

[WEBUI-1446] was introduced by accident in version 3.1.6. This change brings a stricter CSP header policy configuration which makes the application more secure by default, but could break existing Web UI applications.

Customers running into this problem may see errors when the expression of the nuxeo-filter element is evaluated, such as:

TypeError: Cannot read property 'UI' of undefined in <nuxeo-filter> expression "user && user.properties && user.properties.groups && (user.isAdministrator || user.properties.groups.includes(window.Nuxeo.UI.config.props.exceptionmanagers))"

TypeError: Cannot read property 'href' of undefined in <nuxeo-filter> expression "window.location.href.includes('search')"

As part of our policy, breaking changes should not be introduced without sufficient notice and this change was reverted.

Learn More

More information about released changes and fixed bugs is available in our bug tracking tool.


Previous Release Notes

Version Summary
Web UI 3.1.6 NodeJS18 upgrade, accessibility improvements and bugfix release
Web UI 3.1.5 Polymer version upgrade, accessibility improvements and bugfix release
Web UI 3.1.4 Bugfix and accessibility improvements release
Web UI 3.1.3 UI elements keep track of protected properties when a document goes under retention
Web UI 3.1.2 Initial release for Web UI on LTS 2023