Skip to content

Gamma 3

Compare
Choose a tag to compare
@Spiderpig86 Spiderpig86 released this 17 Jan 05:14
· 442 commits to master since this release

Cirrus 0.6.1 is a minor update that addresses a few issues that were found in 0.6.0. It also corrects the column behaviors for xs, sm, etc. viewports to be more aligned with what is expected.

πŸŽ‰ Features

  • Added rounded tag groups, added primary color to control themes, updated BEM notation for tag. #49

  • tile now inherits overflow rules. 4a4f276.

  • Using multiple column breakpoint classes will now respond accordingly. For example with the code example below, the div will span 8 columns for large screens and above but will span 4 columns for all screen sizes up to large. This is more in line with the behavior seen in most major frameworks. e6a0fd2

    <div class="col-xs-4 col-lg-8"></div>
  • Added BEM compliant class names for card. The old class names will still be supported but will be deprecated in a future release. #51

πŸ› Fixes

  • Removed extra space between label and input-control when the input contains an icon. #47
  • Fixed tile not overflowing correctly in smaller screens. ad43bc2.
  • Fixed inconsistent card UI when certain heights caused by overflowing text content. 8859388

πŸ’₯ Breaking Changes

  • Shifted column sizes down one step: new xs that begins at 0px, old xs -> new sm, old sm -> new md, old md -> new lg, old lg -> new xl. This is to have better consistency with the majority of viewports we see today. d2784b7