RobotlegsJS / RobotlegsJS-Pixi-SignalMediator

A port of Robotlegs SignalMediator Extension to TypeScript.
https://www.npmjs.com/package/@robotlegsjs/pixi-signalmediator
MIT License
3 stars 0 forks source link

Update pixi.js to the latest version 🚀 #105

Closed greenkeeper[bot] closed 4 years ago

greenkeeper[bot] commented 4 years ago

The devDependency pixi.js was updated from 4.8.8 to 5.2.0.

This version is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.


Publisher: bigtimebuddy License: MIT

Find out more about this release.


FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree:

greenkeeper[bot] commented 4 years ago

Update to this version instead 🚀

Release Notes for v5.2.1

💾 Download

Development Build:

Production Build:

Documentation:

Changed

v5.2.0...v5.2.1

🎁 Added

  • Add typings to this parameter of callback functions (#6212)
  • Add TextMetrics.wordWrapSplit customization of splitting method (#6251)
  • Add Container mask support for CanvasRenderer (#6252)
  • Point and ObservablePoint self-return on set (#6199)
  • Convert @pixi/utils to TypeScript (#6262)
  • Add option to disable the built-in InteractionManager updater (#6308)

🐛 Fixed

  • Remove post-install message, replaces with funding field (#6207)
  • Publishes exact versions when bumping (#6211)
  • Fix DisplayObject.destroy should call listener removed (#6210)
  • Fix Graphics fillStyle instead of lineStyle (#6226)
  • Fixes SimpleRope points deprecation (#6233)
  • Fixes BitmapFontLoader tests failing on Windows (#6249)
  • Fix for sync uniform group issue (#6217)
  • Minor performance improvement to getShaderParameter (#6258)
  • Fix non-uniform NineSlicePlane corner scaling when minimized (#6273)
  • Fix to clear temporary texture in BlurFilter (#6270)
  • Fix double onFrameChange events with AnimatedSprite (#6274)
  • Fix TextMetrics tests so that they pass on Windows (#6248)
  • Fix BlendMode in BatchRenderer (#6236)
  • Fix roundPixels calculation differences between v4 and v5 (#6234)
  • Upgrade to ismobilejs v1 (#6283)
  • Fix modules not being found by TypeScript (#6311)
  • Fix minor doc and typing issues (#6313)
  • Fix docs for Sprite and TilingSprite (#6314)
  • Fix docs for DecomposedDataUri (#6312)
  • Add empty calculateBounds to DisplayObject, remove Bounds.updateID references (#6304)
  • Add extra checks for OffscreenCanvas text measure (#6292)
  • Fix to maintain the text gradient when modifying the drop-shadow distance (#6316)
  • Fix ParticleContainer for CanvasRenderer (#6322)
  • Fix for when '_segmentsCount' can return NaN (#6231)
  • Deprecate prepare and extract namespaces (#6328)
  • Fix typings error (#6335)
  • Fix gaps in circle geometry again (#6341)

👏 Contributors: 14

Commits

The new version differs by 34 commits.

  • b56b4fc v5.2.1
  • b51a571 Fix gaps in circle geometry again (#6341)
  • f075493 Fix typings error (#6335)
  • c8cda62 Deprecate prepare and extract namespaces (#6328)
  • 1a78618 Fix for when '_segmentsCount' can return NaN (#6231)
  • b32d7f5 Fix ParticleContainer for CanvasRenderer (#6322)
  • 87d3834 Fix to maintain the text gradient when modifying the drop-shadow distance (#6316)
  • 9408bb2 Add extra checks for OffscreenCanvas text measure (#6292)
  • 5bde089 Add empty calculateBounds to DisplayObject, remove Bounds.updateID references (#6304)
  • 2daa874 Add option to disable the built-in InteractionManager updater (#6308)
  • b4cdcee Fix docs for DecomposedDataUri (#6312)
  • 7a8907f Fix docs for Sprite and TilingSprite (#6314)
  • b991e10 Fix minor doc and typing issues (#6313)
  • 9a3f734 Fix modules not being found by TypeScript (#6311)
  • ab9ada6 Convert @pixi/utils to TypeScript (#6262)

There are 34 commits in total.

See the full diff

tiagoschenkel commented 4 years ago

pixi.js will be updated to version 5.0.0 after the release of version 2.0.0 of @robotlegsjs/pixi.