Releases: abvadabra/layout-java
Releases · abvadabra/layout-java
1.3.1
- Flags
LayoutFlags.LAY_HGROW/LAY_VGROW
have been implemented. When these flags are enabled, the size of the item for the axis specified by 'laySetSize' will be considered the minimum size necessary, and the item may grow if the content requires so.
- Added
layGetFlags
which allows to retrieve item's flags
- Fixed invalid growth behaviour when grow factor is set to 0.
1.2.0
- Implemented ability to set grow factor for items using
laySetGrow
/LayoutContext#setGrow(item, factor)
. When combined with HFILL
/VFILL
/FILL
behaviour grow factor defines weight of an item when parent distributes free space between children.
1.1.0
- Changed package from 'org.layout' to 'io.github.layout'
- JetBrains Annotations now declared as compile only dependency, which avoids transitive inclusion in users' modules
1.0.0
Complete layout port as of September 10, 2022