Skip to content

Releases: pixijs/pixi-react

v0.1.1

15 Aug 12:55
Compare
Choose a tag to compare

Improved

  • Update npm modules
  • Update Docz
  • Update Babel
  • Versioned cache for CircleCI
  • Update README and docs

v0.1.0

13 Jun 18:36
Compare
Choose a tag to compare

Improved

  • Use new React Context API
  • Upgrade npm modules
  • Upgrade React Reconciler (new API)
  • Catch errors in Stage

Added

  • Stage onUnmount prop

v0.0.13

29 May 06:42
Compare
Choose a tag to compare

Fix typings and window compilation thanks to @xaviergonz

v0.0.12

27 May 14:48
Compare
Choose a tag to compare

Added

  • Teardown <Stage> components

Improved

  • Typescript Typings

Fixed

  • Syntactic sugar for PIXI builtin components for props image and draw gets updated

v0.0.9

27 Mar 16:17
Compare
Choose a tag to compare

Improved

Load development/production build based on process.env.NODE_ENV.

v0.0.6

27 Mar 13:25
Compare
Choose a tag to compare

Improved

Implement the prepareUpdate hook of the reconciler hostconfig.

v0.0.5

26 Mar 18:20
Compare
Choose a tag to compare

Added

  • Typings
  • Add contribution files

Removed

  • Shape type

v0.0.2

26 Mar 09:03
Compare
Choose a tag to compare

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

23 Mar 16:16
Compare
Choose a tag to compare
Custom React PIXI Renderer