Skip to content

Commit 43bef7d

Browse files
committed
prepare for 2.2.0
1 parent 7ec5fe5 commit 43bef7d

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
# GTween Change Log
22

3-
## Haxe 2.2.0 (2025)
3+
## Haxe 2.2.0 (June 13, 2025)
44

55
Version 2.2.0 of GTween ports the AS3 library to Haxe.
66

77
Changes:
8-
- Initial release of Haxe port
8+
- fixed issue where adding a tween to a timeline set the tween's position to NaN
9+
- fixed issue where swapValues() didn't update the target soon enough not to render with the original value
10+
- fixed documentation typos that referred to wrong method names
11+
- added samples for Haxe compiled to JavaScript that animate HTML DOM elements
12+
- proxy property supports only . member access and [] array access only, and method calls or deleting properties are not supported in the Haxe version
913

1014
## GTween AS3 master
1115

haxelib.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"frontend"
1010
],
1111
"description": "A small but extremely robust Haxe library for programmatic tweening, animation, and transitions",
12-
"version": "2.2.0-alpha.0",
12+
"version": "2.2.0",
1313
"classPath": "src",
1414
"contributors": ["bowlerhat"],
1515
"releasenote": "Initial release"

0 commit comments

Comments
 (0)