Skip to content

Releases: kotcrab/vis-ui

VisUI 1.5.1

10 Dec 09:57
25aa59f
Compare
Choose a tag to compare

Version: 1.5.1 (libGDX 1.11.0)

  • Updated to libGDX 1.11.0
  • Added: #374 - ToastManager now supports 'center' horizontal alignment for 'top' and 'bottom' alignments.
    • ToastManager.updateToastsPositions and ToastManager member variables are now protected, allowing further customization of the toast positions.

VisUI 1.5.0

07 May 16:21
0707285
Compare
Choose a tag to compare

Version: 1.5.0 (libGDX 1.10.0)

  • Updated to libGDX 1.10.0
  • Removed deprecated API: VisUI.VERSION field
  • Changed: The project now uses Java 1.7 compatibility level, similarly to libGDX 1.10.0
  • Fixed: #355 - Changing color of VisImageButton and VisImageTextButton did not work
  • Fixed: #357 - CollapsibleWidget rendering issues when placed inside a scroll pane
  • Fixed: #358 - CollapsibleWidget performance issue

VisUI 1.4.11

21 Feb 19:23
Compare
Choose a tag to compare

See CHANGES file.

VisUI 1.4.9

05 Feb 19:24
Compare
Choose a tag to compare

Version: 1.4.9 (LibGDX 1.9.12)

  • Changed: #350 - Improve CollapseAction to support custom duration and interpolation
  • Fixed: IllegalArgumentException thrown by MenuItem#getImageCell when MenuItem was created without image (reported indirectly here)

VisUI 1.4.10

05 Feb 19:32
Compare
Choose a tag to compare

Version: 1.4.10 (LibGDX 1.9.14)

  • Updated to libGDX 1.9.14

VisUI 1.4.8

21 Nov 09:15
Compare
Choose a tag to compare

Version: 1.4.8 (LibGDX 1.9.12)

  • Updated to libGDX 1.9.12

VisUI 1.4.7

21 Nov 09:03
Compare
Choose a tag to compare

Version: 1.4.7 (LibGDX 1.9.11)

  • Added: #335 - VisImageButton (Drawable imageUp, Drawable imageDown, Drawable imageChecked, String styleName) constructor
  • Added: #340 - Option to disable color picker preview, added: BasicColorPicker#setShowColorPreviews(boolean), BasicColorPicker#isShowColorPreviews
  • Added: #333 - FlowGroup a generalization of HorizontalFlowGroup and VerticalFlowGroup
    • FlowGroup fixes some layout issues, see linked pull request
    • HorizontalFlowGroup and VerticalFlowGroup are deprecated
    • To avoid breaking changes DragPane and TabbedPane implementation was not changed in this version
  • Fixed: #331
    • TabbedPane::removeAll does not clear the active tab field
    • TabbedPane::remove(Tab) does not clear the active tab field when it removes last tab
  • Fixed: #336 - VisTextField crash when text has newlines
  • Fixed: #339 - HighlightTextArea was not disabling soft wrapping when using some constructors
  • Fixed: #341 - HighlightTextArea parent alpha was not used when drawing font

VisUI 1.4.6

29 Jul 11:04
Compare
Choose a tag to compare

Version: 1.4.6 (LibGDX 1.9.11)

  • Updated to libGDX 1.9.11

VisUI 1.4.5

29 Jul 10:35
Compare
Choose a tag to compare

Version: 1.4.5 (LibGDX 1.9.10)

  • Added: #328 BasicColorPicker#focusHexField
  • Fixed: #316 BusyBar grows but does not shrink
  • Fixed: #324 Spinner#getSelectorName returns wrong field
  • Fixed: #326 Possible crash in FocusManager
  • Changed: #315 Generify VisTree to match libGDX implementation
  • Changed: #314 List corner Drawable wasn't set resulting in blank spot when both scrollbars were visible
  • Changed: #325 VisTable#addSeparator(true) will create Separator with vertical style
    • Warning: This might be a breaking change if you're using a custom skin
  • Changed: FileChooser will auto focus selected file text field when added to stage (use FileChooser.focusSelectedFileTextFieldOnShow to override this setting)
  • Skin changes:
    • Added style: Separator: vertical style

VisUI 1.4.4

14 Aug 17:17
Compare
Choose a tag to compare

Version: 1.4.4 (LibGDX 1.9.10)

  • Updated to libGDX 1.9.10