Skip to content

v2.4.0-next.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 08 Mar 19:23

2.4.0-next.1 (2021-03-08)

Bug Fixes

  • actually move the function to util.ts (d880f7e)
  • export builtin directives (98525a4)
  • export image format union type (edf1c2e)
  • import sharp (8708151)
  • use meta directives (8dc9f0b)

Features

  • add generic types (e3ffc2f)
  • add option to force image transformation in dev mode (7ce4468)
  • add ouput processing function (3af3fb3)
  • add the background meta-directive (cff28db)
  • add the fit meta-directive (1c81807)
  • add the kernel meta-directive (5a12393)
  • add the position meta-directive (2ee5362)
  • add the quality meta-directive (975104a)
  • add utility function (29ec3e5)
  • make caching optional (c26be86)
  • make directives and output formats extensible (c4198f4)
  • make the filter extensible (07ebd12)
  • respect the vite config when generating the output (b9e1734)
  • rewrite the main plugin file (4b82f5f)
  • update format directive to function style (85ea636)
  • update resize directive to function style (f96a221)
  • update rotate directive to function style (a165ef3)
  • use cacache for better caching (1eac066)

Reverts