Skip to content

Releases: RafidMuhymin/astro-imagetools

v0.6.5

20 May 10:41
Compare
Choose a tag to compare

Bug Fixes

  • Fixes issues and inconsistencies related to path resolving. Thanks @IanVS
  • Fixes incompatibility with Node.js version supported by astro Thanks @IanVS
  • Fixes Cannot find module astroViteConfigs.js error

Features

  • Astro ImageTools now accepts src paths that are relative to the publicDir

Codebase

  • Thanks to @IanVS for adding support for Prettier formatting and linting, Vitest tests & GitHub workflows.

v0.6.4...v0.6.5

v0.6.4

13 May 11:33
Compare
Choose a tag to compare

Fixes

  • Fixed a few path joining inconsistencies

v0.6.3

02 May 09:26
Compare
Choose a tag to compare

Bug Fixes

  • Fixed Cannot read properties of undefined error

v0.6.2...v0.6.3

v0.6.2

01 May 18:55
Compare
Choose a tag to compare

Bug Fixes

  • Fixed Node.js throwing (intermediate value)(...) is not a function error when trying to access import.meta
  • Fixed distassets empty directory being created during build

v0.6.1...v0.6.2

v0.6.1

01 May 17:59
Compare
Choose a tag to compare

Bug Fixes

  • Fixed localhost getting stuck in dev mode
  • Fixed assets being generated in the wrong directory

TypeScript

  • Added types for the SSR middleware

v0.6.0...v0.6.1

v0.6.0

01 May 14:02
Compare
Choose a tag to compare

Features

  • Added experimental SSR support for Node.js. Check the SSR documentation for more information.
  • Added attributes config option to allow adding custom attributes to the generated HTML elements.

Bug Fixes

  • Fixed base config defined in AstroConfig not being respected

Removals

  • The <Image /> component and the renderImage API deprecated in v0.5.1 have been removed. And the Vite plugin has been removed in this release in favor of the new Astro integration. Check the Deprecations documentation for more information.

Documentation

v0.5.8...v0.6.0

v0.5.8

22 Apr 10:26
Compare
Choose a tag to compare

Features

  • Added cacheDir config option to specify which directory to use to store cache

v0.5.7...v0.5.8

v0.5.7

21 Apr 18:31
Compare
Choose a tag to compare

Changes

  • Capped default maximum breakpoint at 3840px
  • The maximum default count is now 11

Bug Fixes

  • Fixed Art Directions not respecting backgroundSize and backgroundPosition for the <BackgroundImage /> component.

v0.5.6...v0.5.7

v0.5.6

20 Apr 15:53
Compare
Choose a tag to compare

Bug Fixes

  • Fixed style content showing false
  • Fixed Background components and APIs generating image set only for source format
  • Fixed placeholder overlapping image or image is not showing up when JS is disabled
  • Fixed placeholder image not being displayed properly on network failure

v0.5.5...v0.5.6

v0.5.5

20 Apr 09:34
Compare
Choose a tag to compare

Bug Fixes

  • Fixed keys inside formatOptions are required
  • Fixed Global Configs treated as transform configs
  • Fixed options passed through query parameters not working properly

v0.5.4...v0.5.5