Skip to content

Conversation

@reckter
Copy link
Member

@reckter reckter commented Jul 7, 2025

Description

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as before)

Checklist

  • Read the Contributing Guide
  • Perform a code self-review
  • Comment the code, particularly in hard-to-understand areas
  • Add documentation
  • Add hook's story at Storybook
  • Cover changes with tests
  • Ensure the test suite passes (yarn test)
  • Provide 100% tests coverage
  • Make sure code lints (yarn lint). Fix it with yarn lint:fix in case of failure.
  • Make sure types are fine (yarn lint:types).
📦 Published PR as canary version: 17.6.1--canary.7.16118604256.0

✨ Test out this PR locally via:

npm install @opencreek/react-use@17.6.1--canary.7.16118604256.0
# or 
yarn add @opencreek/react-use@17.6.1--canary.7.16118604256.0

schalkventer and others added 30 commits October 10, 2023 09:19
## [17.4.2](streamich/react-use@v17.4.1...v17.4.2) (2023-12-01)

### Bug Fixes

* correct peer dependencies ([d770587](streamich@d770587))
…edia

fix: update useMedia hook to use recommended approach of MDN
## [17.4.3](streamich/react-use@v17.4.2...v17.4.3) (2024-01-13)

### Bug Fixes

* update useMedia hook to use recommended approach of MDN ([e7379f0](streamich@e7379f0))
## [17.4.4](streamich/react-use@v17.4.3...v17.4.4) (2024-01-21)

### Bug Fixes

* typo in example ([0534648](streamich@0534648))
feat(pencil): add isFirst and isLast return value to 'useStateList'
# [17.5.0](streamich/react-use@v17.4.4...v17.5.0) (2024-01-22)

### Features

* add `isFirst` and `isLast` methods to `useStateList` hook ([ac64414](streamich@ac64414))
* **pencil:** add isFirst and isLast return value to 'useStateList' ([75218e4](streamich@75218e4))
* **pencil:** fix with yarn lint:fix ([6a9dde5](streamich@6a9dde5))
## [17.5.1](streamich/react-use@v17.5.0...v17.5.1) (2024-07-20)

### Bug Fixes

* 🐛 bump nano-css dependency ([adfb337](streamich@adfb337))
renovate bot and others added 23 commits July 21, 2024 05:17
…ndowSize-onChange

feat: add onChange callback to useWindowSize (streamich#915)
# [17.6.0](streamich/react-use@v17.5.1...v17.6.0) (2024-12-09)

### Features

* add onChange callback to useWindowSize ([ea656f7](streamich@ea656f7))
* add onChange callback to useWindowSize ([3eb531a](streamich@3eb531a))
@reckter reckter added the patch Increment the patch version when merged label Jul 7, 2025
@reckter reckter merged commit 7b3b826 into main Jul 7, 2025
10 of 11 checks passed
@reckter reckter deleted the update-fork-17-6-0 branch July 7, 2025 13:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

patch Increment the patch version when merged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants