Quantum Visualizer R26 (202604) Release Notes

New Features and Enhancements

In this release, the following features have been introduced to provide an enhanced Quantum Visualizer experience.

Style Constants Support

The Style Constants feature, which enables developers to create and reuse predefined styles across a project, has been expanded to include Shadow properties.

  • Shadow Style Constant: You can now define reusable Shadow settings, including DistX, DistY, Blur, Color, Opacity, and Inner Shadow.

For more information, click here.

Justified Alignment for Text

Alignment type Justified is now available on Nitro for various widgets:

  • Android (Justify by Word and Justify by Character) - Label widget.
  • iOS (Justify by word) - Label widget, Richtext widget, and TextArea widget.

Managing Custom Focus Order of Widgets

Introduced in the 2026.01 release, the accessibilityFocusOrderElements property is now available for both Android and iOS with this release. It allows developers to define a custom navigation order for accessibility elements, even when widgets reside in different containers within a Form. This ensures that assistive technologies such as VoiceOver and TalkBack read elements in a predictable, developer-defined sequence, regardless of their placement in the UI hierarchy.

For more information, click here.