Skip to content

Commit 964835a

Browse files
committed
v3.87 release
1 parent 7215881 commit 964835a

14 files changed

Lines changed: 251079 additions & 248791 deletions

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ Please select a version to read that specific change log:
66

77
| Version | Name | Release Date |
88
| ------- | ---- | ------------ |
9-
| [3.86](changelog/3.86/CHANGELOG-v3.80.md) | Aoi | 11th October 2024 |
9+
| [3.87](changelog/3.87/CHANGELOG-v3.87.md) | Hanabi | 14th November 2024 |
10+
| [3.86](changelog/3.86/CHANGELOG-v3.86.md) | Aoi | 11th October 2024 |
1011
| [3.85.2](changelog/3.85.2/CHANGELOG-v3.85.2.md) | Itsuki | 17th September 2024 |
1112
| [3.85.0](changelog/3.85/CHANGELOG-v3.85.md) | Itsuki | 5th September 2024 |
1213
| [3.80.1](changelog/3.80.1/CHANGELOG-v3.80.1.md) | Nino | 27th February 2024 |

README.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,15 @@ npm install phaser
5757
[Phaser is on jsDelivr](https://www.jsdelivr.com/package/npm/phaser) which is a "super-fast CDN for developers". Include _either_ of the following in your html:
5858

5959
```html
60-
<script src="//cdn.jsdelivr.net/npm/phaser@3.86.0/dist/phaser.js"></script>
61-
<script src="//cdn.jsdelivr.net/npm/phaser@3.86.0/dist/phaser.min.js"></script>
60+
<script src="//cdn.jsdelivr.net/npm/phaser@3.87.0/dist/phaser.js"></script>
61+
<script src="//cdn.jsdelivr.net/npm/phaser@3.87.0/dist/phaser.min.js"></script>
6262
```
6363

6464
It is also available from Cloudflare's [cdnjs](https://cdnjs.com/libraries/phaser):
6565

6666
```html
67-
<script src="https://cdnjs.cloudflare.com/ajax/libs/phaser/3.86.0/phaser.js"></script>
68-
<script src="https://cdnjs.cloudflare.com/ajax/libs/phaser/3.86.0/phaser.min.js"></script>
67+
<script src="https://cdnjs.cloudflare.com/ajax/libs/phaser/3.87.0/phaser.js"></script>
68+
<script src="https://cdnjs.cloudflare.com/ajax/libs/phaser/3.87.0/phaser.min.js"></script>
6969
```
7070

7171
## Phaser TypeScript Definitions
@@ -82,7 +82,7 @@ Depending on your project, you may need to add the following to your `tsconfig.j
8282

8383
## API Documentation
8484

85-
Read our full API Documentation at https://newdocs.phaser.io/. Use the links at the top of the page to navigate the namespaces, classes, events and Game Objects and also to use the search box.
85+
Read our full API Documentation at https://docs.phaser.io/. Use the links at the top of the page to navigate the namespaces, classes, events and Game Objects and also to use the search box.
8686

8787
We maintain documentation for the 10 most recent versions on this site.
8888

@@ -92,7 +92,6 @@ We recommend the following to begin your journey:
9292

9393
* [Getting Started with Phaser 3](https://phaser.io/tutorials/getting-started-phaser3) (useful if you are completely new to Phaser)
9494
* [Making your first Phaser 3 Game](https://phaser.io/tutorials/making-your-first-phaser-3-game)
95-
* The [Complete Phaser 3 Game Development course](https://academy.zenva.com/product/html5-game-phaser-mini-degree/?a=13) contains over 15 hours of videos covering all kinds of important topics.
9695
* Plus, there are [over 700 Phaser tutorials](https://phaser.io/learn) listed on our website.
9796

9897
New tutorials are being published every week, so check our site for more.
@@ -137,8 +136,8 @@ Read more about [Phaser Compressor](https://phaser.io/news/2024/05/phaser-compre
137136

138137
We meticulously keep track of new features, updates and bug fixes in our change logs. Each version of Phaser has its own change log:
139138

140-
* [v3.86 Change Log](changelog/3.86/CHANGELOG-v3.86.md)
141-
* [v3.0.0 to v3.85.2 Change Logs](CHANGELOG.md)
139+
* [v3.87 Change Log](changelog/3.87/CHANGELOG-v3.87.md)
140+
* [v3.0.0 to v3.86 Change Logs](CHANGELOG.md)
142141

143142
## Have fun!
144143

@@ -156,10 +155,10 @@ Cheers,
156155

157156
**Visit** the [Phaser website](https://phaser.io)<br />
158157
**Play** some [amazing games](https://phaser.io/games)<br />
159-
**Learn** By browsing our [API Docs](https://newdocs.phaser.io), [Support Forum](https://phaser.discourse.group/) and [StackOverflow](https://stackoverflow.com/questions/tagged/phaser-framework)<br />
158+
**Learn** By browsing our [API Docs](https://docs.phaser.io), [Support Forum](https://phaser.discourse.group/) and [StackOverflow](https://stackoverflow.com/questions/tagged/phaser-framework)<br />
160159
**Code Examples?** We've over 2000 [Examples](https://phaser.io/examples) to learn from<br />
161160
**Read** the weekly [Phaser World](https://phaser.world) Newsletter<br />
162-
**Be Social:** Join us on [Discord](https://discord.gg/phaser) and [Reddit](https://phaser.io/community/reddit) or follow us on [Twitter](https://twitter.com/phaser_)<br />
161+
**Be Social:** Join us on [Discord](https://discord.com/invite/phaser) and [Reddit](https://www.reddit.com/r/phaser/) or follow us on [BlueSky](https://bsky.app/profile/phaser.io)<br />
163162

164163
Powered by coffee, anime, pixels and love.
165164

changelog/3.87/CHANGELOG-v3.87.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Version 3.87 - Aoi - in dev
1+
# Version 3.87 - Hanabi - 14th November 2024
22

33
## New Features
44

@@ -35,3 +35,4 @@ Thanks to the following for helping with the Phaser Examples, Beta Testing, Docs
3535
@Jessime
3636
@drakang4
3737
@BenAfonso
38+
@hatchling13

0 commit comments

Comments
 (0)