Logo
Explore Help
Sign In
DaddyFrosty/yoga
1
0
Fork 0
You've already forked yoga
Code Issues 96 Pull Requests 31 Actions Packages Projects Releases 33 Wiki Activity

33 Releases 59 Tags

RSS Feed
  • 1.8.0 a874992e7c
    Compare

    Stable

    priteshrnandgaonkar released this 2018-03-02 17:05:25 -08:00 | 1212 commits to main since this release

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • 1.6.0 79e294c927
    Compare

    v1.6.0 Stable

    emilsjolander released this 2017-07-13 09:41:42 -07:00 | 1442 commits to main since this release

    This release contains a bunch of big fixes:

    • Rounding fixes 24e2fc95dd 5d75c7c4c8 b378a685a4
    • Flex fixes ca2c607f90 f2612192c5 85c2e406e4
    • Absolute layout fixes 56b10fc35b 629e401deb
    • Overflow fixes 488a7c1fe0 7640cd667f
    • Measure fixes cd1dbc3f0f b2b0c7ee37
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • 1.5.0 2c91e1e7d2
    Compare

    1.5.0 Stable

    emilsjolander released this 2017-05-10 04:26:22 -07:00 | 1491 commits to main since this release

    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. f6b17183c5
    • 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. 203577724e
    • Allow flexible root containers in YogaKit. 849de89a58
    • Fix flex-wrap with max constraint. 3178e3bf15

    API changes

    • YogaNodeAPI interface no longer exists. 1b3e971549
    • in C# StyleAspectRatio has been renamed AspectRatio. 8891ea1a7a
    • 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. 91230ae177

    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. aa5b296ac7 3db38f2a80 40e1bf6ce3
    • Support for percentage values in YogaKit! 7b89a1dd48
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • 1.4.0 25f14a1917
    Compare

    1.4.0 Stable

    emilsjolander released this 2017-04-12 02:15:47 -07:00 | 1555 commits to main since this release

    Big thanks to @woehrl01 for all the fixes and performance improvements in this release.

    Bug fixes

    • Take margin into account on max dimension 09f0c2d8ce
    • Fix align-content: center, flex-end alignment with margin b94466e502
    • Invalidate layout when node is removed from tree 249d010dad
    • Set hasNewLayout on display changes. ebdf82f491
    • Fix position on root node with RTL direction e9927377b5
    • Fix min constraint incorrectly reducing available space 25f14a1917

    Performance improvements

    • Reduce the number of expensive JNI calls. 5884ab7b76 5112564f08

    API changes

    • Move point scale factor to reside on the config instead of being a global flag. 406c8a2117

    Features

    • Allow YogaLayout on android to be created outside of xml. f66f52d1ba
    • Optimize log print by using html format 586b57009a
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • 1.3.0 17be6718ee
    Compare

    1.3.0 Stable

    emilsjolander released this 2017-03-07 05:35:43 -08:00 | 1603 commits to main since this release

    Bug fixes

    • Fix bug with display: none not invalidating children properly a706f4c97c
    • Handle margin-start and margin-end with 'auto' value 8668e43f6d
    • Fix percentages in flexing parents 17e3dca9f9

    Behavior changes

    • Pass parent size instead of root size as parameters to YGNodeCalculateLayout. 1cd7363bea
    • Flex getters now return the value which was set on them / the default value instead of a computed value. 3346f9511a

    Features

    • Add ability to configure Yoga to use web defaults 62f47190fb
    • Add a configuration option to nodes for things like experiments and various other things which were previously global configs. 37c48257ae
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • 1.2.0 4f5c7ed6af
    Compare

    1.2.0 Stable

    emilsjolander released this 2017-02-23 08:31:05 -08:00 | 1635 commits to main since this release

    Bug fixes:

    • 240c2dd657
    • adf8691093
    • 063f65d065
    • ea8b7e0c91
    • 6b39165801
    • 4f5c7ed6af

    Behavior changes:

    • Return Undefined for edges without set values and not their computed value. This allows users to correctly check if a value is set / has changed. 168ae4099d

    API changes:

    • 9d2839f8ca Changes YGPixel to be named YGPoint. This is a small change which should not effect most users of the library. Reason for this change is that we will want to start performing more operations on 'points' which don't map to physical pixels.

    Features:

    • Add support for space-between and space-around on align-content
      6a7ad2125d
    • Add support for auto margins 1146013e9e
    • Add support for wrap-reverse 20536923d6
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v2017.02.07.00 b5c2b09780
    Compare

    1.1.0 Stable

    emilsjolander released this 2017-02-07 05:18:19 -08:00 | 1699 commits to main since this release

    • Handle minWidth == maxWidth as width. improves perf by not calling measure function. (46817a38c3)
    • Added property display: flex and none (e567502750)
    • Return raw style from style setters (93e327f4a5)
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v2017.01.27.00 4f37cde043
    Compare

    1.0.1 Stable

    emilsjolander released this 2017-01-27 14:24:40 -08:00 | 1729 commits to main since this release

    Small release to facilitate changes in folder structure needed for cocoapods

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v2017.01.23.00 8d74e01f41
    Compare

    1.0.0 Stable

    emilsjolander released this 2017-01-23 00:00:34 -08:00 | 1744 commits to main since this release

    This is the first official release since the Yoga rename so calling it 1.0.0 as we start with semantic versioning. Future versions will be released on an as needed basis, mostly to release new code to those consuming yoga via package managers.

    If you need a new release to be cut please file a task.

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v1.1.1 79d7291906
    Compare

    Patched v1.1.0 Stable

    ColinEberhardt released this 2015-11-12 06:32:34 -08:00 | 2172 commits to main since this release

    The npm release was faulty, this is v1.1.0, but fixed!

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
First Previous 1 2 3 4 Next Last
Powered by Gitea Version: 1.24.3 Page: 291ms Template: 8ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API