Releases: pixijs/pixi-react
Releases · pixijs/pixi-react
v0.1.1
Improved
- Update npm modules
- Update Docz
- Update Babel
- Versioned cache for CircleCI
- Update README and docs
v0.1.0
Improved
- Use new React Context API
- Upgrade npm modules
- Upgrade React Reconciler (new API)
- Catch errors in Stage
Added
v0.0.13
Fix typings and window compilation thanks to @xaviergonz
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