Skip to content

Releases: davidfig/pixi-viewport

4.34.1

05 Nov 19:52
Compare
Choose a tag to compare

Updated dependencies

4.34.0

29 Oct 11:40
Compare
Choose a tag to compare
published 4.34.0

4.33.0

08 Oct 13:27
Compare
Choose a tag to compare
published 4.33.0

4.31.0

07 May 23:03
Compare
Choose a tag to compare
  • 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 call viewport.input.clear() after viewport.visible = false.

4.30.4

28 Apr 22:05
Compare
Choose a tag to compare
  • Fixed typo in plugins
  • Updated typescript parameters
  • Updated docs

4.30.1

22 Apr 11:25
Compare
Choose a tag to compare
  • Added support for clampZoom.options.minScale.x/y
  • Refactored documentation
  • Refactored Typescript support

4.30.0

22 Apr 09:24
Compare
Choose a tag to compare

4.24.0

03 Apr 23:54
Compare
Choose a tag to compare
  • Added options to clampZoom, including independent scaling of x and y axis
  • Improved documentation for clamp and clampZoom

4.23.0

02 Apr 22:29
Compare
Choose a tag to compare
  • options.axis available for pinch() and wheel() allowing independent zooming of the x and y axis

4.22.1

27 Mar 03:26
Compare
Choose a tag to compare
  • Fixed types for toWorld