From b35055352e43d57bb80db178c8a5ea4e3a7377a2 Mon Sep 17 00:00:00 2001 From: George FunBook Date: Tue, 10 Dec 2024 09:21:36 -0600 Subject: [PATCH] changelog --- CHANGELOG.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0f72459..5d3a9c8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ -3.3.0 (TBD) +3.3.0 (December 10, 2024) ------------------------------ +#### New Features: +- `FlxRadialGauge`: Refactor `FlxPieDial` add replacement ([444](https://github.com/HaxeFlixel/flixel-addons/pull/444)) + - `FlxRadialWipeShader`: Shader that masks sprite radially, can be applied to of any static sprite (doesn't work with animations, yet, but neither did FlxPieDial). Shaders only work on non-Flash targets + - `FlxRadialGauge`: Same as `FlxPieDial` but uses less memory, shows more percentages, and performs better + - `FlxPieDialUtils`: Moved all logic from `FlxPieDial` to a shared util + #### Changes and improvements: - Compatibility with Flixel 5.9.0 ([431](https://github.com/HaxeFlixel/flixel-addons/pull/431))([432](https://github.com/HaxeFlixel/flixel-addons/pull/432))([433](https://github.com/HaxeFlixel/flixel-addons/pull/433))([436](https://github.com/HaxeFlixel/flixel-addons/pull/436))([437](https://github.com/HaxeFlixel/flixel-addons/pull/437))([440](https://github.com/HaxeFlixel/flixel-addons/pull/440))([441](https://github.com/HaxeFlixel/flixel-addons/pull/441)) - Deprecated `FlxRayCastTilemap` @@ -12,11 +18,8 @@ - `TiledLayer`: Add `parallaxX` and `parallaxY` ([449](https://github.com/HaxeFlixel/flixel-addons/pull/449)) - Remove all implicit `Int` casts from/to `FlxDirectionFlags` ([451](https://github.com/HaxeFlixel/flixel-addons/pull/451)) -#### New Features: -- `FlxRadialGauge`: Refactor `FlxPieDial` add replacement ([444](https://github.com/HaxeFlixel/flixel-addons/pull/444)) - - `FlxRadialWipeShader`: Shader that masks sprite radially, can be applied to of any static sprite (doesn't work with animations, yet, but neither did FlxPieDial). Shaders only work on non-Flash targets - - `FlxRadialGauge`: Same as `FlxPieDial` but uses less memory, shows more percentages, and performs better - - `FlxPieDialUtils`: Moved all logic from `FlxPieDial` to a shared util +#### Bugfixes: +- `FlxTypeText`: Honors `prefix` on `reset` calls ([395](https://github.com/HaxeFlixel/flixel-addons/pull/395)) 3.2.3 (May 15, 2024) ------------------------------