Skip to content

Releases: michalochman/react-pixi-fiber

1.0.4

19 Oct 10:22
v1.0.4
1e60144
Compare
Choose a tag to compare

Fixed

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

1.0.3

11 Oct 10:49
v1.0.3
2a7202b
Compare
Choose a tag to compare

Fixed

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

1.0.2

01 Sep 13:16
v1.0.2
082bc06
Compare
Choose a tag to compare

Fixed

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

1.0.1

02 Aug 09:26
v1.0.1
ba7de4a
Compare
Choose a tag to compare

Fixed

1.0.0

19 Jul 15:44
v1.0.0
de9fff6
Compare
Choose a tag to compare

0.14.2

28 Nov 13:17
v0.14.2
db233ef
Compare
Choose a tag to compare

Added support for React 17 and React.Suspense.

0.5.0

10 Oct 17:05
Compare
Choose a tag to compare

Breaking Changes

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