Skip to content

Releases: hckr-studio/blendid

v9.6.2

14 Jul 09:13
Compare
Choose a tag to compare
  • Added support for async setup(cloudinary) option for cloudinary. Can be used e.g. to call API methods for metadata fields definition.
  • Added support for lqip hash computation and upload to Cloudinary as image metadata. Inspired by https://leanrada.com/notes/css-only-lqip/.

Full Changelog: v9.6.1...v9.6.2

v9.6.1

14 Jul 07:06
Compare
Choose a tag to compare
  • Support for async getMetadata(file) option for cloudinary
  • Added force option for cloudinary task to reupload existing files and metadata

Full Changelog: v9.6.0...v9.6.1

v9.6.0

13 Jul 08:21
Compare
Choose a tag to compare
  • Added configuration options for cloudinary task to allow customizing the upload options
  • Added getMetadata(file) option for cloudinary task to allow setting custom metadata from client code

Full Changelog: v9.5.1...v9.6.0

v9.5.1

13 Jul 08:20
Compare
Choose a tag to compare
  • Updated dependencies

What's Changed

Full Changelog: v9.5.0...v9.5.1

v9.5.0

13 Jul 08:20
Compare
Choose a tag to compare
  • Updated dependencies - notably Vite.js 7.0
  • Use export default function(pathConfig, mode, verbose) in the generated task-config.mjs

What's Changed

Full Changelog: v9.4.0...v9.5.0

v9.4.0

16 Jun 05:47
Compare
Choose a tag to compare
  • Task config can export default function(pathConfig, mode, verbose).
  • Updated sprite helpers

v9.3.8

16 Jun 05:25
Compare
Choose a tag to compare
  • Updated dependencies
  • task-config.mjs can export default function(mode) {} returning configuration modifiable by mode (gulp-mode)