Skip to content

Releases: facebook/yoga

v1.12.0-pre.3

22 Mar 19:14
Compare
Choose a tag to compare
v1.12.0-pre.3 Pre-release
Pre-release

Fix YogaKit sample project

v1.12.0-pre.2

22 Mar 17:36
Compare
Choose a tag to compare
v1.12.0-pre.2 Pre-release
Pre-release

Fixed YogaKit workspace

v1.13.0

04 Mar 15:54
Compare
Choose a tag to compare
update yoga version to 1.13.0

Summary: Bump yoga version to 1.13.0

Reviewed By: davidaurelio

Differential Revision: D14300306

fbshipit-source-id: 2865462731bcea7666ea14768dd6eb1a112944a9

v1.12.0-pre.1

04 Mar 10:04
Compare
Choose a tag to compare
v1.12.0-pre.1 Pre-release
Pre-release

Pre-release with exposed YGSetUsedCachedEntries. This will go away again!

v1.11.0

12 Feb 12:52
Compare
Choose a tag to compare
yoga bump version 1.11.0

Summary: Yoga release 1.11.0

Reviewed By: davidaurelio

Differential Revision: D14025465

fbshipit-source-id: e76c79898ed212ad8450f261822ed0d84a6ca14b

v1.10.0

05 Oct 20:37
Compare
Choose a tag to compare
Update version name with snapshot as a suffix

Summary: Adds snapshot as a suffix

Reviewed By: passy

Differential Revision: D10217480

fbshipit-source-id: 0208663b55ff2e403ff94adb98c374cdadefe2ba

1.9.0

12 Jul 16:06
Compare
Choose a tag to compare
1.9.0 Pre-release
Pre-release

Release for sonar

1.8.0: Set missing header_namespace

06 Mar 11:25
Compare
Choose a tag to compare
Summary: When we don't explicitly set header_namespace, we can get differing behavior between Android and iOS. Even when it is not explicitly necessary, we are going to try to enforce this properly.

Reviewed By: scottrice

Differential Revision: D7141155

fbshipit-source-id: 74d1488c3909f89ad9d6d0ee0de335b789dc2ccd

v1.6.0

13 Jul 18:59
Compare
Choose a tag to compare

This release contains a bunch of big fixes:

1.5.0

10 May 15:13
Compare
Choose a tag to compare

Big thanks to everyone who contributed to this release.

Bug fixes

  • Measure functions now get called even if no space is left over. This is done for web compatibility. f6b1718
  • Fix bug where items were stretching within parents when they should not. For example when a parent has alignItems:center. To use the legacy behaviour set useLegacyStretchBehaviour on a node's config object. 2035777
  • Allow flexible root containers in YogaKit. 849de89
  • Fix flex-wrap with max constraint. 3178e3b

API changes

  • YogaNodeAPI interface no longer exists. 1b3e971
  • in C# StyleAspectRatio has been renamed AspectRatio. 8891ea1
  • YGLogger has moved into YGConfig so it is no longer global. It also passes along a node in cases where it makes sense so you have the ability to show errors based on a node's context. 91230ae

Features

  • Pixel grid rounding is no longer experimental. We have been using it for a while and this release contains several improvements. Report bugs if you find them. aa5b296 3db38f2 40e1bf6
  • Support for percentage values in YogaKit! 7b89a1d