Skip to main content
Version: v11.12.1

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
Updated dependencies and applied security enhancements to ensure stability and performance.
New Dotted Stepper Layouts for Wizard Widget
The wizard widget now supports two new layouts, enhancing flexibility and customization:
Horizontal Dotted Stepper layout
Horizontal Dotted Stepper layout
Vertical Dotted Stepper layout
Vertical Dotted Stepper layout
Animation Support for Label Widget
The Label Widget now supports text animation, allowing for dynamic and engaging label presentations. Two new properties have been introduced:
  • 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.