Skip to content

Releases: Ticketfly-UI/ticketfly-css-grid-objects

0.1.1

10 Feb 01:21

Choose a tag to compare

  • [PATCH]: Fix files array in package.json so it includes build/.

0.1.0

10 Feb 01:05

Choose a tag to compare

  • [ENHANCEMENT]: Point package main and style fields to build/ dir (#2).
  • Bump version past 0.0.x to begin recommending usage.

0.0.2

09 Jan 02:16

Choose a tag to compare

  • ENHANCEMENT: Added o-grid modifier helper for flex-wrap: nowrap (#1)
  • ENHANCEMENT: Added o-grid modifier helper for each child cell filling
    the container's full width. (#1)

0.0.1

08 Jan 22:40

Choose a tag to compare

  • Initial project setup and implementation of grid system.
    • Current selector semantics of o-grid and o-grid-cell
      • .o-grid is the containing flex element. This can be conceptualized
        as a row.
      • .o-grid-cell is the child of an .o-grid. This can be conceptualized
        as a column.
    • The idea behind not explicitly using row and column in the semantics is
      more conducive to the notion that grids and their cells can be infinitely
      nested and composed together. I'm still not strongly committed to either idea, yet, though.