Skip to content
This repository has been archived by the owner on Feb 17, 2021. It is now read-only.

Tags: LinkedInAttic/LayoutKit

Tags

10.1.0

Toggle 10.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bumping version to 10.1.0 (#248)

Adding support for nested view trees that are produced by different makeViews calls. (One example is a collection view that is created by calling makeViews on a Layout object and its cells that are also similarly populated from their own specific Layout objects.)

10.0.1

Toggle 10.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bumping version to 10.0.1 (#241)

Bugfix version fixes handling of flexibility on Overlay and Inset layouts.
OverlayLayout now has an optional flexibility parameter, and defaults to the flexibility of the first primary layout.
InsetLayout now has an optional flexibility parameter, and the corresponding builder’s flexibility parameter is now hooked up whereas it had no effect before.

10.0.0

Toggle 10.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bumping version to 10.0.0 (#238)

9.0.0

Toggle 9.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bumping version to 9.0.0 (#227)

8.0.3

Toggle 8.0.3's commit message
Version bump to 8.0.3

8.0.2

Toggle 8.0.2's commit message
Version bump to 8.0.2

8.0.1

Toggle 8.0.1's commit message
Version bump

8.0.0

Toggle 8.0.0's commit message
Version bump to 8 for ObjC API breaking changes

7.0.3

Toggle 7.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Version number bump 7.0.2 to 7.0.3 (#203)

7.0.2

Toggle 7.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Adding builders to the pod. Creating target for objc code. (#194)

Adding the builders to the LayoutKitObjC pod.
This required moving the objc enums to the header files, since objc builders cannot depend on Swift implementation.
Since the cross-language integration depends on header files that match the module name, creating a new LayoutKitObjC target for Xcode build to use to match the cocoa pods build.
Verified that build succeeds for Xcode and `pod lib lint`.