Skip to content

Commit 490aa28

Browse files
committed
Updated change log
1 parent 18c327e commit 490aa28

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Version 3.3.0 - Tetsuo - In Development
44

5+
A special mention must go to @orblazer for their outstanding assistance in helping to complete the JSDoc data-types, callbacks and type defs across the API.
6+
57
### New Features
68

79
* TextStyle has two new properties: `baselineX` and `baselineY` which allow you to customize the 'magic' value used in calculating the text metrics.
@@ -22,6 +24,9 @@
2224
* Actions.GetLast will return the last element in the items array matching the conditions.
2325
* Actions.PropertyValueInc is a new action that will increment any property of an array of objects by the given amount, using an optional step value, index and iteration direction. Most Actions have been updated to use this internally.
2426
* Actions.PropertyValueSet is a new action that will set any property of an array of objects to the given value, using an optional step value, index and iteration direction. Most Actions have been updated to use this internally.
27+
* Camera.shake now has an optional `callback` argument that is invoked when the effect completes (thanks @pixelscripter)
28+
* Camera.fade now has an optional `callback` argument that is invoked when the effect completes (thanks @pixelscripter)
29+
* Camera.flash now has an optional `callback` argument that is invoked when the effect completes (thanks @pixelscripter)
2530

2631
### Bug Fixes
2732

0 commit comments

Comments
 (0)