Releases: buzzfeed/solid
Releases · buzzfeed/solid
Bug Fix For Deprecated Text And Fill Color Classes
Properly deprecated the double dashed text and fill colors that were supposed to be deprecated in Solid 1.5.1
What Goes 'Round Comes 'Round
- Added SASS Variables to docs.
- Added right and left rounded borders.
- Fixed a bug to make modal content scroll when taller than the viewport.
- Fixed a bug to unify outlined and non-outlined button heights.
- Updated Normalize to the latest version (4.0) and removed comments from the resulting compilation process. This reduces the final file size of Solid by about 5%.
No Double Dashes in Colors and Borders
- Potential Breaking Change: Reduced the h1 size to 1.75rem (28px). Previously h1 was 2.25rem (36px).
- Deprecated: All lighter versions of borders have changed from .xs-border--lighter to .xs-border-lighter. Double-dashed class names will be removed in 2.0.
- Deprecated: All fill, link and text color classes and variables now use single dash modifider format instead of the double dash format. Any classes that were previously using the double dash format will be removed in Solid 2.0.
- Added font-smoothing: antialiased to the .slab class
Refactor Buttons
- Potential Breaking Change: .button--primary is now .button
- Due to breaking buttons changes we now have a deprecated buttons partial you can load for the old styles. It is named solid-utilities/_buttons.deprecated.scss. It will be removed in Solid 2.0
- New white button.
- New transparent button.
- New button mixin can be used to make additional buttons.
- Fixed bug to extend input error state borders to textareas and small inputs.
- Table padding lessened to .75rem
X Gonna Give it To Ya: Close Button in Messaging STABLE
Stable version of 1.4.4
X Gonna Give it To Ya: Close Button in Messaging DEPRECATED
- DEPRECATED, use 1.4.6 instead
- Added a close option to Messaging component.
Tags
- Potential breaking change: Changed textarea to a block element, to avoid an undesired margin-bottom.
- Tags are now a component.
Release 1.4.2
- Added social link colors
- Added support for tabular figures in OpenType
New vertical alignment classes and refactored button heights
- Potential Breaking Change: Removed explicit height on buttons, inputs, selects, and button groups
- Potential Breaking Change: Unified line height on buttons, inputs, selects, and button groups
- Added vertical alignment utility classes
- Bug fix for secondary button with icon hover state
Modals are in and Social Buttons are Back!
- Modals are now a component
- Added back in social buttons
- Added prefixed width-auto utility class
- Added small textarea
- Added z-index variables