0.26
- We've added
CKDebugAnalyticsListener
in order to provide information about components that can be converted toCKRenderComponent
and as a result will be reused during a state update, which makes state updates faster. - As part of this change, we need an access to the treeNode (
CKTreeNode
) from the component. This information is only available in DEBUG mode for now in order to save memory.