You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 1.0.0 (2021-10-01)
### Bug Fixes
* **cacheing:** Handle cases where image was cached ([3dcefb0](3dcefb0))
* Handle cases with layout="fill" ([6f0cc55](6f0cc55))
* **typescript:** Add some more TS config including "skipLibCheck" which prevents typescript from noticing that next ts config and react ts config diverge ([9382d7a](9382d7a))
* **typescript:** Fix typing, remove typeguard which would leave props: never afterwards ([a82ef47](a82ef47))
### Features
* **typescript:** prop type is Partial<ImageProps> ([a6050a7](a6050a7))
***cacheing:** Handle cases where image was cached ([3dcefb0](https://github.com/farbenmeer/next-image-from-file/commit/3dcefb02027e99a2b339ae34beb88aff19aca5d5))
7
+
* Handle cases with layout="fill" ([6f0cc55](https://github.com/farbenmeer/next-image-from-file/commit/6f0cc55c763fb3b405f37ddc93eb111b64fa5d7e))
8
+
***typescript:** Add some more TS config including "skipLibCheck" which prevents typescript from noticing that next ts config and react ts config diverge ([9382d7a](https://github.com/farbenmeer/next-image-from-file/commit/9382d7a5acfa523d0d9f2b06c4099f5143419ed3))
9
+
***typescript:** Fix typing, remove typeguard which would leave props: never afterwards ([a82ef47](https://github.com/farbenmeer/next-image-from-file/commit/a82ef471c12e057e1d0fa745131b7870c86f3bfc))
10
+
11
+
12
+
### Features
13
+
14
+
***typescript:** prop type is Partial<ImageProps> ([a6050a7](https://github.com/farbenmeer/next-image-from-file/commit/a6050a749de6f31521cb52b32def5aaf5613165f))
0 commit comments