Releases: pixijs/pixi-react
Releases · pixijs/pixi-react
v8.0.0-beta.14
v8.0.0-beta.13
8.0.0-beta.13 (2024-09-01)
Bug Fixes
- enforce valid extensions are passed to
extensions
prop (2f5f256) - match Pixi expectations for extensions (2e79fc0)
Features
- add
extension
prop to<Application>
(3156c65)
v8.0.0-beta.12
v8.0.0-beta.11
v8.0.0-beta.10
8.0.0-beta.10 (2024-08-23)
Bug Fixes
v8.0.0-beta.9
8.0.0-beta.9 (2024-08-16)
Bug Fixes
v8.0.0-beta.8
8.0.0-beta.8 (2024-08-15)
Bug Fixes
- add content to default codesandbox (6731ce2)
- add empty tsconfig for codesandbox (9ddbcb3)
- ConstructorOverrides & setup type checking on tests (n/a type tests) (c442eb2)
- ensure DrawCallback is only available on Graphics (ef91ad3)
- revert constructor options changes and replace never with unknown for composition (baa1fe4)
v8.0.0-beta.6
8.0.0-beta.6 (2024-08-01)
Bug Fixes
- remove unnecessary generics (b3d5e11)
- update
UseAssetsStatus
import inUseAssetsResult
(49f6cf2) - use explicit typing in
UseAssetsStatus
(8c78809) - ensure
useTick
callback is updated when app is initialised (35d4643)
Features
v8.0.0-beta.4
v8.0.0-beta.3
8.0.0-beta.3 (2024-07-30)
Bug Fixes
- fix infinite recursion type issue (ef34eaa)
- fix type issues in applyProps (acdf5bd)
- remove invalid Pixi React props from JSX elements (89954aa)
- reordering children could cause errors (9964a3f)
- update branch names in release config (3093d8d)
- update minimum Pixi.js version (b727fb4)
- useTick: fix
useTick
not firing in SSR envs (775cc4d), closes #506