mirror of
https://github.com/photonstorm/phaser
synced 2024-11-22 04:33:31 +00:00
Beta 8
This commit is contained in:
parent
e404e926b7
commit
9fef7f0d75
3 changed files with 6 additions and 6 deletions
|
@ -28,9 +28,9 @@ Grab the source and join the fun!
|
|||
|
||||
<div align="center"><img src="https://phaser.io/images/github/news.jpg"></div>
|
||||
|
||||
> 10th May 2022
|
||||
> 13th May 2022
|
||||
|
||||
We've been quietly but solidly working away on Phaser 3.60 for months now and are very close to release. Today I'm happy to say that 3.60 Beta 7 has been published and I would urge you to test it, if you can do so. It should be a safe drop-in replacement for Phaser 3.55, with very little need for changes to your code. However, it does bring a lot of new features and fixes to the table.
|
||||
We've been quietly but solidly working away on Phaser 3.60 for months now and are very close to release. Today I'm happy to say that 3.60 Beta 8 has been published and I would urge you to test it, if you can do so. It should be a safe drop-in replacement for Phaser 3.55, with very little need for changes to your code. However, it does bring a lot of new features and fixes to the table.
|
||||
|
||||
Some of the new features include:
|
||||
|
||||
|
@ -44,10 +44,10 @@ There are also hundreds of updates and bug fixes across the entire codebase.
|
|||
|
||||
As always, I have been careful to record all of these in their own [Change Log](https://github.com/photonstorm/phaser/blob/master/CHANGELOG-v3.60.md). So it's easier for you to identify which change happened in the 3.60 version specifically.
|
||||
|
||||
Beta 7 is available now from the [Releases page](https://github.com/photonstorm/phaser/releases). You can also download it from npm:
|
||||
Beta 8 is available now from the [Releases page](https://github.com/photonstorm/phaser/releases). You can also download it from npm:
|
||||
|
||||
```
|
||||
npm i phaser@3.60.0-beta.7
|
||||
npm i phaser@3.60.0-beta.8
|
||||
```
|
||||
|
||||
I have published new TypeScript defs files that align with this version. You can find them in the `types` folder of this repository.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "phaser",
|
||||
"version": "3.60.0-beta.7",
|
||||
"version": "3.60.0-beta.8",
|
||||
"release": "Miku",
|
||||
"description": "A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers.",
|
||||
"author": "Richard Davey <rich@photonstorm.com> (http://www.photonstorm.com)",
|
||||
|
|
|
@ -20,7 +20,7 @@ var CONST = {
|
|||
* @type {string}
|
||||
* @since 3.0.0
|
||||
*/
|
||||
VERSION: '3.60.0-beta.7',
|
||||
VERSION: '3.60.0-beta.8',
|
||||
|
||||
BlendModes: require('./renderer/BlendModes'),
|
||||
|
||||
|
|
Loading…
Reference in a new issue