File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -190,3 +190,4 @@ This content is released under the (http://opensource.org/licenses/MIT) MIT Lice
190190- Gave DisplayObject default width/height properties, and changed the children bounds version of width/height on DisplayObjectContainer to be optional
191191- Pivot points of text are based on their alignment, e.g. the pivot point of right aligned fields is at the right edge of the text.
192192- Dropped use of ActiveXObject in PIXI.AjaxRequest because we don't care aobut old versions of IE.
193+ - Moved touchstart callback to come after setting touch data to make it easier to transfer a touch between display objects.
Original file line number Diff line number Diff line change 11{
22 "name" : " pixi.js" ,
3- "version" : " 2.1.8 " ,
3+ "version" : " 2.1.9 " ,
44
55 "main" : " bin/pixi.dev.js" ,
66
Original file line number Diff line number Diff line change 11{
22 "name" : " pixi.js" ,
3- "version" : " 2.1.8 " ,
3+ "version" : " 2.1.9 " ,
44 "description" : " Pixi.js is a fast lightweight 2D library that works across all devices." ,
55
66 "author" : " Mat Groves" ,
You can’t perform that action at this time.
0 commit comments