Releases: raeleus/TenPatch
Releases · raeleus/TenPatch
Ten Patch ver. 5.2.3
Ten Patch ver. 5.2.2
- Fixed not setting the region when setting values to an existing TenPatchDrawable
- Added missing getters/setters for crushMode
Ten Patch ver. 5.2.1
- Fixed null pointer exception when setting values to an existing TenPatchDrawable with null fields.
Ten Patch ver. 5.2.0
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
- Fixed constructor not setting the min size of the drawable.
Ten Patch ver. 5.0.0
- API CHANGE: playMode is now an int to be compatible with the SkinLoader
Ten Patch ver. 4.2.1
- Fixed incorrect keyword allowing random number generator to be serialized.
Ten Patch ver. 4.2.0
- Added PlayMode option to control playback of animations.
Ten Patch ver. 4.1.0
- 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
- Merged AnimatedTenPatchDrawable features into TenPatchDrawable and removed AnimatedTenPatchDrawable class.