Releases: pixijs/pixi-react
Releases · pixijs/pixi-react
v8.0.0-beta.22
Bug Fixes
- update
useTick
isEnabled
typedef and readme (7daeb17)
v8.0.0-beta.21
Bug Fixes
- types: update resizeTo ref type (068eec3)
v8.0.0-beta.20
Code Refactoring
- make unprefixed elements opt-in (b820aba)
BREAKING CHANGES
- unprefixed elements must be explicitly added
Signed-off-by: Trezy [email protected]
v8.0.0-beta.19
Bug Fixes
- Remove union types from ConstructorOptions (814a351)
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)