davidfig / pixi-viewport

A highly configurable viewport/2D camera designed to work with pixi.js
https://davidfig.github.io/pixi-viewport/
MIT License
1.04k stars 173 forks source link

Pixi Viewport v5.2 release for Pixi v7 #477

Open jasonsturges opened 7 months ago

jasonsturges commented 7 months ago

Super confused regarding Pixi Viewport's README.md reference of a 5.2 release:

Commit: https://github.com/davidfig/pixi-viewport/commit/c34d86ca041d5bac9be4acae4d7c1353bafd4e0f

v5.2+

Moves pixi-viewport to pixi.js v7.2+

NOTE: there is a breaking change since in pixi.js v7.2 interactive (boolean) was deprecated in favor of eventMode.

However, I see no v5.2 release via tags nor npm.

Currently in a living hell of interaction conflict between packages.

RaenonX commented 4 months ago

Bumping this up as I am not seeing 5.2 release as well

nightgrey commented 4 months ago

The issue is: #487

Donny-H commented 4 months ago

The issue is: #487

Oh lord, that explains so much about when I've tried to upgrade

jasonsturges commented 4 months ago

@nightgrey @Donny-H Issue #487 cites v5.1 and v5.0.2, and still not v5.2 or support for Pixi v8.

README says 5.2:

image

Although, I see @davidfig commit updating package.json Pixi to v8 https://github.com/davidfig/pixi-viewport/commit/0d3ea55c8c1c82480bfd7c654090cb34325139a4#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519

image

I am not understanding the state of things in this repository.