Skip to content

KTX 1.9.11-b2

Pre-release
Pre-release
Compare
Choose a tag to compare
@czyzby czyzby released this 01 Nov 01:16
· 232 commits to master since this release
1c59979

A release that features relatively minor additions, but major changes in terms of internal project architecture and documentation generation. The project was updated to the latest Gradle version with Kotlin DSL, and the latest Dokka version with an overhauled auto generated UI.


  • [UPDATE] Updated to Kotlin 1.4.10.
  • [UPDATE] Updated to Kotlin Coroutines 1.4.0.
  • [UPDATE] Updated to Gradle 6.7.
  • [UPDATE] Updated to Dokka 1.4.10-2.
  • [MISC] Groovy Gradle scripts and configuration files migrated to Kotlin.
  • [MISC] The generated sources documentation is vastly improved and moved to a new URL.
  • [FEATURE] (ktx-collections) Added GdxIdentityMap and GdxArrayMap aliases for LibGDX IdentityMap and ArrayMap collections.
  • [FEATURE] (ktx-collections) Added set operator extension method to ArrayMap to support square brackets assignment.
  • [FEATURE] (ktx-graphics) Added optional Camera and projection matrix parameters to ShapeRenderer.use.
  • [FEATURE] (ktx-scene2d) Added image builders for NinePatch, TextureRegion, Texture and Drawable.