imagetools

Load and transform images using a toolbox of custom import directives!

MIT License

Downloads
346K
Stars
880

Bot releases are visible (Hide)

imagetools - v3.0.0-next.13

Published by github-actions[bot] over 3 years ago

3.0.0-next.13 (2021-03-10)

Features

  • add cache cleanup functionality (7cf641c)
imagetools - v3.0.0-next.12

Published by github-actions[bot] over 3 years ago

3.0.0-next.12 (2021-03-10)

Bug Fixes

  • bg-color fix hash prefix problem (056a21d)
  • ensure directive is exported (63e6eb6)
  • filter opts before calling modulate (d7353bd)
imagetools - v3.0.0-next.11

Published by github-actions[bot] over 3 years ago

3.0.0-next.11 (2021-03-10)

imagetools - v3.0.0-next.10

Published by github-actions[bot] over 3 years ago

3.0.0-next.10 (2021-03-10)

Bug Fixes

  • flatten directive should accept the "true" argument (efa21a2)
  • hsb typing issues (11d129c)
imagetools - v3.0.0-next.9

Published by github-actions[bot] over 3 years ago

3.0.0-next.9 (2021-03-10)

Features

imagetools - v3.0.0-next.8

Published by github-actions[bot] over 3 years ago

3.0.0-next.8 (2021-03-10)

imagetools - v3.0.0-next.7

Published by github-actions[bot] over 3 years ago

3.0.0-next.7 (2021-03-10)

Bug Fixes

Features

  • add the flatten directive (4df4c29)
  • add the grayscale directive (d40f847)
  • add the median directive (a71f162)
  • add the tint directive (059318d)
  • enable image transforms even in development mode (4d04168)
imagetools - v3.0.0-next.6

Published by github-actions[bot] over 3 years ago

3.0.0-next.6 (2021-03-09)

Bug Fixes

  • array filtering type error (f79a13c)
  • disable caching when no path could be found (e5246dd)
  • fix directive & metadirective typings (ed042fb)
  • parse blur argument correctly (a2bc249)
  • stricter type cheking (c4d73b5)
  • type issues (a105600)
imagetools - v3.0.0-next.5

Published by github-actions[bot] over 3 years ago

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

Features

imagetools - v3.0.0-next.4

Published by github-actions[bot] over 3 years ago

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

imagetools - v3.0.0-next.3

Published by github-actions[bot] over 3 years ago

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)
imagetools - v3.0.0-next.2

Published by github-actions[bot] over 3 years ago

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

imagetools - v3.0.0-next.1

Published by github-actions[bot] over 3 years ago

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
imagetools - v2.4.0-next.1

Published by github-actions[bot] over 3 years ago

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

imagetools - v2.3.3

Published by github-actions[bot] over 3 years ago

2.3.3 (2021-03-05)

Bug Fixes

  • include query to actually include .jpeg files (2f3b68b), closes #2
imagetools - v2.3.2

Published by github-actions[bot] over 3 years ago

2.3.2 (2021-02-28)

imagetools - v2.3.1

Published by github-actions[bot] over 3 years ago

2.3.1 (2021-02-28)

Bug Fixes

imagetools - v2.3.0

Published by github-actions[bot] over 3 years ago

2.3.0 (2021-02-01)

Features

  • Rename plugin to vite-imagetools (11f3048)
imagetools - v2.2.1

Published by github-actions[bot] over 3 years ago

2.2.1 (2021-02-01)

imagetools - v2.2.0

Published by github-actions[bot] over 3 years ago

2.2.0 (2021-02-01)

Features

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