Font Size:
Ask Joget AI

Version 9.1-PREVIEW2

Version Highlights

Release Date: 22 April 2026
Editions: All Editions, Enterprise & Cloud Editions
Focus Areas: Builders, UI Enhancements, Plugin Management, Security Updates, Build & Dependencies

Core Enhancements

  • Enhanced the Find Usages features.
  • Added a way to duplicate forms and datalists by right-clicking.
  • Added a password visibility toggle feature to show the entered password.
  • Added support for copy and pasting across different browsers in the Builder.
  • Supported session invalidation for User Sessions.
  • Enhanced the Export Excel button to allow numeric formatting.
  • Added additional info to logs when in debug or error mode.
  • Changed the Directory & Monitoring list to use SlideOutPanel to display details.
  • Added the SlideOutPanel UI element to the Console UI.
  • Added a confirm dialog for unsaved changes when creating a new builder via Quick Nav.
  • Added a version warning indicator in the App Composer.
  • Improved the builder saving experience.
  • Replaced the input field with a workflow variable selector in the Process Builder to better reflect the expected input.
  • Logged the old and new values of system setting changes in the audit trail.
  • Made the datasource settings page read-only and removed profile management features.
  • Changed all ReadonlyV2 naming and rules to PersistableReadonly.

Theme-Specific Fixes

  • Added a custom callback for AJAX calls in the AjaxUniversalTheme.
  • Fixed the SlideOutPanel spacing issue and text color for logs.
  • Enhanced the Logs UI to follow the theme and added a search feature.
  • Fixed general UI issues in the DX 9 Builder Theme.
  • Fixed the multi-select box dropdown overlapping and clipping through the next section in subforms for the DX 9 Builder Theme.

Plugin Improvements

  • Added columns for the plugin .jar file name and marketplace URL in Manage Plugins.
  • Added a download button to the Manage Plugins page, and moved the download endpoint from enterprise to community.
  • Enhanced the BlockUI loading indicator UI and UX.

Bug Fixes and Improvements

  • Fixed an AppLogInfo StackOverflowError issue.
  • Fixed an issue in the Process Builder where the area became undraggable when a node was added.
  • Enabled scrolling on the white area in the Process Builder.
  • Fixed the focus visibility issue for dialog buttons and resolved the prompt dialog width issue.
  • Fixed general alert and confirm dialog issues.
  • Fixed an issue where the configure popup page was not following the system theme in the Permission Menu.
  • Fixed an issue in the Builder where the property editor closed when interacting with the property assistant in undock mode.
  • Fixed an issue where required scripts and stylesheets were not loading when the first datepicker was readonly or disabled.

Build & Dependencies

  • Set the Java release to 17 and added UTF-8 encoding properties in pom.xml.
  • Updated the Maven Antrun Plugin to version 3.2.0.

Security Updates

  • Upgraded jackson-dataformat-xml to version 2.21.1 to address the security vulnerability.

Enterprise & Cloud Specific

  • Set the Java release to 17 and added UTF-8 encoding properties in pom.xml for Joget Enterprise.
  • Added a new section for plugin info with a download option in the Console SysInfo.
  • Adjusted the button size and alignment for the password visibility toggle, and improved RTL support in the Janux theme.
  • Supported session invalidation in the Security Enhanced Directory Manager.
  • Added a custom callback for AJAX calls in the Angle Theme.
  • Fixed an issue in the Spreadsheet plugin where columns with formulas were not able to save values in a disabled state.
  • Fixed general UI issues in the DX 9 Builder Theme.
  • Fixed alert and confirm dialog issues for enterprise plugins.
  • Included the AI Agent Builder and Process Enhancement plugins in the enterprise pom.xml.
  • Replaced the deprecated tasks tag with target in the ANT configuration.
  • Displayed the datasource configuration as read-only in the system info.
  • Changed all ReadonlyV2 naming and rules to PersistableReadonly for enterprise Form Builder Elements.

Full Changelogs

Bug Fixes and Improvements

All Editions

[ MODIFIED ]    CORE      : Find Usages - Enhanced the Find Usages features 
[ ADDED ]       CORE      : Duplicate - Added a way to duplicate form and datalist by right clicking 
[ MODIFIED ]    CORE      : pom.xml - Set Java release to 17, added UTF-8 encoding properties. 
[ MODIFIED ]    CORE      : Password Field - Added password visibility toggle feature to show entered password.  T4975
[ ADDED ]       CORE      : Builder - Added support for copy and pasting across different browsers 
[ ADDED ]       CORE      : User Session - Support session invalidation. T6700 
[ MODIFIED ]   THEME      : AjaxUniversalTheme - Add custom callback for AJAX calls. 
[ MODIFIED ]    CORE      : Excel - Enhanced Export Excel button to allow numeric formatting 
[ FIXED ]       CORE      : AppLogInfo - Fixed StackOverflowError issue. 
[ MODIFIED ]   THEME      : Logs & Console UI - Fixed SlideOutPanel spacing issue and text color for log 
[ MODIFIED ]    CORE      : LogUtil - Adding additional info to log when it is debug or error. 
[ MODIFIED ]   THEME      : Logs - Enhance the UI to follow theme and added a search feature. 
[ MODIFIED ]    CORE      : Directory & Monitoring - Changed the list to use SlideOutPanel to display details. 
[ ADDED ]       CORE      : Console UI - Added SlideOutPanel UI element. 
[ FIXED ]       CORE      : Process Builder - Fixed area becomes undraggable when a node is added 
[ MODIFIED ]    CORE      : Process Builder - Able to scroll on the white area 
[ ADDED ]       CORE      : Quick Nav - Added a confirm dialog for unsaved changes when creating a new builder 
[ ADDED ]       CORE      : App Composer - Added version warning indicator 
[ MODIFIED ]    CORE      : Builder saving - Improve builder saving experience. 
[ ADDED ]      PLUGIN     : Manage Plugins - Added columns for plugin jar file name and marketplace url 
[ ADDED ]      PLUGIN     : Manage Plugins - added download button to manage plugins page, moved download endpoint from enterprise to community 
[ FIXED ]       CORE      : BlockUI - Enhance BlockUI loading indicator UI/UX. 
[ ADDED ]       CORE      : Process Builder - Replace input field with workflow variable selector to better reflect the expected input. 
[ FIXED ]      THEME      : DX 9 Builder Theme - Fixed UI Issues 
[ FIXED ]       CORE      : Alert/Confirm dialog - Fixed the focus visibility issue for dialog buttons and resolved the prompt dialog width issue. 
[ FIXED ]       CORE      : Alert/Confirm Dialog - Fixed alert and confirm dialog issues. 
[ FIXED ]       CORE      : Permission Menu - Fixed the configure popup page is not following the system theme. 
[ MODIFIED ]    CORE      : pom.xml - Updated Maven Antrun Plugin to version 3.2.0. 
[ MODIFIED ]    CORE      : AppSetupManagerHelperImpl - Log old and new values of system setting changes in audit trail. 
[ MODIFIED ]    CORE      : datasource.jsp - Made datasource settings page read-only and removed profile management features. 
[ FIXED ]       CORE      : Builder - Fixed property editor closes when interacting with property assistant in undock mode. 
[ MODIFIED ]    CORE      : Form Builder Elements - Changed the all ReadonlyV2 naming and rules into PersistableReadonly. 
[ FIXED ]       CORE      : FormUtil - Required scripts and stylesheets were not loaded when the first datepicker is readonly or disabled 
[ MODIFIED ]    CORE      : pom.xml - Upgraded jackson-dataformat-xml to 2.21.1 to address security vulnerability. 
[ FIXED ]      THEME      : DX 9 Builder Theme - Fixed multi select box dropdown overlapping/clipping through next section in subform. 

Enterprise & Cloud Editions

[ MODIFIED ]    CORE      : pom.xml - Set Java release to 17, added UTF-8 encoding properties. 
[ ADDED ]       CORE      : Console SysInfo - Added new section for plugin info with a download option 
[ MODIFIED ]   THEME      : Janux theme - Adjusted button size and alignment for password visibility toggle, improved RTL support. T4975 
[ ADDED ]      PLUGIN     : Security Enhanced Directory Manager - Support session invalidation. T6700 
[ MODIFIED ]   THEME      : Angle Theme - Add custom callback for AJAX calls. 
[ FIXED ]      PLUGIN     : SpreadSheet - Column with formula not able to save its value in disabled state. 
[ FIXED ]      THEME      : DX 9 Builder Theme - Fixed UI Issues 
[ FIXED ]      PLUGIN     : Alert/Confirm Dialog - Fixed alert and confirm dialog issues. 
[ MODIFIED ]    CORE      : pom.xml - Include AI Agent Builder and Process Enhancement plugins. 
[ MODIFIED ]    CORE      : pom.xml - Replaced deprecated tasks tag with target in ANT configuration. 
[ ADDED ]       CORE      : SysInfo - Display datasource configuration as read-only in system info. 
[ MODIFIED ]   PLUGIN     : Form Builder Elements - Changed the all ReadonlyV2 naming and rules into PersistableReadonly. 
Created by Debanraj Ravindran Last modified by Debanraj Ravindran on Aug 05, 2026