Skip to content

Latest commit

 

History

History
67 lines (34 loc) · 1.78 KB

CHANGELOG.md

File metadata and controls

67 lines (34 loc) · 1.78 KB

@sveltejs/enhanced-img

0.2.0

Minor Changes

  • feat: upgrade vite-imagetools to v7. caches build output by default (#12055)

0.1.9

Patch Changes

  • fix: support shorthand attribute syntax (#11884)

0.1.8

Patch Changes

  • fix: correct images cache key to avoid collisions when images have same name (#11602)

0.1.7

Patch Changes

0.1.6

Patch Changes

  • chore: upgrade vite-imagetools (#11122)

0.1.5

Patch Changes

  • fix: correctly generate client-side code (#11059)

0.1.4

Patch Changes

  • fix: avoid creating conflicting import statements (#11047)

0.1.3

Patch Changes

  • fix: only resolve images if optimizable (#11041)

0.1.2

Patch Changes

  • fix: refresh in dev mode when an image changes (#11033)

  • fix: auto-import of svg images (4426daebe)

0.1.1

Patch Changes

  • feat: add experimental @sveltejs/enhanced-img package (#10788)