diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a808f6..210da55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [6.0.0](https://github.com/hiroki0525/react-dom-lazyload-component/compare/v5.1.0...v6.0.0) (2024-04-30) + + +### Performance Improvements + +* remove `onVisible` from `useLazyLoad` ([0e88210](https://github.com/hiroki0525/react-dom-lazyload-component/commit/0e88210fdee02360408d8bcf09c83046ff8830a5)) + + +### BREAKING CHANGES + +* remove `onVisible` from `useLazyLoad` because the responsibility of the function should not include it. Please use `LazyLoad` component or control using `isVisible` + # [5.1.0](https://github.com/hiroki0525/react-dom-lazyload-component/compare/v5.0.0...v5.1.0) (2024-04-28) diff --git a/package.json b/package.json index eec2b76..a7d084b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-dom-lazyload-component", - "version": "5.1.0", + "version": "6.0.0", "description": "React Lazy Load Component for your Website Performance🚀", "main": "dist/cjs/index.js", "module": "dist/index.js",