|
| 1 | +# 4.0.0 (TBD) |
| 2 | +Removed deprecated classes |
| 3 | +- `FlxRayCastTilemap`: `FlxBaseTilemap` has an all-around better `ray()` method ([#455](https://github.com/HaxeFlixel/flixel-addons/pull/455)) |
| 4 | +- `FlxMouseControl`: Use `FlxMouseEvent`, instead ([#455](https://github.com/HaxeFlixel/flixel-addons/pull/455)) |
| 5 | + |
| 6 | +## 3.3.2 (January 31, 2025) |
| 7 | +------------------------------ |
| 8 | +- Fix dox, attempt 2 |
| 9 | + |
| 10 | +3.3.1 (January 31, 2025) |
| 11 | +------------------------------ |
| 12 | +- Fix dox |
| 13 | + |
| 14 | +3.3.0 (December 10, 2024) |
| 15 | +------------------------------ |
| 16 | +#### New Features: |
| 17 | +- `FlxRadialGauge`: Refactor `FlxPieDial` add replacement ([444](https://github.com/HaxeFlixel/flixel-addons/pull/444)) |
| 18 | + - `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 |
| 19 | + - `FlxRadialGauge`: Same as `FlxPieDial` but uses less memory, shows more percentages, and performs better |
| 20 | + - `FlxPieDialUtils`: Moved all logic from `FlxPieDial` to a shared util |
| 21 | + |
| 22 | +#### Changes and improvements: |
| 23 | +- 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)) |
| 24 | + - Deprecated `FlxRayCastTilemap` |
| 25 | + - Minor upkeep for `FlxTilemapExt`, `FlxOgmo3Loader`, `FlxOgmo3Loader`, `FlxWeapon`, `FlxNapeTilemap`, `FlxTrail`, `FlxExtendedMouseSprite`, `FlxSlider`, `FlxTransitionSprite` |
| 26 | +- `FlxTiledSprite`: Honor `clipRect` ([435](https://github.com/HaxeFlixel/flixel-addons/pull/435)) |
| 27 | +- `FlxRuntimeShader`: Refactor and improve readibility ([442](https://github.com/HaxeFlixel/flixel-addons/pull/442)) |
| 28 | +- Assets: Ran oxipng on all images ([445](https://github.com/HaxeFlixel/flixel-addons/pull/445)) |
| 29 | +- `FlxTrail`: Organize logic into various methods to allow overriding particular behavior ([447](https://github.com/HaxeFlixel/flixel-addons/pull/447)) |
| 30 | +- `TiledObject`: Add `POINT` type ([448](https://github.com/HaxeFlixel/flixel-addons/pull/448)) |
| 31 | +- `TiledLayer`: Add `parallaxX` and `parallaxY` ([449](https://github.com/HaxeFlixel/flixel-addons/pull/449)) |
| 32 | +- Remove all implicit `Int` casts from/to `FlxDirectionFlags` ([451](https://github.com/HaxeFlixel/flixel-addons/pull/451)) |
| 33 | + |
| 34 | +#### Bugfixes: |
| 35 | +- `FlxTypeText`: Honors `prefix` on `reset` calls ([395](https://github.com/HaxeFlixel/flixel-addons/pull/395)) |
| 36 | + |
1 | 37 | 3.2.3 (May 15, 2024) |
2 | 38 | ------------------------------ |
3 | 39 |
|
|
0 commit comments