Releases: react-hookz/web
Releases · react-hookz/web
v13.0.0
13.0.0 (2022-02-25)
Features
useMediaQuery: add synchronous mql state fetch (0e0be56)- implement new hook -
useScreenOrientation(107cc21)
BREAKING CHANGES
useMediaQuery:useMediaQuerynow does synchronous fetch, this means
that in browser it will return final state on first render, while SSR
mode still returnundefined.
SSR users should set second parameter of this hook totrue, to
postpone state fetch until effects phase.
v12.3.0
v12.2.0
v12.1.2
v12.1.1
v12.1.0
v12.0.4
v12.0.3
v12.0.2
Manual release to trigger updating docs.
Full Changelog: v12.0.1...v12.0.2
v12.0.1
What's Changed
- docs: includes example import statements on all docs pages by @JoeDuncko in #361
- fix code example typo by @Rey-Wang in #383
- docs: fix
useDebouncedCallbackanduseThrottledCallbackdocs by @JoeDuncko in #385
Full Changelog: v12.0.0...v12.0.1