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

V1.1.2

Latest
Compare
Choose a tag to compare
@ooade ooade released this 21 Aug 07:50
· 36 commits to v2.0.0 since this release

⚠️ 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'