@sveltejs/enhanced-img@0.11.0

sveltejs/kit@sveltejs/enhanced-img@0.11.0Jun 18, 2026by github-actions[bot]

AI Summary

Introduces a new TypeScript type for attributes and fixes import transformation issues with special characters.

Key Highlights

  • Exports `EnhancedImgAttributes` type for better TypeScript support.
  • Fixes exclusion of imports with `?` character from transformation.

New Features

  • Export `EnhancedImgAttributes` type.

Full Release Notes

### Minor Changes


- feat: export `EnhancedImgAttributes` type ([#15649](https://github.com/sveltejs/kit/pull/15649))


### Patch Changes


- fix: exclude imports with `?` character from transformation ([#15617](https://github.com/sveltejs/kit/pull/15617))