pixi-viewport
pixi-viewport copied to clipboard
NPM Release Version Mismatch
Hello there,
First of all some praise for the fantastic package! I have noticed a Version mismatch in the NPM Release of 5.1.0 and 5.0.2
Please see the package.json
file in both releases.
https://www.npmjs.com/package/pixi-viewport/v/5.1.0?activeTab=code
https://www.npmjs.com/package/pixi-viewport/v/5.0.2?activeTab=code
What I expected was that the PIXI Version would remain at 7.x What I am seeing is a PIXI Version downgrade back to 6.x
Was this downgrade intentional with this new minor release 3 days ago? =)
Best, Robin
does it even work for you? I have troubles with making it work for [email protected], app.stage.addChild(viewport)
gives TS error
Yeah @ivan-work, pixi-viewpoint is only compatible up to [email protected] sharp, anything above is not yet supported.
The following is the latest combination you can have as of today:
"@pixi-essentials/cull": "^2.0.0", /* Optional, if you want to use culling */
"pixi-viewport": "^5.0.2",
"pixi.js": "^7.0.0",
I'm sorry, what does "pixi-viewport suports pixi 8.0.4 thanks to @WillYuum" mean in https://github.com/davidfig/pixi-viewport/releases/tag/5.1.0 then?
@ivan-work Please read this Issue description.
Basically, the version on NPM and on GitHub are out of sync... see #487.
Closing this issue in favour of continuing discussion of this issue at #487