Release v1.3.0
Cascade v1.3.0
v1.3.0 (5/18/2026)
Co-authored-by: microwave.xyz 209287890+sysscan@users.noreply.github.com
Added
- Added a new component,
ImageSurface
Changed
- Scrollbars UI-wide now use theme keys that change for light and dark mode
- Dropdown menus (
PopUpButton's,PullDownButton's') now have appropriate behaviorPopUpButton: The menu will now expand in a position that alligns the current selected option with the component selection label perfectlyPopUpButton(Multi) &PullDownButton: The menu now opens Right-Alligned 6px below the component.
Fixed
- Fixed a visual issue where dropdown menus when opened in some scenarios would have all options highlighted (accent color).
- Fixed a nil read error when setting .Value in
PopUpButtonandPullDownButton.