VisUI 0.9.5 was released. This is a small bugfix release before 1.0.0. Also changelog is now in markdown format.
Version: 0.9.5 (LibGDX 1.7.1)
- Added: constructor
SimpleFormValidator(Disableable)
. - Added:
ActorUtils#keepWithinStage(Actor)
. - Deprecated:
ColumnGroup
. Will be removed in future versions. Use libGDX’sVerticalGroup
which supports more features. - Fixed:
BasicColorPicker
palette color selection were flipped. - Fixed:
BasicColorPicker
removed unnecessary right padding. - Fixed:
MenuItem
sub menu could appear outside screen. - Fixed:
DialogUtils
’sConfirmDialog
text label was not centered.