Skip to content

Releases: sanishkr/react-progressive-graceful-image

Add & fix props types. React ^v18 peer support

29 Oct 15:17
Compare
Choose a tag to compare
  • Allow ^v18 of react and react-dom as peer dependencies
  • Add children props types for React v18
  • Fix threshold prop type
  • Upgrade dev and peer dependencies to the latest versions
  • Fix demo and test img src, fix few old test cases
  • Add React v17 - enzyme dependency for testing

Note: In case this version throws toString is not defined error on codesandbox, try using 0.6.11 or this version on stackblitz.
According to codesandbox, something seems broken on the IntersectionObserver dev dependency utils, toString after v0.6.11.
For eg: stackblitz example for v0.7.0

react ^v17 peer support

29 Aug 07:38
Compare
Choose a tag to compare
0.6.14

:bulb: Update Readme

onError bug fix

16 Apr 19:09
Compare
Choose a tag to compare
0.6.13

0.6.13

noLazyLoad as true works

07 Aug 21:15
Compare
Choose a tag to compare
0.6.12

:white_check_mark: update test cases