Skip to content

Commit

Permalink
Button release 2.6.4 (#292)
Browse files Browse the repository at this point in the history
* remove refs to statusAnimations for flixel > 5.9

* D'oh

* fix version checks

* release 2.6.4
  • Loading branch information
Geokureli authored Jan 31, 2025
1 parent 11c9ed5 commit c52179b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
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"]
}

0 comments on commit c52179b

Please sign in to comment.