Skip to content

Releases: raeleus/TenPatch

Ten Patch ver. 5.2.3

30 Mar 16:12
e037a2b
Compare
Choose a tag to compare
  • Fixed set() method not using color.set().

Ten Patch ver. 5.2.2

01 Sep 13:12
Compare
Choose a tag to compare
  • Fixed not setting the region when setting values to an existing TenPatchDrawable
  • Added missing getters/setters for crushMode

Ten Patch ver. 5.2.1

01 Sep 12:57
Compare
Choose a tag to compare
  • Fixed null pointer exception when setting values to an existing TenPatchDrawable with null fields.

Ten Patch ver. 5.2.0

28 Jul 03:29
Compare
Choose a tag to compare

Version 5.2.0

  • Fixed not setting min size with #set() method.
  • Added helper methods to set the scale.
  • Added crushMode functionality to better define behavior when shrunken below the minimum size.

Version 5.1.0

  • Added scaling functionality like NinePatch

Ten Patch ver. 5.0.1

05 Oct 05:24
Compare
Choose a tag to compare
  • Fixed constructor not setting the min size of the drawable.

Ten Patch ver. 5.0.0

06 Aug 16:06
Compare
Choose a tag to compare
  • API CHANGE: playMode is now an int to be compatible with the SkinLoader

Ten Patch ver. 4.2.1

05 Aug 03:30
Compare
Choose a tag to compare
  • Fixed incorrect keyword allowing random number generator to be serialized.

Ten Patch ver. 4.2.0

02 Aug 02:58
Compare
Choose a tag to compare
  • Added PlayMode option to control playback of animations.

Ten Patch ver. 4.1.0

08 Jul 17:50
Compare
Choose a tag to compare
  • Added autoUpdate option to TenPatchDrawable. No longer unnecessary to call update() manually unless you want to specify a delta different from Gdx.graphics.getDeltaTime().

Ten Patch ver. 4.0.0

08 Jul 09:16
Compare
Choose a tag to compare
  • Merged AnimatedTenPatchDrawable features into TenPatchDrawable and removed AnimatedTenPatchDrawable class.