This repository was archived by the owner on May 12, 2020. It is now read-only.
Releases: oyvindhermansen/react-images-loaded
Releases · oyvindhermansen/react-images-loaded
Release list
v2.0.0
I've decided to make this a major release because of two things:
- I've dropped support for node v4.
- All new shiny folder-structure and build process ⭐️
Things that are new:
- React is now a peerDependency: (>=15) This was brought to my attention through #10
- No more webpack for bundling up examples or to production. (Using babel-cli instead)
- Storybook for examples ⭐️
- Codecov is integrated (working towards 100% coverage)
1.1.0
New feature release!
- Thanks to @brahma-dev for adding the
background-prop. ImagesLoaded-component can now watch for background-images. #7
Updates
- React is updated to
v16 - Updated devDependencies
- Some minor changes to the README for more concise information
v1.0.1
Initial release
1.0.0 removed v5 of node and added some stuff in readme