Skip to content

Commit 00a5ce9

Browse files
committed
Preparing for 3.3.0
1 parent 22901a1 commit 00a5ce9

3 files changed

Lines changed: 17 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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",

src/const.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)