Skip to content

Tags: staguer/LayoutKit

Tags

10.0.1

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 (LinkedInAttic#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

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 (LinkedInAttic#238)

9.0.0

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 (LinkedInAttic#227)

8.0.3

Version bump to 8.0.3

8.0.2

Version bump to 8.0.2

8.0.1

Version bump

8.0.0

Version bump to 8 for ObjC API breaking changes

7.0.3

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 (LinkedInAttic#203)

7.0.2

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. (LinkedInA…

…ttic#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`.

7.0.1

Fixing the podspec for macOS to make `pod lib lint` pass.