Skip to content
This repository was archived by the owner on Jan 31, 2018. It is now read-only.

Releases: cfpb/cf-core

Updating web type spacing and leading

18 Nov 23:07

Choose a tag to compare

Note: We are no longer optically adjusting margins/padding to match design mockups pixel perfectly

Changed

  • Updated text leading (line-height) to match recommendation from CFPB Design Manual issue #349
  • Updated text top and bottom margins to match recommendation from CFPB Design Manual issue #269
  • Renamed subheader to lead-paragraph

Fixed

  • Fixed subheading font-weight

Changes Display (superheading) to regular weight

13 Nov 20:53

Choose a tag to compare

1.3.1

Add .superheader back in with deprecation notice

Updates to 18F colors

28 Oct 21:14

Choose a tag to compare

Updates default colors to use colors from the 18F Web Design Standards.

Updated to use t-shirt sized breakpoint variables

13 Oct 21:01

Choose a tag to compare

  • Updated to use t-shirt sized variables to break away from device centric development
  • Prepared old device centric variable for deprecation

Changing color for default links to make visited links 508 compliant

08 Oct 20:47

Choose a tag to compare

1.1.3

Changing color for default links to make visited links 508 compliant

Changes to table styles to override browser defaults

06 Oct 21:18

Choose a tag to compare

This change adds styles to the TH element to explicitly override browser defaults.

Bugfix for exposed @font-size var

05 Oct 21:43

Choose a tag to compare

  • Re-exposed the @font-size var for dependent code
    • change to @font-size var stopped exposing var outside the mixin
    • there is dependent code relying on the exposed @font-size variable to simplify em based values at mobile friendly breakpoints

Long-form Heading Mixins

05 Oct 17:18

Choose a tag to compare

Added long-form heading mixins for defining the styles vs short-form for using them

  • Makes it possible to extend the headings for single-use custom sizes
  • Fixes an issue with breakpoint recursion in the short-form headings

Changes to table styles

24 Sep 21:22

Choose a tag to compare

This release prepares cf-core for the arrival of cf-tables, which will contain the majority of our table styles

Bugfix for font-weight mixins that were using the reverse variables.

30 Jul 16:55

Choose a tag to compare

Swapped the font variables to match their mixins