Skip to content

v.2.1.0

Compare
Choose a tag to compare
@maslianok maslianok released this 27 Feb 21:12
· 456 commits to master since this release

Add resizableElementId prop: (string) Id of the element we want to observe. If no one provided, parentElement of the component will be used.

In some situations, complex layouts, the resizer cannot be set as child of the desired element to be watched for resize. This new property allow coder to hard-code a element id instead of use the immediate parentElement of the component.

Thanks @MoleDJ