Skip to content

VisUI 1.2.3

Compare
Choose a tag to compare
@kotcrab kotcrab released this 24 Sep 14:52
· 174 commits to master since this release

Version: 1.2.3 (LibGDX 1.9.4)

  • Added: constructor LinkLabel (CharSequence text, CharSequence url, LinkLabelStyle style)
  • Fixed: Spinner could overflow Table cell bounds by 1 pixel
    • Removed Sizes.spinnerButtonsWidth and Sizes.spinnerFieldRightPadding (no longer needed)
    • Renamed Sizes.spinnerButtonSize to Sizes.spinnerButtonHeight
  • Skin changes:
    • Styles that used to reference other style by name (for example FileChooserStyle referencing PopupMenu style name) now embeds that style directly
      • Changed String ToastStyle#closeButtonStyleName to VisImageButtonStyle ToastStyle#closeButtonStyle
    • Changed String FileChooserStyle#popupMenuStyleName to PopupMenuStyle FileChooserStyle#popupMenuStyle
    • Changed String MenuStyle#openButtonStyleName to VisTextButtonStyle MenuStyle#openButtonStyle
    • For existing JSON files you only need to remove 'Name' postfix from field name, Skin loading mechanism can automatically resolve such references