Skip to content

Releases: buzzfeed/solid

Bug Fix For Deprecated Text And Fill Color Classes

31 Mar 20:35
Compare
Choose a tag to compare

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

24 Mar 20:59
Compare
Choose a tag to compare
  • 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

17 Mar 20:59
Compare
Choose a tag to compare
  • 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

11 Mar 19:09
Compare
Choose a tag to compare
  • 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

23 Feb 18:33
Compare
Choose a tag to compare

X Gonna Give it To Ya: Close Button in Messaging DEPRECATED

18 Feb 21:56
Compare
Choose a tag to compare
  • DEPRECATED, use 1.4.6 instead
  • Added a close option to Messaging component.

Tags

08 Feb 22:25
Compare
Choose a tag to compare
  • Potential breaking change: Changed textarea to a block element, to avoid an undesired margin-bottom.
  • Tags are now a component.

Release 1.4.2

21 Jan 22:21
Compare
Choose a tag to compare
  • Added social link colors
  • Added support for tabular figures in OpenType

New vertical alignment classes and refactored button heights

14 Jan 21:41
Compare
Choose a tag to compare
  • 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!

22 Dec 18:47
Compare
Choose a tag to compare
  • Modals are now a component
  • Added back in social buttons
  • Added prefixed width-auto utility class
  • Added small textarea
  • Added z-index variables