File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 1
1
Starling: Changelog
2
2
===================
3
3
4
+ version 2.0.1 - 2016-04-28
5
+ --------------------------
6
+
7
+ - added 'bufferUsage' parameters to 'Effect.uploadIndexData/uploadVertexData'
8
+ - fixed that alpha value was ignored by non-tinted TextFields
9
+ - fixed black screen caused by 'skipUnchangedFrames' when app moved into foreground
10
+ - fixed wrong 'textBounds' when using 'TextField.autoSize'
11
+ - fixed that TextField & Button returned wrong width & height when scale was not '1'
12
+ - fixed that filter textures had the wrong size after changing the filter resolution
13
+ - fixed that frame skipping did not work with invisible objects on the native stage
14
+ - fixed that 'statsDisplay' getter was unreliable before Starling was initialized
15
+ - fixed that initial CONTEXT3D_CREATE was not dispatched in shared context situations
16
+ - fixed that setting object dimensions to negative value and back caused wrong scale
17
+ - fixed floating point issue in MovieClip that prevented 'Event.COMPLETE' dispatching
18
+ - fixed that not all properties were duplicated in 'TextureOptions.clone'
19
+
4
20
version 2.0 - 2016-04-19
5
21
------------------------
6
22
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ ant.FLASH_PLAYER_EXE = FLASH_PLAYER_EXE
77
77
// ----------------------------------
78
78
79
79
// Set default properties
80
- version = ' 2.0.1-SNAPSHOT '
80
+ version = ' 2.0.1'
81
81
group = ' com.gamua'
82
82
83
83
// Get version from Jenkins CI
You can’t perform that action at this time.
0 commit comments