Skip to content

Releases: suitcss/components-grid

4.0.0

Choose a tag to compare

@simonsmith simonsmith released this 25 Jan 12:50
  • Rename Grid-fit to Grid-fill and repurpose to match sizing utility behavior #51

3.0.3

Choose a tag to compare

@simonsmith simonsmith released this 05 May 16:38
3.0.3
6fcabc7
  • Fix issue with overflowing elements #44
  • Fix issue with offsets and no explicit cell width #43

3.0.2

Choose a tag to compare

@simonsmith simonsmith released this 05 May 16:38
  • Update stylelint-config-suitcss to 4.0.0
  • Update preprocessor to 1.0.0
  • Fix maxlen warning on comments
  • Remove unused stylelint package as this is included with the suitcss-preprocessor.

3.0.1

Choose a tag to compare

@simonsmith simonsmith released this 02 Dec 14:48
  • Upgrade to ^0.8.0 suitcss-preprocessor
  • Ensure Grid conforms to SUIT CSS stylelint rules
  • Add license field to package.json

3.0.0

Choose a tag to compare

@simonsmith simonsmith released this 01 Nov 23:09
  • Switch to flexbox for layout
  • Add Grid--fit and Grid--equalHeight modifiers
  • Use PostCSS instead of suitcss-preprocessor

The existing API remains unchanged so this should drop right into any existing project with no HTML class changes.

Note If you still require IE9 support then stay with the 2.0.2 release as flexbox is not supported in that version. Consult the caniuse page for more information