Skip to content

Releases: RafidMuhymin/astro-imagetools

v0.5.4

19 Apr 09:12
Compare
Choose a tag to compare

Features

  • Astro ImageTools will now throw errors and show warnings for required and non-existent config options.

Changes

  • Updated logging messages
  • Fixed types for Global configs and <BackgroundImage /> component props
  • Updated remote image naming strategy

Bug Fixes

  • Fixed some configs that were not working

v0.5.3...v0.5.4

v0.5.3

14 Apr 21:30
Compare
Choose a tag to compare

README

Updated Documentation URLs

v0.5.2

14 Apr 18:23
Compare
Choose a tag to compare

Features

  • Added support for remote images inside Markdown files

Bug Fixes

  • Fixed layout="fill" and layout="fullWidth" not working.
  • Fixed <BackgroundPicture /> not working when any CSS Background is present
  • Fixed Types for Components Props not working
  • Fixed <BackgroundImage /> and <BackgroundPicture /> components showing undefined when no content is present
  • Fixed Markdown Images not getting transformed in supported scenarios
  • Improved performance of detection of Markdown Images
  • Removed accidentally published files

v0.5.1...v0.5.2

v0.5.1

13 Apr 13:41
Compare
Choose a tag to compare

Features

  • New <Img /> component! Check the Documentation for more information.
  • New <Picture /> component! Check the Documentation for more information.
  • New <BackgroundImage /> component! Check the Documentation for more information.
  • New <BackgroundPicture /> component! Check the Documentation for more information.
  • New renderImg API! Check the Documentation for more information.
  • New renderPicture API! Check the Documentation for more information.
  • New renderBackgroundImage API! Check the Documentation for more information.
  • New renderBackgroundPicture API! Check the Documentation for more information.
  • Fully typed components, APIs and the defineConfig helper!

Bug Fixes

  • Fixed layout="fixed" not working.

Changes

  • Updated peerDependency range of astro to >=0.26 || >=1.0.0-beta
  • Updated fadeInTransition config option type
  • The <Picture /> and <BackgroundPicture /> components and the renderPicture and renderBackgroundPicture APIs now uses ::after pseudo element instead of <span> tag to display placeholder image.

Deprecations

  • Deprecated the <Image /> component and the renderImage API. Check the Deprecation section in the Docs for more information.

Documentation

v0.4.1...v0.5.1

v0.4.1

26 Mar 20:09
Compare
Choose a tag to compare

Bug Fixes

v0.4.0...v0.4.1

v0.4.0

23 Mar 20:32
Compare
Choose a tag to compare

Features

Changes

  • Improved support with Node v14

v0.3.1...v0.4.0

v0.3.1

20 Mar 20:13
Compare
Choose a tag to compare

Bug FIxes

  • Added support for Node v14. Thanks @FlaccidJello
  • Fixed query parameters not working for image paths inside markdown files

v0.3.0...v0.3.1

v0.3.0

20 Mar 17:47
Compare
Choose a tag to compare

Features

v0.2.12...v0.3.0

v0.2.12

19 Mar 19:33
Compare
Choose a tag to compare
  • Fixed Named export 'fileTypeFromBuffer' not found error 259ec98

v0.2.11...v0.2.12

v0.2.11

16 Mar 17:27
Compare
Choose a tag to compare

Bug Fixes

  • Fixed Cannot find module error in legacy build in Windows f715df7
  • Improved remote image format detection 1f3b690

v0.2.10...v0.2.11