Skip to main content
Version: v11.11.3

WaveMaker 11.11.3 - Release date: 9 June 2025

WaveMaker's Release 11.11.3 will includes improvements to Progress Bar widget styling options, and several bug fixes across Web and React Native project, Studio UI to enhance stability and usability.


Enhancements

React Native

Enhanced customization options for Progress Bar widget

Two key enhancements were made to the Progress Bar widget:

  • Custom Tooltip Support: You can now display contextual tooltip labels such as "Low", "Medium", "High", or show percentage values based on progress. The tooltip can be fully styled and positioned.

  • Gradient Background Styling: The Progress Bar's fill can now be styled with a linear gradient using custom CSS classes. Developers can apply gradient backgrounds using .app-progress-bar-bg and override default background colors. Progress Bar For more details, please check here.

These enhancements provide greater control over the visual and contextual representation of progress values in progress bar.

Added styling support for subtitle and title wrapper in Wizard widget steps

A new CSS class .app-wizard-step-title-wrapper has been introduced to allow custom styling of the title and subtitle wrapper.

Bug Fixes

Web

Fixed accessibility issue when binding title of Design Dialog in web projects

Binding a variable to the title property of the Design Dialog in web projects caused an accessibility warning ([aria-*] - attributes do not match their roles) in Lighthouse reports. This issue has been resolved — titles bound to variables now meet accessibility standards without triggering warnings.

Fixed validation issue with manual input in Date, DateTime, and Time widgets

Fixed an issue where manually entered values in the Date, DateTime, and Time widgets were updating datavalue even when they were outside the configured Min/Max limits or within Excluded Days (for date-based widgets).

Now, validation for these constraints works as expected — if an invalid value is entered, the widget’s datavalue will not be updated.

Studio

Fixed missing Height property in Chart widget after data binding

Resolved an issue where the Height property of the Chart widget was disappearing from the Studio UI’s properties panel after binding the data value property. The property is now consistently visible and configurable in the UI.

React Native

Fixed theme selection issue in projects with multiple themes

When multiple themes were present in a project, only the first theme was applied regardless of the user’s selection. This issue has been resolved — now, the theme explicitly selected by the developer in project is correctly applied across the project.

Fixed missing subtitle in Wizard widget steps

The subtitle configured for each step in the Wizard widget was not displaying in the preview. This issue has been resolved — subtitles now render correctly during preview.

Technology Stack