Releases: pixijs/pixi-react
Releases · pixijs/pixi-react
v8.0.0-beta.18
Bug Fixes
- use
its-fine
to bridge context across the application boundary (a827ee6)
v8.0.0-beta.17
Features
- upgrade reconciler for React 19 (e121bb8)
v8.0.0-beta.15
Bug Fixes
- handle unmounting
<Application>
(b91fa7e)
- make Application children optional (504aaa9)
- make sure applications always have a canvas in internal state (4d8f15b)
v8.0.0-beta.14
Bug Fixes
- ensure
<Application>
children
is optional (4ae3129)
- restore jsdom (f598c55)
Features
- put tools in place for e2e testing (4d6e2c6)
v8.0.0-beta.13
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
Bug Fixes
- ensure
draw
calls are being run (f7a0eb7)
v8.0.0-beta.11
Bug Fixes
- apply event handlers on first render (0f41857)
v8.0.0-beta.10
Bug Fixes
- ensure that useAssets does not infer type from data (9dec6bb)
- useSuspenseAssets (800d9e5)
v8.0.0-beta.9
Bug Fixes
- add displacement filter (6a5d701)
- add missing constructor overrides; remove redundant overrides (d470738)