Skip to content

Latest commit

 

History

History
42 lines (20 loc) · 2.04 KB

CHANGELOG.md

File metadata and controls

42 lines (20 loc) · 2.04 KB

1.0.4 (2023-09-22)

Bug Fixes

  • run prettier separately from eslint (3579696)

1.0.3 (2023-09-22)

Bug Fixes

  • require alt prop for images (26d67b6)

1.0.2 (2021-10-01)

Bug Fixes

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

1.0.1 (2021-10-01)

Bug Fixes

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

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)