Releases: facebook/componentkit
Releases · facebook/componentkit
Xcode 12.5
Bump OSS version to 0.30
-
Added
uniqueIdentifier
onCKComponent
. -
Added
uniqueIdentifier
to inspectable views.
0.29
0.28
0.27
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.
OSS release
0.25
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