Releases: beekai-oss/react-simple-img
Releases · beekai-oss/react-simple-img
Version 1.5.1
- Support custom props for
SimpleImg
Version 1.5
- build tool change to rollup (smaller bundle size)
- upgrade all dev dependency (babel 7 and ect...)
- fix a bug, which throw error for none reason
Version 1.4.5
- upgrade react simple animate
- fix the height issue
Version 1.4.4
- fix a bug on the simple img provider on initial observer
Version 1.4.3
- change
throw fetch error
intoconsole.error
Version 1.4.2
- Fix issue #30
- Fix issue component is mounted before async setState
version 1.4.0
- Remove
proptypes
dependecy - Ready for react 17
- Use context API
Version 1.3.15
- init simple img only runs on client side now
Version 1.3.14
- fix context provider bug
(planing to update context api when react 17 about to release)
Version 1.3.13
- Remove babel polyfil!