Skip to content

Releases: codyhouse/codyhouse-framework

Fixed minor issues with grid/offset/gap classes

17 Mar 12:55
Compare
Choose a tag to compare
Fixed issue with offset and grid with no gap

- Fixed an issue where the .offset utility classes don't work if the grid has no gap

New util classes

03 Mar 08:21
Compare
Choose a tag to compare

🆕 Added the following new utility classes:

  • .items-baseline (flexbox), including responsive modifiers (e.g., .items-baseline@md)
  • .cursor-pointer
  • .min-height-100%, .min-height-100vh
  • .min-width-100vw

🔬 Modified the z-index classes nomenclature:

  • from .zindex-1 to .z-index-1
    A fallback is included (non-breaking changes).

Fixed grid issue in IE11

25 Feb 13:45
Compare
Choose a tag to compare

We've pushed a minor fix for the grid gap in IE11.

Responsive gap helpers + color shades util classes

21 Feb 09:11
Compare
Choose a tag to compare

In version 2.5.0, we've introduced a new set of gap-{size} util classes. They replace the .grid-gap-{size} and flex-gap-{size} util classes. They're also available as responsive modifiers -> gap-{size}@{breakpoint}.

<div class="grid gap-xs gap-md@md"></div>

The .grid-gap-{size} and flex-gap-{size} util classes are still in the framework, therefore updating to v2.5.0 won't break your grids. However, we haven't added responsive helpers for .grid-gap and .flex-gap.

The color, border, and background util classes now include all the color variations (e.g., light, lighter, etc.).

<div class="bg-primary-lighter"></div>

Added margin, padding, font-size responsive modifiers

30 Jan 09:03
Compare
Choose a tag to compare
  • Modify margin at specific breakpoint -> margin-{side}-{size}@{breakpoint}
  • Modify padding at specific breakpoint -> padding-{side}-{size}@{breakpoint}
  • Modify font-size at specific breakpoint -> text-{size}@{breakpoint}

More info on the Util docs page:

Added new typography util classes

13 Jan 13:25
Compare
Choose a tag to compare

New util classes:

  • text-transform
  • letter-spacing
  • text-decoration
  • reponsive variations of flex-grow and flex-shrink

Added grid-gap patch

30 Dec 13:48
Compare
Choose a tag to compare
2.3.2

grid-gap patch

Added compatibility with auto-sized grid extension

30 Dec 13:14
Compare
Choose a tag to compare

grid offset + new util classes

30 Dec 11:00
Compare
Choose a tag to compare
  • Added grid offset utility classes
  • added top/bottom/left/right util classes
  • added .width-auto, .height-auto util classes

v2.2.4: Added .bg-cover and .bg-center utility classes

17 Dec 09:19
Compare
Choose a tag to compare
Co-Authored-By: Sebastiano Guerriero <sebastiano-guerriero@users.noreply.github.com>