-
-
Notifications
You must be signed in to change notification settings - Fork 204
@pixi/react v8 release
#579
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Co-authored-by: Justin Walsh <contact.me@thejustinwalsh.com>
This update ensures that he callback passed to `useTick` will always be executed appropriately. This fixes a potential situation where the callback would be removed but not re-added because the value of `enabled` hadn't changed. Co-authored-by: Raymond <lunarraid@gmail.com>
This is causing issues with attempting to use the package from skypack
v8 Pre-Release Changes
bigtimebuddy
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tremendous amount of work you've put into this! Really amazing. What a gift to the react and pixi communities.
|
So awesome! Are there docs available? I wanna try to migrate |
|
@sullivan- Shortly after this PR is merged the docs should be live at https://pixijs.io/pixi-react/. 😉 |
|
|
|
🎉 This PR is included in version 8.0.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
It seems the documentation page is not available |
This is it! It's here! The v8 release of
@pixi/reactis finally ready to move out of beta and into the light. With this, we'll finally be officially enabling support for both Pixi.js 8 and React 19.Closes #493