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.
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
undefined Step Index value in Wizard Step On Load EventResolved 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
Fixed 1px Cutoff in Progress Circle Widget
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.