Kotcrab.com

import com.kotcrab.Brain;

VisUI 0.9.5 Released

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’s VerticalGroup 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’s ConfirmDialog text label was not centered.

Comments