Releases: pixijs/pixi-react
v6.0.3
v6.0.2
v6.0.1
v6.0.0
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.
v5.2.0
v5.1.7
v5.1.6
v5.1.4
v5.1.3
React Spring
🎉 Use React-Pixi with React Spring is now available through import @inlet/react-pixi/animated
,
see https://reactpixi.org/react-spring
Compatible with
react-spring@next
(v9+). Note that older versions of react-spring don't work as they have a different API.
Removed
fbjs
dependencyidx
dependency
Added
- Typings for
animated
- Docs regarding react-spring
- Use invariant as util
- Npm sub package for
animated
.
Improved
- Only auto test and build on prepack
CDN Links
React-Pixi:
https://unpkg.com/@inlet/[email protected]/dist/react-pixi.umd.js
React-Pixi with React-Spring support:
https://unpkg.com/@inlet/[email protected]/animated/react-pixi.umd.js
Update interaction manager
Fixed
Instead of resetting the interaction manager, simply update the resolution
of the interaction manager. Libraries like pixi-viewport
depends on the interaction manager, this patch will fix any related issues.