File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## Version 3.3.0 - Tetsuo - In Development
4+
5+ ### New Features
6+
7+ * TextStyle has two new properties: ` baselineX ` and ` baselineY ` which allow you to customize the 'magic' value used in calculating the text metrics.
8+
9+ ### Bug Fixes
10+
11+ ### Updates
12+
13+ * The Text testString has changed from ` |MÉqgy ` to ` |MÉqgy ` .
14+
15+
16+
317## Version 3.2.1 - 12th March 2018
418
519### Bug Fixes
Original file line number Diff line number Diff line change 11{
22 "name" : " phaser" ,
3- "version" : " 3.2.1 " ,
4- "release" : " Kaori " ,
3+ "version" : " 3.3.0 " ,
4+ "release" : " Tetsuo " ,
55 "description" : " A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers." ,
66 "author" : " Richard Davey <rich@photonstorm.com> (http://www.photonstorm.com)" ,
77 "logo" : " https://raw.github.com/photonstorm/phaser/master/phaser-logo-small.png" ,
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ var CONST = {
1313 * @type {string }
1414 * @since 3.0.0
1515 */
16- VERSION : '3.2.1 ' ,
16+ VERSION : '3.3.0 ' ,
1717
1818 BlendModes : require ( './renderer/BlendModes' ) ,
1919
You can’t perform that action at this time.
0 commit comments