React Pixi Fiber Versions Save

Write PixiJS applications using React declarative style.

v1.0.4

1 year ago

Fixed

  • Fixed reconciler to check that parent exists before calling appendChild ([#291]) / @kyle-villeneuve
  • Fixed useStageRerenderer hook in React.StrictMode ([#285])

v1.0.3

1 year ago

Fixed

  • Fixed reconciler to check that container exists before calling removeChildren ([#286]) / @kyle-villeneuve

v1.0.2

1 year ago

Fixed

  • Fixed ES build by replacing inline require with regular import ([#283]) / @wentokay

v1.0.1

1 year ago

Fixed

  • Fixed peer dependencies ([#277]) / @nolanleung

v1.0.0

1 year ago

v0.14.2

3 years ago

Added support for React 17 and React.Suspense.

v0.5.0

5 years ago

Breaking Changes

<Stage /> component no longer supplies PIXI.Application object as app in the context. Please inspect Context section in README file for details.