WaveMaker 11.12.1 - Release date: 15 September 2025
WaveMaker 11.12.1 introduces new layouts for the Wizard widget, animation support for label widget, and enhanced customization for chips widget. This release also updates dependencies, strengthens React Native security, and resolves key bugs to improve overall stability.
Enhancements
React Native
Maintenance & Security
New Dotted Stepper Layouts for Wizard Widget
Animation Support for Label Widget
- Text Animation: Select from a variety of animation effects using a dropdown menu.
- Animation Speed: Adjust the timing delay between words for smooth word-by-word transitions (in milliseconds).
These options are available in the Graphics section of the Label Widget properties panel.
Example: Fadein
animation applied to the Label Widget.
Enhanced Chips Widget
The Chips widget has been enhanced with new properties, making it more flexible and easier to customize.
Selection Mode
Developers can now configure chip selection behavior using the Selection Mode property:
single
: Only one chip can be selected at a time.multiple
: Multiple chips can be selected simultaneously (default).
Icons within Chips
Icons can now be displayed inside chips:
- Left Icon Class: Display an icon on the left side of each chip.
Customizable with.app-chips-left-icon
&.app-chips-active-left-icon
. - Right Icon Class: Display an icon on the right side of each chip.
Customizable with.app-chips-right-icon
&.app-chips-active-right-icon
.
Badges within Chips
Badges can also be displayed inside chips:
- Left Badge: Display a text badge on the left side of each chip.
Customizable with.app-chips-left-badge
&.app-chips-active-left-badge
. - Right Badge: Display a text badge on the right side of each chip.
Customizable with.app-chips-right-badge
&.app-chips-active-right-badge
.
Bugs
React Native
Fixed: Tab Widget Header Styling
Resolved an issue where CSS classes targeting the Tab widget header were not applied correctly.
Header styling is now applied as expected.