Releases: thomasthiebaud/react-use-size
Releases · thomasthiebaud/react-use-size
v2.0.3
2.0.3 (2021-08-08)
Bug Fixes
v2.0.2
2.0.2 (2021-06-08)
Bug Fixes
- update dependencies to fix vulnerabilities (a7e8a38)
v2.0.1
2.0.1 (2021-05-12)
Bug Fixes
- update dependencies to fix vulnerabilities (60fbd6a)
v2.0.0
2.0.0 (2021-04-29)
Bug Fixes
- add react ^17.0.0 as a peerDependency too (5d9d15d)
- trigger build with new credentials (038f74d)
- update CI to use node LTS (3d58cb2)
- update dependencies to fix vulnerabilities (59c9a20)
Features
- remove resize-observer-polyfill (647ef28)
BREAKING CHANGES
- we do not include a polyfill for ResizeObserver by default anymore.
v1.2.3
1.2.3 (2019-05-25)
Bug Fixes
- change return value of useEffect to fix critical issue (43046d8)
v1.2.2
1.2.2 (2019-05-21)
Bug Fixes
v1.2.1
1.2.1 (2019-05-18)
Bug Fixes
- correct error in useBreakpoints condition (5bfead1)
v1.2.0
1.2.0 (2019-05-17)
Bug Fixes
- remove unecessary functions (d17ad7c)
Features
- add useBreakpoint and useBreakpoints hooks (e9cadbe)
v1.1.1
1.1.1 (2019-05-08)
Bug Fixes
- change useWindowSize to use useLayoutEffect (31fad29)
- remove useless variable assignment (19a61ce)
v1.1.0
1.1.0 (2019-05-08)
Features
- add useComponentSize hook (3086e2b)