Skip to content

Releases: pixijs/assetpack

v1.4.0

06 Feb 11:30
Compare
Choose a tag to compare

🚨 NOTE 🚨

In previous versions of this library, the {fix} tag was applied incorrectly. Instead of resizing an image to fixedResolution, it merely copied the image at its original size. Please use the {nomip} tag introduced in this version if you require the previous behavior.

What's Changed

New Contributors

Full Changelog: v1.3.0...v1.4.0

v1.3.0

23 Jan 14:52
Compare
Choose a tag to compare

🚨 NOTE 🚨

In previous versions of this library, the {fix} tag was applied incorrectly. Instead of resizing an image to fixedResolution, it merely copied the image at its original size. Please upgrade to version 1.4.0, and use the {nomip} tag if you prefer the previous behavior.

What's Changed

  • fix: apply mipmap fixed resolution accordingly to fixed and largest resolutions by @f0nar in #96
  • feat: Add etc compress support by @dmyamster in #110
  • fix: packed asset never power of two by @JenovaSolier in #105

New Contributors

Full Changelog: v1.2.3...v1.3.0

v1.2.3

19 Dec 12:49
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.2...v1.2.3

v1.2.2

19 Nov 09:15
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.1...v1.2.2

v1.2.1

22 Oct 12:28
Compare
Choose a tag to compare

What's Changed

  • fix: font family including tags by @Zyie in #99
  • fix: cache not being applied correctly by @Zyie in #98

Full Changelog: v1.2.0...v1.2.1

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