Skip to content

Releases: pixijs/sound

v4.1.0

28 Dec 20:28
Compare
Choose a tag to compare

🎁 Added

v4.0.6

15 Sep 00:33
Compare
Choose a tag to compare

v4.0.5

10 Sep 17:23
Compare
Choose a tag to compare

🔗 Links

🔬 https://sound.pixijs.download/v4.0.5/examples/index.html
📖 https://sound.pixijs.download/v4.0.5/docs/index.html
💾 https://sound.pixijs.download/v4.0.5/pixi-sound.js

🐛 Fixed

  • Add workaround for AudioBufferSourceNode bug in older Chrome versions (#170) @qtiki

v4.0.4

02 Jun 22:30
Compare
Choose a tag to compare

🔗 Links

🔬 https://sound.pixijs.download/v4.0.4/examples/index.html
📖 https://sound.pixijs.download/v4.0.4/docs/index.html
💾 https://sound.pixijs.download/v4.0.4/pixi-sound.js

🐛 Fixed

v4.0.3

31 May 20:09
Compare
Choose a tag to compare

v2.1.5

19 May 20:19
Compare
Choose a tag to compare

Added

v4.0.2

03 May 19:13
Compare
Choose a tag to compare

v4.0.1

08 Apr 19:50
Compare
Choose a tag to compare

🔗 Links

🔬 https://sound.pixijs.download/v4.0.1/examples/index.html
📖 https://sound.pixijs.download/v4.0.1/docs/index.html
💾 https://sound.pixijs.download/v4.0.1/pixi-sound.js

🐛 Fixed

  • Support PixiJS v5 with peerDependencies, see example of building PixiJS v5 with Sound v4 with TypeScript + Webpack.

v4.0.0

07 Apr 20:14
Compare
Choose a tag to compare

🔗 Links

🔬 http://sound.pixijs.download/v4.0.0/examples/index.html
📖 http://sound.pixijs.download/v4.0.0/docs/index.html
💾 http://sound.pixijs.download/v4.0.0/pixi-sound.js

🔥 Breaking Changes

  • Package name changed from pixi-sound to @pixi/sound
  • No more default export for CommonJS and ESM bundles. For example:
// v3 and before
import sound from 'pixi-sound';
// v4+, now becomes
import { sound } from '@pixi/sound';

✏️ Changed

  • Now supports PixiJS v6, with proper package typings (still works with v5)
  • TypeScript declarations are now generated from src

🐛 Fixed

v3.0.5

09 Jul 17:34
Compare
Choose a tag to compare
  • Convert @pixi/* dependencies to peerDependencies (86eeba7)
  • Feature GitHub Actions (#133)