Skip to content

Releases: facebook/componentkit

Xcode 12.5

Choose a tag to compare

@cuva cuva released this 04 Jun 13:14

Fixed compilation errors for Xcode 12.5

Bump OSS version to 0.30

Choose a tag to compare

@Andrey-Mishanin Andrey-Mishanin released this 26 Feb 11:37
  • Added uniqueIdentifier on CKComponent.

  • Added uniqueIdentifier to inspectable views.

0.29

Choose a tag to compare

@kevin-lyn kevin-lyn released this 24 Jul 10:37
  • Enable render tree build on DEBUG by default

0.28

Choose a tag to compare

@kevin-lyn kevin-lyn released this 23 Jul 13:00
  • Deleted CKMemoizingComponent: use CKRenderComponent instead if you need memoization.

0.27

Choose a tag to compare

@kfirapps kfirapps released this 26 Apr 11:42
  • Remove Yoga-internal.h from CKFlexboxComponent
  • Add CKAnalyticsListenerHelpers

0.26

Choose a tag to compare

@kfirapps kfirapps released this 25 Apr 09:26
  • 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

Choose a tag to compare

@alickbass alickbass released this 29 Mar 15:59
0.25

0.24

Choose a tag to compare

@alickbass alickbass released this 19 Sep 14:42
Rename isEqualToComponent: to shouldComponentUpdate: to align it with…

0.23

Choose a tag to compare

@alickbass alickbass released this 26 Jun 17:41
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

Choose a tag to compare

@alickbass alickbass released this 17 May 16:02
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