Skip to content

Commit c52179b

Browse files
authored
Button release 2.6.4 (#292)
* remove refs to statusAnimations for flixel > 5.9 * D'oh * fix version checks * release 2.6.4
1 parent 11c9ed5 commit c52179b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2.6.4 (December 10, 2024)
2+
------------------------------
3+
`FlxUITypedButton`: Avoid deprecated `statusAnimations` field ([#291](https://github.com/HaxeFlixel/flixel-ui/pull/291))
4+
15
2.6.3 (December 10, 2024)
26
------------------------------
37
Fix compile error with Flixel 5.8.0 ([289](https://github.com/HaxeFlixel/flixel-ui/pull/289))

haxelib.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"license": "MIT",
55
"tags": ["game", "openfl", "flash", "neko", "cpp", "android", "ios", "cross"],
66
"description": "A UI library for Flixel",
7-
"version": "2.6.3",
8-
"releasenote": "Backwards compatibility with Flixel 5.8.0",
7+
"version": "2.6.4",
8+
"releasenote": "Compatibility with Flixel 6.0.0",
99
"contributors": ["haxeflixel", "larsiusprime", "Gama11", "GeoKureli"]
1010
}

0 commit comments

Comments
 (0)