Skip to content

Commit fd546f3

Browse files
committed
prepare 4.0.0 release
1 parent 58e9c02 commit fd546f3

1 file changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,24 @@
1-
# 4.0.0 (TBD)
1+
# 4.0.0 (December 6, 2025)
22
Removed deprecated classes
33
- `FlxRayCastTilemap`: `FlxBaseTilemap` has an all-around better `ray()` method ([#455](https://github.com/HaxeFlixel/flixel-addons/pull/455))
44
- `FlxMouseControl`: Use `FlxMouseEvent`, instead ([#455](https://github.com/HaxeFlixel/flixel-addons/pull/455))
55

6+
#### Changes and improvements:
7+
- Documentation: Various mprovements
8+
- `FlxGlitchEffect`, `FlxWaveEffect` and `FlxRainbowEffect` ([#457](https://github.com/HaxeFlixel/flixel-addons/issues/457))
9+
- `FlxTypeText` ([#467](https://github.com/HaxeFlixel/flixel-addons/issues/467))
10+
([#469](https://github.com/HaxeFlixel/flixel-addons/issues/469))
11+
- Remove deprecation warnings for compatibility with Flixel 6.1.2 ([#471](https://github.com/HaxeFlixel/flixel-addons/pull/471))
12+
- `FlxPoint`: Removed deprecated `addPoint`, `subtractPoint` and the like
13+
- `FlxColor`: Replaced deprecated `to24Bit` with `rgb`
14+
- `FlxSprite`: Removed refs to `useColorTransform` on new flixel versions >= 6.1.0
15+
- `FlxButtonPlus`: Deprecated, but not removed, use `FlxButton`, instead ([#472](https://github.com/HaxeFlixel/flixel-addons/pull/472))
16+
- `FlxButtonPlus`: Add `get_text` setter to fix reported CI issues ([#472](https://github.com/HaxeFlixel/flixel-addons/pull/472))
17+
18+
#### Bugfixes:
19+
- `FlxSlider`: Fix hitbox when using secondary cameras ([#458](https://github.com/HaxeFlixel/flixel-addons/issues/458))
20+
- `FlxGridOverlay`: Prevent freeze when passing invalid cell size values ([#462](https://github.com/HaxeFlixel/flixel-addons/issues/462))
21+
622
## 3.3.2 (January 31, 2025)
723
------------------------------
824
- Fix dox, attempt 2

0 commit comments

Comments
 (0)