Skip to main content
Version: v11.14.1

WaveMaker 11.14.2 - Release date: 24 November 2025

WaveMaker 11.14.2 enhances Wizard widget in React Native and delivers several Studio and React Native bug fixes.

Enhancements

React Native

Customize the Done Button Icon in Wizard Widget

A new Done Icon property has been added to the Wizard widget, allowing developers to customize the icon displayed on the wizard’s Done button.

This release may impact existing projects.

In WaveMaker 11.14.0, we introduced the Design System, which powers capabilities like Style Workspace and Auto Layout for Web projects. While these features are currently available only for Web, we are actively working on bringing them to mobile projects in an upcoming release. This update includes foundational changes needed to enable that future support. Because the update requires some runtime changes at the component level, they may impact existing projects.

Despite extensive testing across components and internal applications, your existing apps may encounter minor UI impacts. We therefore strongly recommend validating your projects in a staging environment prior to upgrading.

Bugs

Studio

Saving Prefab Deployment Settings in a Project Now Works Correctly

Resolved an issue where updates made under Settings → Profile Configuration → Deployment Profile → Prefab were not being saved. Changes to a Prefab's deployment configuration in a project now save correctly when the user clicks Save.

React Native

Fixed Moment Returning Incorrect Locale in Scripts

Resolved an issue where the Moment library returned an incorrect locale when accessed in scripts. The moment.locale() call now correctly returns the currently selected locale.

Fixed undefined Step Index value in Wizard Step On Load Event

Resolved an issue in Wizard widgets where the JavaScript On Load event for a step received stepIndex as undefined. The event now correctly provides the stepIndex value corresponding to the loaded step.

Improved Element Detection for Text and Radio Set Widgets on iOS

Fixed an issue where Text and Radio Set widgets were not detectable in Appium Inspector on iOS devices, while working correctly on Android. These widgets are now properly exposed for inspection and automation on iOS.

Fixed Transparent Color Issue on Android After Expo 54 Upgrade

In WaveMaker 11.14.1, the Expo 54 upgrade introduced a React Native issue where color: transparent did not work correctly on Android devices. This has now been fixed, and transparent colors render properly again.

Fixed Menu Cutoff Issue Near Screen Edges
In Menu widget, the menu modal was opening on the right side of the menu button even when there was not enough space, causing part of it to go off-screen. This is now fixed. When space is limited on the right, the menu modal opens on the left side of the button.
Fixed 1px Cutoff in Progress Circle Widget
Addressed an issue where the Progress Circle widget was slightly cut off by 1px on the right side. The widget now renders fully within its container.
Resolved Input Issues for Text and Textarea Widgets on iOS

Resolved an issue where Text and Textarea widgets were not accepting input on iOS. Widgets configured with properties like disabled, readonly, required, autofocus, OnKeyPress, or OnBlur were affected. These widgets now work correctly, and users can enter text as expected.

Technology Stack