Kotcrab.com

import com.kotcrab.Brain;

VisUI 0.4.0 Released

VisUI 0.3.1 and 0.4.0 is now available. 0.3.1 fixes few bugs and introduces new widget called CollapsbileWidget, here is little showcase:

0.4.0 does not add anything new, but from this version VisUI is using com.kotcrab.vis groupId (previous one was pl.kotcrab.vis) for Maven and Gradle dependencies. Bellow you can find informations what you have to do if you are updating from older version.

1
2
3
4
5
6
7
8
9
10
11
12
13
[0.4.0] [Important]
-Important: Moving everything to com.kotcrab.vis package, new Gradle definitions:
in core: com.kotcrab.vis:vis-ui:$visuiVersion
in html: com.kotcrab.vis:vis-ui:$visuiVersion:sources
Also don't forget to update your GdxDefinition.gwt.xml and GdxDefinitionSuperdev.gwt.xml files!

[0.3.1]
-Added CollapsibleWidget
-Fixed VisImageButton.setGenerateDisabledImage(boolean)
-Fixed MenuBar not rendering Menu content if added Menu to MenuBar after adding items to it
-VisTable.addSeparator() now sets expandX() and fillX() for separator instead of expand() and fill()
-GWT compatibility for DialogUtils and FormValidator
-Fixed VisCheckBox and VisRadioButton focus border padding

Also I’ve updated web demo to show more library features, go see it now!

Update: I released 0.4.1 with fixed FileChooser padding, that bug was happening because LibGDX scrollpane padding bug was fixed. I was settings padding manually but when they fixed it was no longer necessary and doing it caused FileChooser to look weird.

VisUI Github page

Comments