Skip to content

Commit

Permalink
Fix changelog typo
Browse files Browse the repository at this point in the history
  • Loading branch information
xiphux committed Dec 12, 2023
1 parent fbfb37a commit da70a15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit da70a15

Please sign in to comment.