Skip to content

Releases: pixijs/extension-scripts

v3.0.0

09 Dec 12:27
Compare
Choose a tag to compare

Breaking

  • feat!: upgrade to eslint v9 by @Zyie in #19

Full Changelog: v2.4.1...v3.0.0

v2.4.1

07 Mar 16:24
Compare
Choose a tag to compare

Fixes

  • Fix non-zero exit codes were not being passed along, always resulting in 0 (#17)
  • Processes erroring should exit, not reject (#17)
  • Fix bug where environment variables were not getting passed along (e.g., NODE_AUTH_TOKEN) (#17)

Chores

  • Chore: Additional documentation for publishing on Actions (d2c8d6c)

v2.4.0

20 Jan 12:23
Compare
Choose a tag to compare

Added

  • Adds deployRoot to the configuration options. This is the root folder for doing the upload.

v2.3.0

18 Jan 23:57
Compare
Choose a tag to compare

Added

  • Add moduleSource to the list of configuration options. This can be used to define multiple inputs when exporting the lib modules.

Fixed

  • Fixes clean command not clearing lib/dist folders correctly

Full Changelog: v2.2.0...v2.3.0

v2.2.0

18 Jan 18:11
Compare
Choose a tag to compare

Added

  • Add XS_PUBLISH_TAG environment variable for publishing

Full Changelog: v2.1.0...v2.2.0

v2.1.0

18 Jan 18:11
Compare
Choose a tag to compare

Added

  • Add support for frag/vert/wgsl files in the Rollup build

Full Changelog: v2.0.2...v2.1.0

v2.0.2

10 Jan 14:51
Compare
Choose a tag to compare

Fixed

  • Fix: add pixi.js/pixijs to rollup config (#13) @Zyie

v2.0.1

10 Jan 14:49
Compare
Choose a tag to compare

Fixed

  • Fix: rollup fails to build if you provide no environments (#14) @Zyie

v2.0.0

03 Jan 18:56
Compare
Choose a tag to compare

This release introduces changes to typescript (from 4.3 to 5.3) and @pixi/eslint-config (4.0 to 5.1). This could introduces breaking changes in packages that use extension-scripts and require fixing typings or syntax.

Breaking Changes

  • Chore: Bump TypeScript and ESLint config (#12)

v1.8.1

12 Mar 00:32
Compare
Choose a tag to compare

Fixed

  • Add confirmation to the bump command
  • Handle error when custom version is the current version
  • Better bump order (patch, minor, major) instead of (major, minor, patch)