Skip to main content

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 with gridItemsPositioning below.
    • gridItemsPositioning: controls whether children automatically flow into the next available cell in row-major order, similar to CSS grid-auto-flow: row.
    • reorderRows and reorderColumns: 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 scalar noiseSize continues to work and now mirrors noiseSizeVector.x.
  • The SectionNode now expose strokes and cornerRadius, allowing plugins to modify those values on Sections.