ktx v1.11.0-rc2 Release Notes
-
- ⚡️ [UPDATE] Updated to Kotlin 1.7.10.
- ⚡️ [UPDATE] Updated to Kotlin Coroutines 1.6.4.
- ⚡️ [UPDATE] Updated to Dokka 1.7.10.
- [MISC] New Dokka theme is available on the documentation website.
- [FEATURE] (
ktx-actors
) AddedActor.onEnter
,Actor.onExit
,Actor.onEnterEvent
andActor.onExitEvent
extension methods that attachClickListener
instances listening for enter and exit events. - [FEATURE] (
ktx-ashley
) AddedComponentDelegate
andOptionalComponentDelegate
that allow accessing component viaEntity
extension properties. - [FEATURE] (
ktx-ashley
) AddedpropertyFor<Component>
andoptionalPropertyFor<Component>
utility functions that automatically create a mapper for the component delegates.