Releases: pixijs/pixi-react
Releases · pixijs/pixi-react
v0.0.12
Added
- Teardown
<Stage>
components
Improved
Fixed
- Syntactic sugar for PIXI builtin components for props
image
and draw
gets updated
v0.0.9
Improved
Load development/production build based on process.env.NODE_ENV
.
v0.0.6
Improved
Implement the prepareUpdate
hook of the reconciler hostconfig.
v0.0.5
Added
- Typings
- Add contribution files
Removed
v0.0.2
Add higher order component for providing the PIXI.Application
:
import { withPixiApp } from '@inlet/react-pixi'
const Bunny = withPixiApp(({ app }) => {
// app === PIXI.Application
return ...
})
v0.0.1
Custom React PIXI Renderer