Skip to content

4.1.5

Choose a tag to compare

@github-actions github-actions released this 10 Jun 14:21
· 2 commits to main since this release
cd66f5a

4.1.5

Added

  • ESM build (lib/platypus.mjs) as the import entry in package.json exports; UMD (lib/platypus.js) remains the require entry.

Fixed

  • Pixi collectRenderablesWithEffects crash (Cannot read properties of undefined (reading 'push')) when consuming the npm package instead of /src: the prebuilt UMD hid Platypus's pixi.js sub-imports, so bundlers could omit mask/render pipes that masked sprites need. The ESM entry preserves those imports in the consumer's module graph.