Kotcrab.com

import com.kotcrab.Brain;

VisUI 0.8.0 Released

VisUI 0.8.0 was released! This release will work with libGDX 1.6.3. Changes:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[0.8.0] [LibGDX 1.6.3]
-API Addition: Tooltip (Actor target, String text, int textAlign)
-API Addition: Tooltip (String styleName, Actor target, String text, int textAlign)
-API Addition: FormInputValidator#hideErrorOnEmptyInput (can be used with FromValidator to don't display error
               message if field is empty, field will be still marked with red border and accept button will be disabled)
-API Addition: FormValidator#directory(...)
-API Addition: FormValidator#directoryEmpty(...)
-API Addition: FormValidator#directoryNotEmpty(...)
-Optimized FileChooser ( https://github.com/kotcrab/VisEditor/issues/11 )
-Fixed issue when FileChooser confirm button text wasn't updated after changing mode ( https://github.com/kotcrab/VisEditor/pull/14 )
-Fixed issue when FileChooser would crash on file delete dialog
-Added 'blue' button style
-Added New Directory item in FileChooser popup menu ("contextMenuNewDirectory" was added to FileChooser I18N file)
-FileChooser I18N file: added contextMenuNewDirectory, newDirectoryDialogIllegalCharacters, newDirectoryDialogAlreadyExists properties
-Improved small font (some uppercase letters were missing 1px at the top)

Some FormValidator improvements, FileChooser got optimized A LOT especially on Windows where it could hang application for more than 10 seconds on startup. Now you can create new directories from FileChooser dialog.

Recently new libGDX 1.6.4 was released, I will update VisUI for it soon, stay tunned.

Comments