Skip to content

Release v1.3.0

Choose a tag to compare

@biggaboy212 biggaboy212 released this 18 May 19:50
· 15 commits to main since this release

Cascade v1.3.0

v1.3.0 (5/18/2026)

Co-authored-by: microwave.xyz 209287890+sysscan@users.noreply.github.com

Added

Changed

  • Scrollbars UI-wide now use theme keys that change for light and dark mode
  • Dropdown menus (PopUpButton's, PullDownButton's') now have appropriate behavior
    • PopUpButton: The menu will now expand in a position that alligns the current selected option with the component selection label perfectly
    • PopUpButton (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 PopUpButton and PullDownButton.