Skip to content

Releases: JonasKruckenberg/imagetools

v3.0.0-next.3

08 Mar 21:28
Compare
Choose a tag to compare
v3.0.0-next.3 Pre-release
Pre-release

3.0.0-next.3 (2021-03-08)

Bug Fixes

  • make urlFormat the fallback (763cc3b)

Features

  • split on semicolons (;) instead of commas (,) to avoid srcset parser confusion (e02d7e3)
  • use custom variable replacement instead of vites (989988a)
  • warn on unknown directives (1cf96f4)

v3.0.0-next.2

08 Mar 19:43
Compare
Choose a tag to compare
v3.0.0-next.2 Pre-release
Pre-release

3.0.0-next.2 (2021-03-08)

v3.0.0-next.1

08 Mar 19:28
Compare
Choose a tag to compare
v3.0.0-next.1 Pre-release
Pre-release

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

Features

  • improve docs for version 3 (c2d4c4e)

BREAKING CHANGES

  • This will bump to version 3 because since this is a complete rewrite of the plugin

v2.4.0-next.1

08 Mar 19:23
Compare
Choose a tag to compare
v2.4.0-next.1 Pre-release
Pre-release

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

v2.3.3

05 Mar 16:05
Compare
Choose a tag to compare

2.3.3 (2021-03-05)

Bug Fixes

  • include query to actually include .jpeg files (2f3b68b), closes #2

v2.3.2

28 Feb 07:00
3bffb4a
Compare
Choose a tag to compare

2.3.2 (2021-02-28)

v2.3.1

28 Feb 06:51
a73fe86
Compare
Choose a tag to compare

2.3.1 (2021-02-28)

Bug Fixes

v2.3.0

01 Feb 20:21
Compare
Choose a tag to compare

2.3.0 (2021-02-01)

Features

  • Rename plugin to vite-imagetools (11f3048)

v2.2.1

01 Feb 20:02
Compare
Choose a tag to compare

2.2.1 (2021-02-01)

v2.2.0

01 Feb 19:32
Compare
Choose a tag to compare

2.2.0 (2021-02-01)

Features

  • Add options to include and exclude files from processing (6276db9)