tag:github.com,2008:https://github.com/SCKelemen/layout/releases Tags from layout 2025-12-14T15:44:32Z tag:github.com,2008:Repository/1114071042/v1.1.0 2025-12-14T15:44:32Z Release v1.1.0: CSS Length Type System <p>Release v1.1.0: CSS Length Type System</p> <p>Major feature release introducing CSS length type system with support for multiple units (px, em, rem, %, etc.). This is a breaking change that migrates from float64 pixel values to a proper Length type.</p> <p>Key features: <br />- New Length type with unit constructors (Px, Em, Rem, Percent, etc.) <br />- LayoutContext for proper length resolution <br />- All Style properties now use Length type <br />- Enhanced WPT test integration <br />- Comprehensive fluent API</p> <p>Breaking changes: <br />- All Style properties require Px() constructor <br />- Layout functions now require LayoutContext parameter <br />- Access .Value when comparing or doing arithmetic with Length types</p> <p>See release_v1.1.0.md for full details and migration guide.</p> SCKelemen tag:github.com,2008:Repository/1114071042/v1.0.0 2025-12-11T12:57:30Z v1.0.0 SCKelemen