ui icon indicating copy to clipboard operation
ui copied to clipboard

Mismatch between npm and github

Open qubrat opened this issue 3 months ago • 1 comments

On the npm, there is version 2.3.0 available as the latest release. Latest release on Github is 2.2.7. This leads to issues with missing types exports in newest version as it is probably incomplete yet.

Expected Behavior

When installing latest version via npm, latest release from github should be installed.

Current Behavior

When installing latest version via npm, incomplete version 2.3.0 is installed.

Possible Solution

Unify versions available on github and npm

Steps to Reproduce

npm i @pixi/ui

qubrat avatar Nov 24 '25 11:11 qubrat

Thanks for pointing @qubrat, Should be fixed now

CyberDex avatar Nov 24 '25 11:11 CyberDex

@CyberDex i'm not sure this has been fixed actually - the types are mismatching in 2.3.0, but if I install 2.2.7, they work fine

aroman avatar Dec 01 '25 06:12 aroman

@CyberDex i'm not sure this has been fixed actually - the types are mismatching in 2.3.0, but if I install 2.2.7, they work fine

Can you make a screenshot of the errors please?

CyberDex avatar Dec 01 '25 06:12 CyberDex

I have same problem @CyberDex 2.2.7 works well but updating after 2.3.0 I got this:

Image

caglarenes avatar Dec 02 '25 06:12 caglarenes

@qubrat , @aroman , @caglarenes should be fixed in v2.3.2, thank you for help.

CyberDex avatar Dec 02 '25 11:12 CyberDex