- fix: correctly handle
<enhanced:img />
elements nested in other DOM elements (#12945)
- breaking: require Svelte 5 (#12822)
- docs: update URLs for new svelte.dev site (#12857)
- chore: upgrade svelte-parse-markup (#12793)
- fix: import
node:process
instead of using globals (#12641)
- fix: avoid duplicating width/height attributes (#12673)
- fix: address Svelte 5 warning (
ec04dae73702c99652e4972d2b7363f2c11ccf5a
)
- perf: hoist vite asset declarations to module block (#12627)
- perf: apply performance optimization to dev srcset (#12621)
- chore: configure provenance in a simpler manner (#12570)
-
chore: package provenance (#12567)
-
fix: ensure src attribute is properly formed (
65931f276ac2102032e3032c864a472eee19b7bb
)
- fix: make
*?enhanced
imports available in the ambient context (#12363)
- breaking: return plugin synchronously from
enhancedImages()
(#12297)
- chore: add keywords for discovery in npm search (#12330)
- fix: use correct type for
*?enhanced
imports (#12224)
- feat: upgrade vite-imagetools to v7. caches build output by default (#12055)
- fix: support shorthand attribute syntax (#11884)
- fix: correct images cache key to avoid collisions when images have same name (#11602)
-
chore: update primary branch from master to main (
47779436c5f6c4d50011d0ef8b2709a07c0fec5d
) -
fix: throw an error if image cannot be resolved (#11346)
-
fix: attempt to address issues accessing images on filesystem (#11403)
- chore: upgrade vite-imagetools (#11122)
- fix: correctly generate client-side code (#11059)
- fix: avoid creating conflicting import statements (#11047)
- fix: only resolve images if optimizable (#11041)
- feat: add experimental
@sveltejs/enhanced-img
package (#10788)