Pixi Viewport Versions Save

A highly configurable viewport/2D camera designed to work with pixi.js

5.1.0

1 month ago

pixi-viewport suports pixi 8.0.4 thanks to @WillYuum

5.0.1

1 year ago

Added Viewport.options.allowPreserveDragOutside to handle dragging outside of viewport.

Thanks @littleboarx

5.0.0

1 year ago
  • support for pixi v7 w/breaking changes (thanks @cuire for the incredible work!)

4.38.0

1 year ago

4.37.0

1 year ago

Updated packages for pixi

4.36.0

1 year ago
  • Added Drag#options.wheelSwapAxes to swap x-axis and y-axis for wheel scrolling;

4.35.0

1 year ago

Merged a few PRs and upgraded packages:

What's Changed

New Contributors

Full Changelog: https://github.com/davidfig/pixi-viewport/compare/4.34.4...4.35.0

4.34.4

2 years ago

Minor changes to types (IPoint => IPointData)

4.34.3

2 years ago
  • Removed Penner dependency (moved it to an internal library)

4.34.2

2 years ago
  • Fix packaging bugs