Skip to content

v.2.0.0

Choose a tag to compare

@maslianok maslianok released this 25 Feb 13:23
· 494 commits to master since this release

The approach to handle element resizes was rewritten from scratch.
Now it uses ResizeObserver with polyfill which allows you to use the native implementation in modern browsers!

Added new prop skipOnMount - (Bool) do not trigger onResize when a component mounts. Default: false.