06.02.2026, 12:56
Version 20260205 (beta)
Due to many changes this version is first published as a package and is not available in the app store.
Cloud Visu won't be updated until a new stable version is published.
Most notable changes:
- Fix for older browsers
- Plan "Show" option is ignored if View mode is either "Plan view only" or "Tile view only"
- Page zoom via touch pinch can be disabled in Global appearance settings
- Value select widget selection list can be configured to always open in a pop-up window
- Tile view Category widget can be duplicated (only the Category widget itself, without any child widgets)
- "Invert" option added to Switch widget
- Custom SVG icons can now be colorized by enabling "Apply color to custom SVG icons" in Global appearance settings
For this to work, SVG icon must be prepared accordingly:
1. Add id="root" to the <svg> element
2. Add fill="currentColor" to the <svg> element
3. Use viewBox for sizing, do not use width and height
SVG icons without these modifications won't be displayed.
Example icon attached.
Due to many changes this version is first published as a package and is not available in the app store.
Cloud Visu won't be updated until a new stable version is published.
Most notable changes:
- Fix for older browsers
- Plan "Show" option is ignored if View mode is either "Plan view only" or "Tile view only"
- Page zoom via touch pinch can be disabled in Global appearance settings
- Value select widget selection list can be configured to always open in a pop-up window
- Tile view Category widget can be duplicated (only the Category widget itself, without any child widgets)
- "Invert" option added to Switch widget
- Custom SVG icons can now be colorized by enabling "Apply color to custom SVG icons" in Global appearance settings
For this to work, SVG icon must be prepared accordingly:
1. Add id="root" to the <svg> element
2. Add fill="currentColor" to the <svg> element
3. Use viewBox for sizing, do not use width and height
SVG icons without these modifications won't be displayed.
Example icon attached.