Skip to content

Releases: farbenmeer/next-image-autosize

v1.0.4

22 Sep 09:48
Compare
Choose a tag to compare

1.0.4 (2023-09-22)

Bug Fixes

  • run prettier separately from eslint (3579696)

v1.0.3

22 Sep 09:43
Compare
Choose a tag to compare

1.0.3 (2023-09-22)

Bug Fixes

  • require alt prop for images (26d67b6)

v1.0.2

01 Oct 13:51
Compare
Choose a tag to compare

1.0.2 (2021-10-01)

Bug Fixes

  • remove trailing newline at the end of readme (164e995)

v1.0.1

01 Oct 10:36
Compare
Choose a tag to compare

1.0.1 (2021-10-01)

Bug Fixes

  • use same notation for branch array in both ci workflow definitions (d63344a)

v1.0.0

01 Oct 09:33
Compare
Choose a tag to compare

1.0.0 (2021-10-01)

Bug Fixes

  • cacheing: Handle cases where image was cached (3dcefb0)
  • Handle cases with layout="fill" (6f0cc55)
  • typescript: Add some more TS config including "skipLibCheck" which prevents typescript from noticing that next ts config and react ts config diverge (9382d7a)
  • typescript: Fix typing, remove typeguard which would leave props: never afterwards (a82ef47)

Features

  • typescript: prop type is Partial (a6050a7)