Version 1, Update 126
New features:
- Grid layouts now support automatic row creation, automatic item positioning, and track reordering:
gridAutoTracks: controls whether empty rows are removed automatically. Perfect for pairing withgridItemsPositioningbelow.gridItemsPositioning: controls whether children automatically flow into the next available cell in row-major order, similar to CSSgrid-auto-flow: row.reorderRowsandreorderColumns: move one or more rows or columns to a new position in the grid, returning the full set of track movements.
- The NoiseEffect and TextureEffect types now expose
noiseSizeVector, allowing the noise size to be set independently along the x and y axes. The existing scalarnoiseSizecontinues to work and now mirrorsnoiseSizeVector.x. - The SectionNode now expose
strokesandcornerRadius, allowing plugins to modify those values on Sections.