Skip to content

Releases: pixijs/pixi-react

v6.4.0

23 Mar 18:04
Compare
Choose a tag to compare

Updated

  • React reconciler
  • React Spring to stable v9
  • Modules

Removed

  • postinstall script for react-spring

v6.3.0

20 Mar 15:43
Compare
Choose a tag to compare

Improved rendering stage when renderOnComponentChange is set to true

v6.2.1

08 Mar 09:59
Compare
Choose a tag to compare

Update Interaction Event types for pixi v6

v6.2.0

03 Mar 09:04
Compare
Choose a tag to compare

Support for Pixi.js v6 🎉

v6.1.0

18 Feb 13:18
Compare
Choose a tag to compare

Added

  • Add unmountComponentAtNode to remove a container from internal roots list
  • Update docs regarding render via DOM and custom render

Updated

  • Node modules
  • Stage now uses the unmountComponentAtNode on componentWillUnmount

v6.0.5

12 Nov 11:50
Compare
Choose a tag to compare

Fixed

Add postinstall.js to npm files and move replace-in-file to deps

v6.0.3

12 Nov 10:45
Compare
Choose a tag to compare

Fixed

The useTicker hook now correctly unmounts

v6.0.2

02 Nov 16:39
Compare
Choose a tag to compare

Fixes

Unmount native sub children

v6.0.1

02 Nov 15:07
Compare
Choose a tag to compare

Update modules to latest (incl. React v17.0.1)

v6.0.0

22 Oct 14:34
Compare
Choose a tag to compare

React 17 compatible 🎉

As you might have noticed, React 17 just landed with quite some improvements. Hooray, this means that I had to implement new methods to the reconciler as well. I'm happy to inform you that ReactPixi is now fully compatible with React 17.

NOTE: This release is not compatible with React 16.x or older. If you need to stick to React 16.x make sure to use ReactPixi v5.x.