Skip to content

Commit 7545291

Browse files
committed
VisUI updated to 1.5.5. #497
1 parent 9d75e05 commit 7545291

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ _See also: [the official libGDX changelog](https://github.com/libgdx/libgdx/blob
55
- **[UPDATE]** Updated to libGDX 1.13.1.
66
- **[UPDATE]** Updated to Kotlin 2.1.10.
77
- **[UPDATE]** Updated to Kotlin Coroutines 1.10.1.
8+
- **[UPDATE]** Updated to VisUI 1.5.5.
9+
- **[UPDATE]** Updated to Dokka 2.0.0.
810
- **[CHANGE]** (`ktx-app`) `KtxGame` now calls `resize` _after_ `show` when `create` or `setScreen` are called.
911
This behavior now matches the official `Game` implementation.
1012

buildSrc/src/main/kotlin/ktx/Versions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const val kotlinCoroutinesVersion = "1.10.1"
66
const val artemisOdbVersion = "2.3.0"
77
const val ashleyVersion = "1.7.4"
88
const val gdxAiVersion = "1.8.2"
9-
const val visUiVersion = "1.5.3"
9+
const val visUiVersion = "1.5.5"
1010

1111
const val spekVersion = "1.1.5"
1212
const val kotlinTestVersion = "2.0.7"

vis/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![VisUI](https://img.shields.io/badge/vis--ui-1.5.3-blue.svg)](https://github.com/kotcrab/vis-ui)
1+
[![VisUI](https://img.shields.io/badge/vis--ui-1.5.5-blue.svg)](https://github.com/kotcrab/vis-ui)
22
[![Maven Central](https://img.shields.io/maven-central/v/io.github.libktx/ktx-vis.svg)](https://search.maven.org/artifact/io.github.libktx/ktx-vis)
33

44
# KTX: VisUI type-safe builders

0 commit comments

Comments
 (0)