Skip to content

Releases: pixijs/assetpack

v1.2.0

14 Oct 09:39
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.1...v1.2.0

v1.1.1

05 Sep 08:21
Compare
Choose a tag to compare

What's Changed

  • fix: compressed textures failing to install on windows by @ddenisyuk in #86

Full Changelog: v1.1.0...v1.1.1

v1.1.0

03 Sep 09:50
Compare
Choose a tag to compare

What's Changed

  • fix: pixiPipes resolution options override by @Fire7 in #74
  • fix: ensure allMetaData is up to date by @Zyie in #81
  • fix: compress plugin not outputting original image by @Zyie in #75
  • fix: relative names when using removeFileExtension by @Zyie in #77
  • chore: fix typo in Texture Packer Compress by @furic in #80
  • feat: Add compressed textures support by @ddenisyuk in #72
  • feat: allow tags to be added manifest data directly by @Zyie in #82
  • feat: add frame names to spritesheet manifest data by @Zyie in #84

New Contributors

Full Changelog: v1.0.0...v1.1.0

v1.0.0

17 Jul 09:25
Compare
Choose a tag to compare

This is the 1.0 of AssetPack which is a complete overhaul of AssetPack to simplify its design and provide some new powerful features

  • Caching now works! AssetPack will only transform an asset when it changes
  • Supports multipacked spritesheets
  • Supports compressing spritesheets and atlas files to webp/avif
  • Added cache busting strings to filenames
  • Remove monorepo design, you now only need to install @assetpack/core

Check out the docs for how to use this version of AssetPack:
https://pixijs.io/assetpack/

Full Changelog: v0.8.0...v1.0.0

v1.0.0-rc

10 Jul 08:38
Compare
Choose a tag to compare
v1.0.0-rc Pre-release
Pre-release

This is the first release of the 1.0 of AssetPack which is a complete overhaul of AssetPack to simplify its design and provide some new powerful features

  • Caching now works! AssetPack will only transform an asset when it changes
  • Supports multipacked spritesheets
  • Supports compressing spritesheets and atlas files to webp/avif
  • Added cache busting strings to filenames
  • Remove monorepo design, you now only need to install @assetpack/core

Check out the docs for how to use this version of AssetPack:
https://pixijs.io/assetpack/

Full Changelog: v0.8.0...v1.0.0-rc

v0.8.0

17 Nov 15:09
Compare
Choose a tag to compare

What's Changed

  • feat(manifest): update manifest output for v8 manifest compatibility by @Zyie in #49
    • this is a breaking change for the manifest output. It uses alias/src instead of name/srcs as the keys

Full Changelog: v0.7.0...v0.8.0

v0.7.0

04 Jul 13:44
Compare
Choose a tag to compare

What's Changed

  • fix(core): Fix glob patterns not being relative to entry location by @Zyie in #34
  • feat(compress): Adds compress plugin by @Zyie in #36
    • You can now define one plugin for all compressions, instead of having to add individual ones
      const config = {
              plugins: {
      +              compress: compress({
      +                   webp: false,
      +                   avif: false,
      +               }),
      -               compressPng: compressPng(),
      -               compressJpg: compressJpg()
              },
      }
      Old plugins do still exist for backwards compatibility
  • feat(core): Adds ability to set multiple values to a tag by @Zyie in #35
  • fix: add ffmpeg installer for fluentmpeg by @miltoncandelero

Full Changelog: v0.6.2...v0.7.0

v0.6.2

23 Mar 11:32
Compare
Choose a tag to compare

What's Changed

  • feat(core): Adds ability to set additional data to saveable asset by @Zyie in #32

Full Changelog: v0.6.1...v0.6.2

v0.6.1

02 Mar 13:53
Compare
Choose a tag to compare

What's Changed

  • fix(core): Fix watch command by @Zyie in #28

Full Changelog: v0.6.0...v0.6.1

v0.6.0

23 Feb 15:42
Compare
Choose a tag to compare

What's Changed

  • feat(compress): Add avif compression by @Zyie in #25
  • feat(core): Add watch functionality by @Zyie in #26
  • feat(webfont): Add sdf and msdf font generation by @Zyie in #27

Full Changelog: v0.5.1...v0.6.0