Skip to content

1.1.0

Latest

Choose a tag to compare

@NewJenk NewJenk released this 23 Oct 22:53

[1.1.0] - 2025-10-23

Added

  • grid-system/column block:
    • Added Auto Width (col-auto) support, allowing columns to automatically size based on their content.
    • An "Auto" toggle button is now included next to the "Columns" RangeControl for all breakpoints.
    • This new setting is fully integrated with the Smart Inheritance and Reset button logic, allowing responsive "Auto" widths that cascade correctly.

Changed

  • Updated block.json for grid-system/column: all size attributes (e.g., allSize, smSize) are now type string instead of number to accommodate the "auto" value.
  • Added all col-auto responsive variants (e.g., col-sm-auto, col-md-auto) to the core grid.css file.