Gamma 2
Cirrus 0.6.0 is a massive step forward towards our official release of version 1.0.0. This update is comprised of an SCSS rewrite, a documentation overhaul, and the addition of many helper classes in the utils
file. I've worked very hard on this update and I really hope you all enjoy it! Check out the new documentation here.
🎉 Features
- Complete rewrite of framework to use Scss.
- Overhauled documentation for better developer experience.
- Utility classes updates:
- Added margin/padding utility classes in
spacing.scss
. 79ab814 - Updated text element margins, increased spacing between
title
andsubtitle
. 4072d50 - Added our v2 color palette. 7ff010d
- More utility classes added for element
display
. edfaf7e - Links will now have
display: static
(which is the browser default). 089cd34 - Padding/margin classes will now have
!important
089cd34 btn-circle
now dynamically scales with content. ccefd9f- Improved styles for
fieldset
. 5678de0 - Added column classes with breakpoints, such as
col-xs-*
,col-sm-*
, andcol-lg-*
. 7d3381f - Face lifted
code
component.
🐛 Fixes
- More consistent theming for
:focus
selector oninput
. c53c8de - Added accessibility styles for
form-ext-*
classes with outline. c53c8de - Fixed issue for button group rounding being inconsistent at certain widths. 43e8499
- Made font sizes more normalized around
1rem
instead of being more varying in sizes across framework. 54a8618 - Fixed issue with header dropdown having incorrect positioning. fcf11e8
- Removed side padding for
row
. fcf11e8 - More predictable behavior with button being inline-flex. fcf11e8
- Better padding sizes for buttons. 9eb17f7
- Fixed incorrect padding for glyphs in forms. 9fa0c1c
- Better
tag
sizing. 2c823af - Mobile devices can now select CSS only dropdown menu. 54f17c3
- Fixed
form-groups
for buttons. ee175d0 - Many other minor class fixes.
💥 Breaking Changes
- Class changes:
- Deprecations:
- The former
<space>
element is now thespace
class to by compliant with HTML standards. 0b12d85 - Footer has now been revamped with these changes:
- Footer title changed from
h6
to.footer__title
.footer-list-title
changed to.footer__list-title
.list-item
changed to.footer__list-item
.footer-fixed
changed to.footer--fixed
- Footer title changed from
- All classes for
form-section
are deprecated. Use spacing utility classes instead.