Releases: pixijs/extension-scripts
Releases · pixijs/extension-scripts
v4.0.0
19 Dec 19:29
Compare
Sorry, something went wrong.
No results found
v3.0.0
09 Dec 12:27
Compare
Sorry, something went wrong.
No results found
v2.4.1
07 Mar 16:24
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Added
Adds deployRoot to the configuration options. This is the root folder for doing the upload.
v2.3.0
18 Jan 23:57
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Fixed
Fix: add pixi.js/pixijs to rollup config (#13 ) @Zyie
v2.0.1
10 Jan 14:49
Compare
Sorry, something went wrong.
No results found
Fixed
Fix: rollup fails to build if you provide no environments (#14 ) @Zyie
v2.0.0
03 Jan 18:56
Compare
Sorry, something went wrong.
No results found
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 )