Releases: davidfig/pixi-viewport
Releases · davidfig/pixi-viewport
4.34.1
4.34.0
4.33.0
4.31.0
- removed setter for
viewport.visible
since it throws a typescript error (and there's no real workaround). This may cause a bug for projects that expect the input state to be cleared after the viewport's visibility is set to false. In that case, the developer should manually callviewport.input.clear()
afterviewport.visible = false
.
4.30.4
4.30.1
4.30.0
- Converted to typescript - thanks @sukantpal!