pixi-viewport icon indicating copy to clipboard operation
pixi-viewport copied to clipboard

NPM Release Version Mismatch

Open robin-rpr opened this issue 10 months ago • 5 comments

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

robin-rpr avatar Apr 12 '24 10:04 robin-rpr

does it even work for you? I have troubles with making it work for [email protected], app.stage.addChild(viewport) gives TS error

ivan-work avatar Apr 13 '24 12:04 ivan-work

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",

robin-rpr avatar Apr 13 '24 17:04 robin-rpr

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 avatar Apr 14 '24 05:04 ivan-work

@ivan-work Please read this Issue description.

robin-rpr avatar Apr 14 '24 12:04 robin-rpr

Basically, the version on NPM and on GitHub are out of sync... see #487.

nightgrey avatar Apr 18 '24 17:04 nightgrey

Closing this issue in favour of continuing discussion of this issue at #487

robin-rpr avatar Aug 09 '24 20:08 robin-rpr