9.0.0 (2021-08-30)
-
IAnyPermissionDescriptor
type removed in favor of built-inPermissionDescriptor
. -
docs(useCookieValue): example been using old index import
8.0.0 (2021-08-30)
- TS:
IAnyPermissionDescriptor
type removed in favor of built-inPermissionDescriptor
.
7.0.0 (2021-08-06)
- useMediaQuery: add support for safari 13- that has obsolete
useMediaQuery
implementation (#249) (25c8599), closes #242
- useKeyboardEvent: hook call signature has changed.
6.1.0 (2021-08-04)
6.0.1 (2021-07-25)
- make hooks that not listed in index.ts to be built too (c119371)
6.0.0 (2021-07-25)
useCookieValue
is no more exported from index file.
5.0.0 (2021-07-20)
- improve
useThrottledCallback
anduseDebouncedCallback
types (04e965a)
- types changed, now only one generic argument received
by
useThrottledCallback
anduseDebouncedCallback
- the original function type.
4.0.0 (2021-07-16)
useConditionalUpdateEffect
anduseConditionalEffect
now has changed call signature (new argument).
3.8.0 (2021-07-03)
3.7.0 (2021-07-03)
3.6.0 (2021-07-03)
3.5.0 (2021-06-24)
3.4.0 (2021-06-24)
3.3.0 (2021-06-22)
3.2.0 (2021-06-22)
3.1.0 (2021-06-17)
3.0.1 (2021-06-16)
3.0.0 (2021-06-16)
- add
maxWait
parameter touseDebouncedCallback
hook (#131) (600baa8) - change args for
useThrottledCallback
anduseDebouncedCallback
(#132) (131d98e) - new hooks
useDebouncedEffect
anduseDebouncedState
(#133) (1d164ff)
delay
anddeps
arguments are swapped position foruseThrottledCallback
anduseDebouncedCallback
hooks to be aligned withuseCallback
signature.useDebounceCallback
renamed touseDebouncedCallback
useThrottleCallback
renamed touseThrottledCallback
2.2.0 (2021-06-15)
2.1.0 (2021-06-14)
- import reused hooks from the index file instead of its definition (f4bd609)
2.0.0 (2021-06-14)
useCookie
renamed touseCookieValue
useCookieValue
default behaviour for browsers changed to fetch cookie value on state initialisation.
SSR remains untouched, but requires implicit setting of
initializeWithValue
option to false, to avoid hydration mismatch.
1.28.0 (2021-06-14)
1.27.0 (2021-06-11)
1.26.0 (2021-06-11)
1.25.1 (2021-06-02)
1.25.0 (2021-06-02)
1.24.1 (2021-06-02)
- make
useDebounceCallback
anduseRafCallback
return proper fns (#100) (906d6e4) - make
useDebounceCallback
anduseRafCallback
return proper fns (#100) (2495e53) - make
useDebounceCallback
anduseRafCallback
return proper fns (#100) (1dcb083)
1.24.0 (2021-05-26)
useTitle
->useDocumentTitle
(24daf77)
1.23.0 (2021-05-25)
1.22.0 (2021-05-25)
1.21.0 (2021-05-25)
1.20.4 (2021-05-24)
- add
module
field to package.json so bundlers use proper version (b0119ce)
1.20.3 (2021-05-24)
- mark package as side-effects free (74d6f1c)
1.20.2 (2021-05-24)
- proper 'types' and 'esnext' fields values (069ae24)
1.20.1 (2021-05-20)
1.20.0 (2021-05-18)
1.19.0 (2021-05-16)
1.18.0 (2021-05-06)
1.17.0 (2021-05-06)
- use stricter TS config and fix issues caused by this (6af7867)
1.16.0 (2021-05-06)
1.15.0 (2021-05-06)
1.14.0 (2021-05-03)
1.13.0 (2021-05-02)
- make stateful hooks use
useSafeState
(d181c7f)
1.12.0 (2021-05-01)
1.11.0 (2021-04-30)
1.10.0 (2021-04-28)
1.9.1 (2021-04-28)
1.9.0 (2021-04-28)
1.8.0 (2021-04-28)
1.7.5 (2021-04-28)
- rollback husky version and add it to dependabot ignore (099ea5b)
1.7.4 (2021-04-25)
- lint issues auto-fix with ESLint (9f9e53e)
1.7.3 (2021-04-24)
1.7.2 (2021-04-24)
- lint issues auto-fix with ESLint (11b9a07)
- replace husky v6 with husky v4 as v5+ ruins CI lint autofix (a50955a)
1.7.1 (2021-04-23)
- add ci yarn caching layer (5aa8ae1)
1.7.0 (2021-04-23)
- add
md
andmdx
files to lint-staged hook glob (d1d3d72) - add readme clarification about different lang level usages (0632992)
- exclude new distributed directories from eslint and tsconfig (058960e)
- package now has /cjs, /esm, /esnext distibuted versions (4911c9d)
1.7.0 (2021-04-23)
- package now has /cjs, /esm, /esnext distibuted versions (4911c9d)
1.6.2 (2021-04-22)
- add hook link to README.md (368f1d9)
1.7.0 (2021-04-22)
- add storybook docs with deploy to gh-pages (84de312)
1.6.1 (2021-04-21)
- useUnmountEffect and useMountEffect typings fix (32ec0c7)
1.6.0 (2021-04-21)
1.5.0 (2021-04-21)
- make tests import hooks from the index (3210650)
1.4.3 (2021-04-21)
- dist package returned to bundle (e92bd18)
1.4.2 (2021-04-18)
- add @semantic-release/github plugin (9f7e1b3)
1.4.1 (2021-04-16)
- add types field to package json and tweak build (8d64b9a)
1.4.0 (2021-04-16)
- add main file and reexport new hooks (e2ea1cb)
1.3.0 (2021-04-16)
- useUpdateEffect hook (bc3a655)
1.2.3 (2021-04-16)
- properly name useMountEffect and useUnmountEffect parameter (5218bfc)
1.2.2 (2021-04-15)
- attempt to make codecov push only occur on release publish (ac5c221)
1.2.1 (2021-04-15)
- codecov push should only occur on release publish (2a9e024)
1.2.0 (2021-04-15)
- add codecov coverage reporting (3254871)
1.1.0 (2021-04-15)
- implement useMountEffect and useUnmountEffect hooks (98ec434)
- add .npmignore and filler .gitignore files. (e12375f)
- add CI workflow and dependabot config. (7e365cf)
- add semantic release dep. (4e39fa3)
- configure basic builds. (34aafe4)
- improve ci config and set initial version to 0.0.1 (adf4dca)
- introduce useFirstMountState (bd7123b)