Releases: farbenmeer/next-image-autosize
Releases · farbenmeer/next-image-autosize
v1.0.4
v1.0.3
v1.0.2
v1.0.1
v1.0.0
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)