Phaser CE v2.16.1
New Features
- Phaser.Video#createVideoFromURL has a
crossOrigin
argument (#676). - Phaser.Video#startMediaStream accepts MediaTrackConstraints in its
captureAudio
andcaptureVideo
arguments (#677). - Phaser.Loader#image supports loading one of several alternative formats (e.g., AVIF, WebP, SVG) according to browser support.
Updates
- Removed the codec parameter for the Phaser.Device#wav test because it gave a false negative in Safari.