Skip to content

v4.2.1

Compare
Choose a tag to compare
@bigtimebuddy bigtimebuddy released this 16 Nov 22:17
· 18 commits to release since this release

Download

Development Build:

Production Build:

Documentation:

Changes

🐛 Fixed

  • Fixes for mesh.Plane texture loading #3256
  • SpriteRenderer.destroy fix #3280
  • Fixes Polygon.contains not working #3165
  • Fixes crash of the DropShadow filter #3162
  • Fixes RoundedRectangle.contains with tests #3176
  • Blend mode for Canvas fix bd0a440
  • Fixes Polygon bounds #3234
  • Updates MovieClip frame immediately with gotoAndPlay #3203
  • Dev texture states #3258
  • ParticleRenderer VAO fix #3292
  • Mesh created Extra VAO #3293
  • Fixed interaction issues with pointer events #3233
  • Fixes issue where rope breaks if it changes size #3221
  • Adjust SVG_SIZE regex to support finding either format of quotes #3219
  • Fixes issue #2932 trimmed spritesheets #3191
  • Documentation fixes #3250 #3254 #3214 #3284 #3285 #3299 #3300 #3194
  • Arc fix #3141

🎁 Added

  • Faster add child #3153
  • Exposes PIXI.utils.isMobile b63b306
  • Build System, Babel and ES6 src #3289
  • More flexible preparation limits #3259
  • Supports scale meta property on spritesheets #3286
  • Texture states caching #3201
  • Allow extension-less image urls #3207

🚽 Deprecated

  • Document PIXI.utils.skipHello, deprecates PIXI.utils._saidHello #3171
  • Renamed PIXI.extras.MovieClip to PIXI.extras.AnimatedSprite #3244
  • Moved a bunch of constants to PIXI.settings:
    • PIXI.settings.RESOLUTION (moved from PIXI.RESOLUTION)
    • PIXI.settings.FILTER_RESOLUTION (moved from PIXI.RESOLUTION)
    • PIXI.settings.TARGET_FPMS (moved from PIXI.TARGET_FPMS)
    • PIXI.settings.MIPMAP_TEXTURES (moved from PIXI.MIPMAP_TEXTURES)
    • PIXI.settings.SPRITE_BATCH_SIZE (moved from PIXI.SPRITE_BATCH_SIZE)
    • PIXI.settings.SPRITE_MAX_TEXTURES (moved from PIXI.SPRITE_MAX_TEXTURES)
    • PIXI.settings.RENDER_OPTIONS (moved from PIXI.DEFAULT_RENDER_OPTIONS)
    • PIXI.settings.GC_MODE (moved from PIXI.GC_MODES.DEFAULT)
    • PIXI.settings.TRANSFORM_MODE (moved from PIXI.TRANSFORM_MODE.DEFAULT)
    • PIXI.settings.SCALE_MODE (moved from PIXI.SCALE_MODES.DEFAULT)
    • PIXI.settings.RETINA_PREFIX (moved from PIXI.RETINA_PREFIX)
    • PIXI.settings.WRAP_MODE (moved from PIXI.WRAP_MODES.DEFAULT)
    • PIXI.settings.PRECISION (moved from PIXI.PRECISION.DEFAULT)

Commits: v4.1.1...v4.2.1