Skip to content

Tags: MilkScout/web

Tags

v9.0.0

Toggle v9.0.0's commit message
chore(release): 9.0.0 [skip ci]

# [9.0.0](react-hookz/web@v8.0.0...v9.0.0) (2021-08-30)

### Documentation

* fix error on `useCookieValue` page ([react-hookz#296](react-hookz#296)) ([a390f10](react-hookz@a390f10))

### BREAKING CHANGES

* `IAnyPermissionDescriptor` type removed in favor of
built-in `PermissionDescriptor`.

* docs(useCookieValue): example been using old index import

v8.0.0

Toggle v8.0.0's commit message
chore(release): 8.0.0 [skip ci]

# [8.0.0](react-hookz/web@v7.0.0...v8.0.0) (2021-08-30)

### chore

* **TS:** migrate to TypeScript 4.4 ([react-hookz#295](react-hookz#295)) ([91429f4](react-hookz@91429f4))

### BREAKING CHANGES

* **TS:** `IAnyPermissionDescriptor` type removed in favor of
built-in `PermissionDescriptor`.

v7.0.0

Toggle v7.0.0's commit message
chore(release): 7.0.0 [skip ci]

# [7.0.0](react-hookz/web@v6.1.0...v7.0.0) (2021-08-06)

### Bug Fixes

* **useMediaQuery:** add support for safari 13- that has obsolete `useMediaQuery` implementation ([react-hookz#249](react-hookz#249)) ([25c8599](react-hookz@25c8599)), closes [react-hookz#242](react-hookz#242)

### Code Refactoring

* **useKeyboardEvent:** improve the code and change signature ([react-hookz#248](react-hookz#248)) ([a0e1b24](react-hookz@a0e1b24))

### BREAKING CHANGES

* **useKeyboardEvent:** hook call signature has changed.

v6.1.0

Toggle v6.1.0's commit message
chore(release): 6.1.0 [skip ci]

# [6.1.0](react-hookz/web@v6.0.1...v6.1.0) (2021-08-04)

### Features

* new hook `useKeyboardEvent` ([react-hookz#240](react-hookz#240)) ([8ca6713](react-hookz@8ca6713))

v6.0.1

Toggle v6.0.1's commit message
chore(release): 6.0.1 [skip ci]

## [6.0.1](react-hookz/web@v6.0.0...v6.0.1) (2021-07-25)

### Bug Fixes

* make hooks that not listed in index.ts to be built too ([c119371](react-hookz@c119371))

v6.0.0

Toggle v6.0.0's commit message
chore(release): 6.0.0 [skip ci]

# [6.0.0](react-hookz/web@v5.0.0...v6.0.0) (2021-07-25)

### Bug Fixes

* remove `useCookieValue` from index ([react-hookz#225](react-hookz#225)) ([c3b708d](react-hookz@c3b708d))

### BREAKING CHANGES

* `useCookieValue` is no more exported from index file.

v5.0.0

Toggle v5.0.0's commit message
chore(release): 5.0.0 [skip ci]

# [5.0.0](react-hookz/web@v4.0.0...v5.0.0) (2021-07-20)

### Bug Fixes

* improve `useThrottledCallback` and `useDebouncedCallback` types ([04e965a](react-hookz@04e965a))

### BREAKING CHANGES

* types changed, now only one generic argument received
by `useThrottledCallback` and `useDebouncedCallback` - the original
function type.

v4.0.0

Toggle v4.0.0's commit message
chore(release): 4.0.0 [skip ci]

# [4.0.0](react-hookz/web@v3.8.0...v4.0.0) (2021-07-16)

### Features

* deps for `useConditionalUpdateEffect` and `useConditionalEffect` ([react-hookz#201](react-hookz#201)) ([bd56af3](react-hookz@bd56af3))

### BREAKING CHANGES

* `useConditionalUpdateEffect` and `useConditionalEffect`
now has changed call signature (new argument).

v3.8.0

Toggle v3.8.0's commit message
chore(release): 3.8.0 [skip ci]

# [3.8.0](react-hookz/web@v3.7.0...v3.8.0) (2021-07-03)

### Features

* new hook useIntersectionObserver ([react-hookz#170](react-hookz#170)) ([e97c163](react-hookz@e97c163))

v3.7.0

Toggle v3.7.0's commit message
chore(release): 3.7.0 [skip ci]

# [3.7.0](react-hookz/web@v3.6.0...v3.7.0) (2021-07-03)

### Features

* improve `useEventListener` ([react-hookz#169](react-hookz#169)) ([d016ea9](react-hookz@d016ea9))