Skip to content

Commit

Permalink
prepare 2.6.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Geokureli committed Dec 9, 2024
1 parent f5fa45a commit 4399a4f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
2.6.2 (December 9, 2024)
------------------------------
#### Changes and improvements:
- Fixed compatibility with upcoming Flixel version 5.9.0 ([277](https://github.com/HaxeFlixel/flixel-ui/pull/277))
- `FlxUIDropdownMenu`: Prevent premature closing when selecting items ([275](https://github.com/HaxeFlixel/flixel-ui/pull/275))
- `FlxUISlider`: Check for correct Flixel-addons version ([280](https://github.com/HaxeFlixel/flixel-ui/pull/280))
- Assets: Run oxipng on all images ([284](https://github.com/HaxeFlixel/flixel-ui/pull/284))
- `FlxInputText`(legacy): Prevent using destroyed graphic ([285](https://github.com/HaxeFlixel/flixel-ui/pull/285))
- `FlxUICheckBox`: Fix docs ([287](https://github.com/HaxeFlixel/flixel-ui/pull/287))

#### Bugfixes
- `FlxUICheckBox`: Fix `checked` always `false` in params ([288](https://github.com/HaxeFlixel/flixel-ui/pull/288))


2.6.1 (april 16, 2024)
------------------------------
Fixed compatibility with upcoming Flixel version 5.7.0
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.1",
"releasenote": "Flixel 5.7.0 compatibility",
"version": "2.6.2",
"releasenote": "Flixel 5.9.0 compatibility",
"contributors": ["haxeflixel", "larsiusprime", "Gama11", "GeoKureli"]
}

0 comments on commit 4399a4f

Please sign in to comment.