Skip to content

Commit

Permalink
chore(release): 6.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [6.0.0](v5.1.0...v6.0.0) (2024-04-30)

### Performance Improvements

* remove `onVisible` from `useLazyLoad` ([0e88210](0e88210))

### BREAKING CHANGES

* remove `onVisible` from `useLazyLoad` because the responsibility of the function should not include it. Please use `LazyLoad` component or control using `isVisible`
  • Loading branch information
semantic-release-bot committed Apr 30, 2024
1 parent 4f4c7dc commit be3310e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit be3310e

Please sign in to comment.