Skip to content

v5.0.0

Compare
Choose a tag to compare
@maslianok maslianok released this 14 Jun 17:33
· 334 commits to master since this release

This version introduces a new logic to work with DOM elements.
From now on we recommend using HOC or Child Function Pattern (examples). It should cover all possible use cases.

Meanwhile, this version should be fully backward compatible with all other patterns existing in the previous versions.

This is a major update and it may affect the DOM structure. For example, in some rare cases the library may not add its own wrapper but use the elements from the child components.

Also, we added ability to pass targetRef to avoid findDOMNode method usage (more information in Readme)

Please report any issues you face up during this update.