Skip to content

Releases: zerodevx/svelte-img

v1.0.1

30 Aug 11:11
Compare
Choose a tag to compare
  • Pin vite-imagetools to v4.0.4; new version causes duplication of query params due to change in defaultDirectives() logic.

v1.0.0

27 Aug 10:14
Compare
Choose a tag to compare

High-performance responsive images for SvelteKit.

Automatically transform local images into multiple widths and next-gen formats, then render a minimally invasive HTML representation into your SvelteKit project.

  • v1 is released. Read the docs!

v1.0.0-rc.3

25 Aug 09:49
Compare
Choose a tag to compare
# This is a release candidate. To take it for a spin, install with `@next` tag: 
$ npm i -D @zerodevx/svelte-img@next
  • We're getting close!

v1.0.0-rc.2

25 Aug 07:19
Compare
Choose a tag to compare
# This is a release candidate. To take it for a spin, install with `@next` tag: 
$ npm i -D @zerodevx/svelte-img@next
  • Fix module exports.

v1.0.0-rc.1

24 Aug 19:17
Compare
Choose a tag to compare
# This is a release candidate. To take it for a spin, install with `@next` tag: 
$ npm i -D @zerodevx/svelte-img@next
  • Full rewrite, modern, tons of features, and very little documentation.

v0.1.0-rc1

28 Sep 13:57
Compare
Choose a tag to compare
v0.1.0-rc1 Pre-release
Pre-release
  • Initial release