Releases: pixijs/assetpack
v1.4.0
π¨ 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
- feat: add stat object that stores transformation information by @GoodBoyDigital in #117
- feat: add onComplete to watch by @GoodBoyDigital in #119
- feat: add nomip tag to avoid mipmaps being generated by @Zyie in #120
- feat: add strict mode by @Zyie in #121
- fix: report success at the right time by @GoodBoyDigital in #115
- fix: deleting asset causing crash when watching assets by @GoodBoyDigital in #118
- fix: Errors resulting from identical TPS file names in different dir by @h1ve2 in #111
New Contributors
Full Changelog: v1.3.0...v1.4.0
v1.3.0
π¨ 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
- @f0nar made their first contribution in #96
- @dmyamster made their first contribution in #110
- @JenovaSolier made their first contribution in #105
Full Changelog: v1.2.3...v1.3.0
v1.2.3
v1.2.2
What's Changed
- fix: ci not running on PR's by @Zyie in #104
- fix: pixi.md docs by @furic in #90
- fix: Use unix paths in AssetWatcher.ts by @bryanwood in #103
New Contributors
- @bryanwood made their first contribution in #103
Full Changelog: v1.2.1...v1.2.2
v1.2.1
v1.2.0
What's Changed
- feat: Added support for nameStyle option in Manifest by @CatchABus in #95
- feat: add support for json5 by @GoodBoyDigital in #94
New Contributors
- @CatchABus made their first contribution in #95
- @GoodBoyDigital made their first contribution in #94
Full Changelog: v1.1.1...v1.2.0
v1.1.1
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
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
- @Fire7 made their first contribution in #74
- @furic made their first contribution in #80
- @ddenisyuk made their first contribution in #72
Full Changelog: v1.0.0...v1.1.0
v1.0.0
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
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