Skip to content

Releases: facebook/componentkit

Xcode 12.5

04 Jun 13:14
Compare
Choose a tag to compare

Fixed compilation errors for Xcode 12.5

Bump OSS version to 0.30

26 Feb 11:37
Compare
Choose a tag to compare
  • Added uniqueIdentifier on CKComponent.

  • Added uniqueIdentifier to inspectable views.

0.29

24 Jul 10:37
Compare
Choose a tag to compare
  • Enable render tree build on DEBUG by default

0.28

23 Jul 13:00
Compare
Choose a tag to compare
  • Deleted CKMemoizingComponent: use CKRenderComponent instead if you need memoization.

0.27

26 Apr 11:42
Compare
Choose a tag to compare
  • Remove Yoga-internal.h from CKFlexboxComponent
  • Add CKAnalyticsListenerHelpers

0.26

25 Apr 09:26
Compare
Choose a tag to compare
  • 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.

OSS release

29 Mar 15:59
Compare
Choose a tag to compare

0.24

19 Sep 14:42
Compare
Choose a tag to compare
Rename isEqualToComponent: to shouldComponentUpdate: to align it with…

… React

Summary: Align our Reuse components API with React to make it clearer.

Reviewed By: fabiomassimo

Differential Revision: D9920055

fbshipit-source-id: 91bcdb973c59aeb09bede968752255db71fd098e

0.23

26 Jun 17:41
Compare
Choose a tag to compare
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

17 May 16:02
Compare
Choose a tag to compare
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