Skip to content

Conversation

@jeremymccurdy-redspace
Copy link
Collaborator

This update brings Pixi.js up to version 8.1.0 and Pixi sound up to 2.4.4

Changes:

  • Application initialization is now async, so the project startup has been changed to accommodate.
  • Pixi 8 also changed how function arguments are handled. Every Pixi function now takes in an object, so all Pixi function calls have been updated to match.
  • ticker updates (the update loop) passes along a reference to the ticker object instead of just deltaTime, so this has been updated to match.

Ticket: https://www.pivotaltracker.com/story/show/187293354

Copy link

@corinnejean corinnejean left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just one comment! I will approve once we officially figure out the versioning

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.4.0] - TBD

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe we are going to bump this and all the other ones to 2.0.0 since we have some potentially breaking changes here

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've made a PR to update the package version and changelog in the 2.0.0 release branch: #111

I noticed there was a slight difference between the changelog on main and the one in the templates. This change will keep it all consistent, and it just needs to be pulled into the template branches.

@jeremymccurdy-redspace jeremymccurdy-redspace merged commit aa7d991 into templates/pixi May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants