Skip to content

Commit

Permalink
VisUI updated to 1.5.5. #497
Browse files Browse the repository at this point in the history
  • Loading branch information
czyzby committed Feb 2, 2025
1 parent 9d75e05 commit 7545291
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ _See also: [the official libGDX changelog](https://github.com/libgdx/libgdx/blob
- **[UPDATE]** Updated to libGDX 1.13.1.
- **[UPDATE]** Updated to Kotlin 2.1.10.
- **[UPDATE]** Updated to Kotlin Coroutines 1.10.1.
- **[UPDATE]** Updated to VisUI 1.5.5.
- **[UPDATE]** Updated to Dokka 2.0.0.
- **[CHANGE]** (`ktx-app`) `KtxGame` now calls `resize` _after_ `show` when `create` or `setScreen` are called.
This behavior now matches the official `Game` implementation.

Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/ktx/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const val kotlinCoroutinesVersion = "1.10.1"
const val artemisOdbVersion = "2.3.0"
const val ashleyVersion = "1.7.4"
const val gdxAiVersion = "1.8.2"
const val visUiVersion = "1.5.3"
const val visUiVersion = "1.5.5"

const val spekVersion = "1.1.5"
const val kotlinTestVersion = "2.0.7"
Expand Down
2 changes: 1 addition & 1 deletion vis/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![VisUI](https://img.shields.io/badge/vis--ui-1.5.3-blue.svg)](https://github.com/kotcrab/vis-ui)
[![VisUI](https://img.shields.io/badge/vis--ui-1.5.5-blue.svg)](https://github.com/kotcrab/vis-ui)
[![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)

# KTX: VisUI type-safe builders
Expand Down

0 comments on commit 7545291

Please sign in to comment.