KTX 1.9.14-b2
Pre-release
Pre-release
A maintenance release with notable dependency updates and a minor VisUI module bug fix.
- [UPDATE] Updated to Ashley 1.7.4.
- [UPDATE] Updated to Kotlin 1.4.32.
- [UPDATE] Updated to Kotlin Coroutines 1.4.3.
- [UPDATE] Updated to Gradle 6.8.3.
- [UPDATE] Updated to Dokka 1.4.30.
- [MISC] Due to the newly added support for multimodule projects in Dokka, published documentation URLs will change.
- [FEATURE] (
ktx-tiled
) AddedisEmpty
andisNotEmpty
extension function forMapLayers
andMapObjects
collections. - [FEATURE] (
ktx-tiled
) AddedforEachLayer
extension function forTiledMap
to iterate over an exact type ofMapLayer
instances of a specific map. - [FIX] (
ktx-vis
)visScrollPane
andvisSplitPane
now define the correct types forthis
in theinit
lambdas, adding support for Scene2D and VisUI DSL.