ComponentKit v0.26 Release Notes

Release Date: 2019-04-25 // almost 5 years ago
    • ⚡️ We've added CKDebugAnalyticsListener in order to provide information about components that can be converted to CKRenderComponent 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.