Releases: davidfig/pixi-viewport
Releases · davidfig/pixi-viewport
5.1.0: Merge pull request #483 from WillYuum/master
5.0.1: Merge pull request #430 from littleboarx/master
Added Viewport.options.allowPreserveDragOutside
to handle dragging outside of viewport.
Thanks @littleboarx
5.0.0: Merge pull request #428 from cuire/v5
- support for pixi v7 w/breaking changes (thanks @cuire for the incredible work!)
4.38.0
4.37.0
4.36.0
4.35.0
Merged a few PRs and upgraded packages:
What's Changed
- Fix ShukantPal's name/link in README.md by @mszu in #343
- Mouse edge distance fix by @kurtwaldowski-echelon in #373
- fix running tests by setting correct electron version by @stevensnoeijen in #392
- Upgrade pixi.js to v6.5 by @stevensnoeijen in #393
New Contributors
- @mszu made their first contribution in #343
- @kurtwaldowski-echelon made their first contribution in #373
- @stevensnoeijen made their first contribution in #392
Full Changelog: 4.34.4...4.35.0
4.34.4: Merge pull request #361 from FrankiePo/fix-point-typing
Minor changes to types (IPoint => IPointData)