Skip to main content
Version: v11.14.1

WaveMaker 11.14.1 - Release date: 3 November 2025

WaveMaker 11.14.1 introduces enhanced commit message control and support for hyphenated page & partial names in Studio, giving developers more flexibility. It also includes a bug fix for stacked charts in web projects.

Enhancements

Studio

Added Control for Commit Message Details
When committing and pushing code changes in the Studio, the system automatically appends a detailed list of all modified, added, or deleted files to every commit message.

A new property Changes Description Enabled has now been introduced in Team Portal → Code Repository to control this behavior.

  • When enabled, commit messages continue to include the detailed list of changed files.
  • When disabled, only the developer’s commit message is included, allowing for cleaner, more concise commit history.

Example:

  • Enabled: commit message includes file list.
    Commit message with detailed changes
  • Disabled: commit message includes only the developer written message.
    Commit message without file details
Support for Hyphens in Page and Partial Names

Studio now supports using hyphens (-) in page and partial names, giving developers greater flexibility when naming pages and partials in their projects. For example, names like user-profile or settings-page are now valid.

Bugs

Web

Fixed Axis Label Issue in Stacked Bar Charts

Resolved an issue where the x-axis of stacked bar charts displayed integer values instead of the expected string labels. The chart now correctly renders the bound string values on the x-axis in Stacked Bar Charts.

Technology Stack