Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
xiphux committed Nov 9, 2023
1 parent 10e76b6 commit e7f2cd3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 4.0.0

* 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 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: Drop Node 14 support

## 3.2.0

* Add `embedPlaceholder` option to support placeholders as separate images files rather than embedded content
Expand Down

0 comments on commit e7f2cd3

Please sign in to comment.