mirror of
https://github.com/photonstorm/phaser
synced 2024-11-10 07:04:31 +00:00
3.60 Beta 9 Release
This commit is contained in:
parent
d4088ab36e
commit
491a58e55a
2 changed files with 601 additions and 37 deletions
11
README.md
11
README.md
|
@ -28,9 +28,9 @@ Grab the source and join the fun!
|
||||||
|
|
||||||
<div align="center"><img src="https://phaser.io/images/github/news.jpg"></div>
|
<div align="center"><img src="https://phaser.io/images/github/news.jpg"></div>
|
||||||
|
|
||||||
> 13th May 2022
|
> 7th June 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 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.
|
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 9 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:
|
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.
|
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 8 is available now from the [Releases page](https://github.com/photonstorm/phaser/releases). You can also download it from npm:
|
Beta 9 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.8
|
npm i phaser@3.60.0-beta.9
|
||||||
```
|
```
|
||||||
|
|
||||||
I have published new TypeScript defs files that align with this version. You can find them in the `types` folder of this repository.
|
I have published new TypeScript defs files that align with this version. You can find them in the `types` folder of this repository.
|
||||||
|
@ -84,8 +84,7 @@ We use [Patreon](https://www.patreon.com/photonstorm) to manage the backing and
|
||||||
|
|
||||||
You can also support us by using crypto currencies. The Phaser wallet addresses are:
|
You can also support us by using crypto currencies. The Phaser wallet addresses are:
|
||||||
|
|
||||||
* Ethereum: 0x10412d654b44570950631aA0C3E3f3aFcAEfAB4C
|
* Ethereum: 0x6a716A122Ad186ECE865C55D16c1D361f1B13724
|
||||||
* Bitcoin: 3MjS5iNH8yUBfYW2emxBk7rRUkP6ncrkXC
|
|
||||||
* BSC / AVAX / Polygon: 0x94aC3F640b8749AbD1d44f29A62ffeB32CA34628
|
* BSC / AVAX / Polygon: 0x94aC3F640b8749AbD1d44f29A62ffeB32CA34628
|
||||||
|
|
||||||
Extra special thanks to the following companies whose support makes Phaser possible:
|
Extra special thanks to the following companies whose support makes Phaser possible:
|
||||||
|
|
627
types/phaser.d.ts
vendored
627
types/phaser.d.ts
vendored
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue