Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Geokureli committed Dec 10, 2024
1 parent 2e10d0c commit b350553
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`
Expand All @@ -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)
------------------------------
Expand Down

0 comments on commit b350553

Please sign in to comment.