Skip to content

Releases: pixijs-userland/pixi-viewport

4.34.4: Merge pull request #361 from FrankiePo/fix-point-typing

22 Dec 17:35
6970287
Compare
Choose a tag to compare

Minor changes to types (IPoint => IPointData)

4.34.3

01 Dec 19:30
Compare
Choose a tag to compare
  • Removed Penner dependency (moved it to an internal library)

4.34.2

30 Nov 18:19
Compare
Choose a tag to compare
  • Fix packaging bugs

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