Skip to content
This repository was archived by the owner on Feb 24, 2021. It is now read-only.

Releases: ooade/pimg

V1.1.2

Choose a tag to compare

@ooade ooade released this 21 Aug 07:50

⚠️ Breaking Changes to Preact and Vue Packages ⚠️

Before:
import Image from 'pimg/dist/preact'
import Image from 'pimg/dist/vue'

Now:

import Image from 'pimg/preact'
import Image from 'pimg/vue'

Update all latest feature in vue

Pre-release

Choose a tag to compare

@ooade ooade released this 17 Mar 00:36
v1.0.0-rc.2

1.0.0-rc.2

FetchOnDemand, Placeholder, Global Config

Choose a tag to compare

@ooade ooade released this 16 Mar 23:29
v1.0.0-rc.1

1.0.0-rc.1

scrollToReveal works!!!

Pre-release

Choose a tag to compare

@ooade ooade released this 13 Mar 13:52

scrollToReveal now uses the Intersection Observer API 🎉 🎉 🎉

Twitter-like data saver mode

Pre-release

Choose a tag to compare

@ooade ooade released this 16 Feb 19:46

Version 1 alpha

Version 1 alpha Pre-release
Pre-release

Choose a tag to compare

@ooade ooade released this 28 Jan 20:12

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

Choose a tag to compare

@ooade ooade released this 20 Jan 07:08

Thanks to @VinSpee for this release 🎉

Add Thumbnail Component

Choose a tag to compare

@ooade ooade released this 19 Jan 17:14

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.