Releases: klimashkin/react-size-watcher
Releases · klimashkin/react-size-watcher
3.0.0
2.1.2
- Include React 17+ in peer dependecies
2.1.1
2.1.0
- Take offsetWidth/Height instead of getBoundingClientRect to ignore
transform: scale
2.0.2
- Add es2018/19 exports to the package.json
2.0.1
Republish the right build
2.0.0
- Refactor with React Hooks
- Remove showOnInit option, since breakpoin after first render is set synchronously in useEffect before ResizeObserver starts observing
- Update dependencies
1.0.0
First release