This repository has been archived by the owner on Feb 24, 2021. It is now read-only.
Releases: ooade/pimg
Releases · ooade/pimg
V1.1.2
Update all latest feature in vue
v1.0.0-rc.2 1.0.0-rc.2
FetchOnDemand, Placeholder, Global Config
v1.0.0-rc.1 1.0.0-rc.1
scrollToReveal works!!!
scrollToReveal
now uses the Intersection Observer API 🎉 🎉 🎉
Twitter-like data saver mode
Version 1 alpha
What's new?
- ScrollToReveal 🎉
- Thumbnail Prop 🎉
You can check them out here -> https://pimg.surge.sh
Go ahead and build that Medium
clone 😅
loadingClassName prop
Thanks to @VinSpee for this release 🎉
Add Thumbnail Component
Thumbnail Component Release
With Thumnail Component, users can add images from other sources rather than from cloudinary.
Example:
import Image, { Thumbnail } from 'pimg'
render() {
<Image src="imageSrc">
<Thumbnail src="thumbnailSrc" />
</image>
}
Caveat
Make sure your thumbnailSrc
size is around few kilobytes for better performance.