Releases: kotcrab/vis-ui
Releases · kotcrab/vis-ui
VisUI 1.5.7
Version: 1.5.7 (libGDX 1.13.5)
- Updated to libGDX 1.13.5
VisUI 1.5.6
Version: 1.5.6 (libGDX 1.13.1)
- Project is now published using Maven Central Portal instead of OSSRH
- If you're using snapshots add new repository https://central.sonatype.com/repository/maven-snapshots/
- Source compatibility is now Java 1.8
- Changed: #399 - Font color markup is now disabled when drawing text field to prevent crashes
VisUI 1.5.5
Version: 1.5.5 (libGDX 1.13.1)
- Updated to libGDX 1.13.1
- Improved: #396 - Added missing Czech diacritics characters
- This required re-rendering the font, it was last done 8 years ago. I'm pretty sure I used same Hiero version as before, but I'm guessing newer JDK has some changes. Font baseline is affected by this, but I think it looks better now. Your UI will have slightly different paddings, see the issue for screenshots
- Added: #394 -
VisImageTextButtonnow supports focus font colors
VisUI 1.5.4
Version: 1.5.4 (libGDX 1.12.1)
- Changed: #393 - Removed use of Apple Java extensions in
FileUtils
VisUI 1.5.3
Version: 1.5.3 (libGDX 1.12.1)
- Updated to libGDX 1.12.1
VisUI 1.5.2
Version: 1.5.2 (libGDX 1.12.0)
- Updated to libGDX 1.12.0
- Added: #373 -
VisImageTextButtonan optionalOrientationvalue can be set to change how the button label is positioned relative to the button image- Defaults to existing behavior (label to the right of image in the same row), and orientation can be changed via
VisImageTextButton.setOrientation()
- Defaults to existing behavior (label to the right of image in the same row), and orientation can be changed via
VisUI 1.5.1
Version: 1.5.1 (libGDX 1.11.0)
- Updated to libGDX 1.11.0
- Added: #374 -
ToastManagernow supports 'center' horizontal alignment for 'top' and 'bottom' alignments.ToastManager.updateToastsPositionsandToastManagermember variables are now protected, allowing further customization of the toast positions.
VisUI 1.5.0
Version: 1.5.0 (libGDX 1.10.0)
- Updated to libGDX 1.10.0
- Removed deprecated API:
VisUI.VERSIONfield - Changed: The project now uses Java 1.7 compatibility level, similarly to libGDX 1.10.0
- Fixed: #355 - Changing color of
VisImageButtonandVisImageTextButtondid not work - Fixed: #357 -
CollapsibleWidgetrendering issues when placed inside a scroll pane - Fixed: #358 -
CollapsibleWidgetperformance issue
VisUI 1.4.11
See CHANGES file.
VisUI 1.4.9
Version: 1.4.9 (LibGDX 1.9.12)
- Changed: #350 - Improve
CollapseActionto support custom duration and interpolation - Fixed:
IllegalArgumentExceptionthrown byMenuItem#getImageCellwhenMenuItemwas created without image (reported indirectly here)