Releases: buzzfeed/solid
Auto Height and Unbolded Headers
- Added: Auto height layout class.
- Reset all header elements to normal font-weight by default.
Release 2.6.3 New Flex Classes
Added: Flexbox classes to accommodate for space-between and space-around styling on the main axis, including .xs-flex-justify-space-between, .xs-flex-justify-space-around, .xs-flex-align-space-between and .xs-flex-align-space-around. Thanks Jared for the contribution!
Release 2.6.2 SVG Hover Fix
- Reduces reach of SVG hover states to effect only SVGs appearing within explicitly styled links including .link-blue, .link-gray,.link-gray-lighter and .link-white
- Fixes previous release note bugs
Release 2.6.1 - Removed font reset from base
Removed font reset (font: inherit
) from Meyer's reset styles. It was messing up with the technique we use to lazy load our fonts, regularly triggering FOIT.
Release 2.6.0
Added: Teal and purple fill and SVG fill colors
Added: Purple text color
Added: Apple News and RSS social buttons
Added: Body copy is now .text-gray as default
The Colors
-Potential Breaking Change: Removed an override that replaced the :focus state for buttons. Buttons now use the browser outline for :focus.
-Fixed error in docs for the generate-breakpoint-prefixes mixin
-Updated color values based on the branding team's new color palette
I Believe I-con Fly
- Potential Breaking Change: Removed
!important
fromlist-unstyled
margin and padding. - Deprecated: Renamed
media-query
mixin tosolid-breakpoint
mixin and deprecated old name. - Added: SVG icon sizing classes and accessibility documentation
- Added: Error handling in
solid-breakpoint
mixin - Added: SMS button with icon
- Added: Declared all variables as
!default
to allow for easier theming. - Added: MIT license
- Updated social buttons to use brand SVG icons and improved accessibility.
Flexbox Alpha
Added: Flexbox classes. This is an alpha release, final implementation may change.
2.3.2 Support For Disabled Buttons
Added: Additional support for the disabled attribute on buttons
Added: Disabled opacity Sass variable
Pagination Class Fix
Corrected inconsistently written pagination button classes