Releases: facebook/componentkit
Releases · facebook/componentkit
Release list
Xcode 12.5
Bump OSS version to 0.30
-
Added
uniqueIdentifieronCKComponent. -
Added
uniqueIdentifierto inspectable views.
0.29
0.28
0.27
0.26
- We've added
CKDebugAnalyticsListenerin order to provide information about components that can be converted toCKRenderComponentand 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.
OSS release
0.24
0.23
Fixing podspec by removing dependency on patch version (#914) Summary: - ComponentKit will no longer have a dependency on the Yoga's patch version. We are going from 1.6.0 to 1.6. - Bumped version of ComponentKit to 0.22.1. Let me know if that is OK. We should be looking to pushing this new podspec to cocoapods master repo This PR solves [#913](https://github.com/facebook/componentkit/issues/913) Closes https://github.com/facebook/componentkit/pull/914 Differential Revision: D8640301 Pulled By: alickbass fbshipit-source-id: c7853edc0180fcaa70b3444cb07a14f213528e77
0.22
Add objc runtime for compiling componentkit in open source Summary: `CKCellDeallocUnmounter.mm` was not compiling in OSS, so had to import runtime.h file. It needs this header file for `objc_getAssociatedObject ` and `objc_setAssociatedObject` Reviewed By: Andrey-Mishanin Differential Revision: D8041370 fbshipit-source-id: 21498510af4a24b9653c812cf59c826848624b9e