Skip to content

Latest commit

 

History

History
134 lines (67 loc) · 3.46 KB

CHANGELOG.md

File metadata and controls

134 lines (67 loc) · 3.46 KB

@sveltejs/enhanced-img

0.3.8

Patch Changes

  • fix: import node:process instead of using globals (#12641)

0.3.7

Patch Changes

  • fix: avoid duplicating width/height attributes (#12673)

0.3.6

Patch Changes

0.3.5

Patch Changes

  • perf: hoist vite asset declarations to module block (#12627)

0.3.4

Patch Changes

  • perf: apply performance optimization to dev srcset (#12621)

0.3.3

Patch Changes

  • chore: configure provenance in a simpler manner (#12570)

0.3.2

Patch Changes

0.3.1

Patch Changes

  • fix: make *?enhanced imports available in the ambient context (#12363)

0.3.0

Minor Changes

  • breaking: return plugin synchronously from enhancedImages() (#12297)

Patch Changes

  • chore: add keywords for discovery in npm search (#12330)

0.2.1

Patch Changes

  • fix: use correct type for *?enhanced imports (#12224)

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)