Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2.6.4 (December 10, 2024)
------------------------------
`FlxUITypedButton`: Avoid deprecated `statusAnimations` field ([#291](https://github.com/HaxeFlixel/flixel-ui/pull/291))

2.6.3 (December 10, 2024)
------------------------------
Fix compile error with Flixel 5.8.0 ([289](https://github.com/HaxeFlixel/flixel-ui/pull/289))
Expand Down
4 changes: 2 additions & 2 deletions haxelib.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "MIT",
"tags": ["game", "openfl", "flash", "neko", "cpp", "android", "ios", "cross"],
"description": "A UI library for Flixel",
"version": "2.6.3",
"releasenote": "Backwards compatibility with Flixel 5.8.0",
"version": "2.6.4",
"releasenote": "Compatibility with Flixel 6.0.0",
"contributors": ["haxeflixel", "larsiusprime", "Gama11", "GeoKureli"]
}
Loading