diff --git a/CHANGELOG.md b/CHANGELOG.md index e7611b5..6e4abcb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ * BREAKING: svimg is now pure ESM for Svelte 4. CommonJS is no longer supported * BREAKING: Entry points have changed - * The Image svelte component is now at the `/Image.svelte` entry point (`import Image from 'svimg/Image.svelte'` instead of `import Image from 'svelte'`) + * The Image svelte component is now at the `/Image.svelte` entry point (`import Image from 'svimg/Image.svelte'` instead of `import Image from 'svimg'`) * The s-image custom element is now at the `/s-image` entry point (`import 'svimg/s-image'` instead of `import 'svimg/dist/s-image'`) * The process entry point's contents are now just part of the default `'svimg'` entry point * BREAKING: Remove `publicPath` option. Please use a `srcGenerator` function instead: `(path) => '/public/path' + path`