Skip to content

Commit 4399a4f

Browse files
committed
prepare 2.6.2 release
1 parent f5fa45a commit 4399a4f

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
2.6.2 (December 9, 2024)
2+
------------------------------
3+
#### Changes and improvements:
4+
- Fixed compatibility with upcoming Flixel version 5.9.0 ([277](https://github.com/HaxeFlixel/flixel-ui/pull/277))
5+
- `FlxUIDropdownMenu`: Prevent premature closing when selecting items ([275](https://github.com/HaxeFlixel/flixel-ui/pull/275))
6+
- `FlxUISlider`: Check for correct Flixel-addons version ([280](https://github.com/HaxeFlixel/flixel-ui/pull/280))
7+
- Assets: Run oxipng on all images ([284](https://github.com/HaxeFlixel/flixel-ui/pull/284))
8+
- `FlxInputText`(legacy): Prevent using destroyed graphic ([285](https://github.com/HaxeFlixel/flixel-ui/pull/285))
9+
- `FlxUICheckBox`: Fix docs ([287](https://github.com/HaxeFlixel/flixel-ui/pull/287))
10+
11+
#### Bugfixes
12+
- `FlxUICheckBox`: Fix `checked` always `false` in params ([288](https://github.com/HaxeFlixel/flixel-ui/pull/288))
13+
14+
115
2.6.1 (april 16, 2024)
216
------------------------------
317
Fixed compatibility with upcoming Flixel version 5.7.0

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.1",
8-
"releasenote": "Flixel 5.7.0 compatibility",
7+
"version": "2.6.2",
8+
"releasenote": "Flixel 5.9.0 compatibility",
99
"contributors": ["haxeflixel", "larsiusprime", "Gama11", "GeoKureli"]
1010
}

0 commit comments

Comments
 (0)