Current Upgrade Guidance: Izenda provides maintenance releases with bug fixes and performance increases. Please see Release Notes for the most recent available updates.
Upgrade Note - July 2026
If you are upgrading to v2026.2.2 or later, specific update tasks are required. If you encounter issues during this migration, please contact Izenda Support with your Izenda version and any associated browser console error messages.
Introduction
The v2026.2.2 release modernizes the Izenda UI build system. As a part of this upgrade, the set of JavaScript files utilized have changed. Upgrading to this version will result in removal of some previously referenced files, the rename of some files that will still be used, and a split of one specific file into three discrete files.
If your application environment uses Izenda as an embedded user interface, your host page currently references some of these files directly. You must update these references to match the new file names for your embedded application to load correctly.
Specific information about changes and your required actions are included here.
Environment Changes
| v2025.4.1 and Earlier | v2026.2.2 and Later | Change Summary |
|---|---|---|
izenda_common.js |
removed | This file is no longer generated; content is included in other files. |
izenda_worker.js |
izenda_dashboard_worker.js izenda_report_worker.js izenda_reportcreator_worker.js |
This file has been split into three worker files. |
izenda_common.js Is No Longer Generated
What this change is: This versions and later versions of Izenda no longer include the izenda_common.js file. Any shared code that was previously included in this file is now included within other generated files.
Action required: You need to remove any reference to izenda_common.js from your host page. If you leave these references in place, your environment returns a File Not Found error.
Worker Files Have Been Renamed and Split Into Multiple Files
What this change is: The file izenda_worker.js has been replaced by three purpose-specific worker files:
izenda_dashboard_worker.jsizenda_report_worker.jsizenda_reportcreator_worker.js
Action required: These worker files are loaded automatically by the Izenda UI at runtime. You do not need to add individual references to them in your host page. Remove any izenda_worker.js references if you have them in your host page.
Caution: If your deployment process copies or serves Izenda files, ensure you deploy all three worker files (and their map files) alongside the other Izenda assets.
Migration Tasks
- [ ] Remove the reference to
izenda_common.jsfrom your host page. - [ ] Remove references to
izenda_worker.jsfrom your host page, if included. The new worker files load automatically. - [ ] Ensure all Izenda assets — including the three new worker files — are deployed to your server.
- [ ] Test that dashboards, reports, and the report creator all load correctly after the upgrade.
If you encounter issues during this migration, please contact Izenda Support with your Izenda version and any associated browser console error messages.