Releases: imagekit-developer/imagekit-react
Releases · imagekit-developer/imagekit-react
Version 1.0.8
- Migrates storybook based test framework to jest+enzyme, with refactors
- Lifecycle and event-based tests added
- Coverage increased from ~50% to 84%
- #20
- Bumps imagekit-javascript to ^1.3.6
Version 1.0.7
-
fileName
is optional while uploading file. - Moved build system to Rollup and the reduced minified UMD bundle size to 16KB (raw).
- Added lazy loading similar to Chrome native lazy - loading thresholds.
- Improved LQIP to control
quality
andblur
options. - All props except specific to
IKImage
orIKUpload
components are passed as it is to rendered HTML element. - Updated README.md
- Added quick examples
- Prop list and data types explained
- Quickstart guide link added
Version 1.0.6
Issue with SSR - #9
Version 1.0.5
Version 1.0.4
Bug fixes - onError and onSuccess callback handling
Improved test cases
Readme updated
Sample app updated
v1.0.3
Bug Fix
Bug Fix
First Release
- IKContext Component
- IKImage Component
- IKUpload Component