Skip to content

Releases: 18F/identity-design-system

8.0.1

16 Oct 20:08
f3d9e0f
Compare
Choose a tag to compare

Bug Fixes

  • Fix an issue where accordion icons appear smaller when hovering the expander button. (#379)

8.0.0

02 Oct 17:54
777a65e
Compare
Choose a tag to compare

Breaking Changes

7.1.0

28 Aug 18:08
86fd7f6
Compare
Choose a tag to compare

New Features

  • Add custom styling for the Icon List component. (#368)
  • Add new Image Example component. (#369)

Improvements

  • Fix appearance of borders in segmented "Big" button groups. (#359)
  • Improve compilation time for default package by upwards of 50%. (#356)

Bug Fixes

  • Fix issue where the Process List "Big" variant would show with the connected line when not rendered in prose content. (#357)
  • Add meta charset to documentation layout to fix visual regressions tests (#361)

7.0.1

05 May 12:44
7343d59
Compare
Choose a tag to compare

Bug Fixes

  • Fix header navigation current link styling regression in 7.0.0 release. (#352)
  • Fix dark background sections to show heading text as white. (#352)
  • Fix issue causing search button widths to collapse when displayed in narrow containers. (#354)

Breaking Changes for Undocumented APIs

Note: While these are backwards-incompatible changes, the major version is not being changed because they impact features which were never part of a publicly-documented API.

  • Remove .usa-sidenav--sticky CSS class. (#352)

7.0.1-beta.1

02 May 20:02
fa9c7d4
Compare
Choose a tag to compare
7.0.1-beta.1 Pre-release
Pre-release

Bug Fixes

  • Fix header navigation current link styling regression in 7.0.0 release. (#352)
  • Fix dark background sections to show heading text as white. (#352)

Breaking Changes for Undocumented APIs

Note: While these are backwards-incompatible changes, the major version is not being changed because they impact features which were never part of a publicly-documented API.

  • Remove .usa-sidenav--sticky CSS class. (#352)

7.0.0

01 May 13:25
43e3b5d
Compare
Choose a tag to compare

Breaking Changes

  • NPM package renamed from identity-style-guide to @18f/identity-design-system. (#331)
  • Update USWDS from 2.13.3 to 3.4.1. (#321)
    • Polyfills have been removed, consistent with current Login.gov browser support
    • The following JavaScript named exports have been renamed or removed:
      • navigation is renamed to header
      • validator is renamed to validation
    • Refer to README.md for updated usage instructions, as well as the U.S. Web Design System migration guide.
  • Sass artifacts now require Dart Sass. The Ruby Sass and LibSass (C) compilers are no longer supported. (#298)
  • To improve performance of the default CSS bundle, responsive utility breakpoints other than tablet: have been disabled by default. Previously, mobile-lg: and desktop: utilities were also enabled. You can restore the original settings by overriding the $theme-utility-breakpoints Sass variable. (#298)
    • Component styling which previously responded to now-disabled breakpoints have been updated to standardize on the tablet breakpoint. This affects usa-button--wide, usa-search--big, and usa-intro CSS classes.
  • Image URLs in stylesheets are no longer processed by asset-path-if-exists. For Rails integrations, consider using the $theme-image-path Sass variable in combination with Sprockets resolve_assets_in_css_urls option. (#298)
  • The deprecated $image-path Sass variable setting has been removed. Use $theme-image-path instead. (#298)
  • The deprecated alerts/success-badge.svg image has been removed. Use alerts/success.svg instead. (#298)
  • The deprecated .usa-form-hint CSS class has been removed. Use .usa-hint instead. (#337)
  • Removed usa-alert__paragraph alert helper class. Use measure-3 measure utility instead. (#298)
  • The Spinner component has been removed (.lg-spinner). A new "Loading" component will be made available in a future release. (#347)
  • The all-white Login.gov logo login-gov-logo-rev.svg has been replaced with a new color-reversed version src/img/login-gov-logo-reverse.svg. (#351)

New Features

  • Add Tag component styles. (#346)

7.0.0-beta.1

20 Apr 17:00
490c4cc
Compare
Choose a tag to compare
7.0.0-beta.1 Pre-release
Pre-release

Breaking Changes

  • NPM package is renamed from identity-style-guide to @18f/identity-design-system. (#331)
  • Update USWDS from 2.13.3 to 3.4.1
    • Polyfills have been removed, consistent with current Login.gov browser support
    • The following JavaScript named exports have been renamed or removed:
      • navigation is renamed to header
      • validator is renamed to validation
  • Sass artifacts now require Dart Sass. The Ruby Sass and LibSass (C) compilers are no longer supported.
  • To improve performance of the default CSS bundle, responsive utility breakpoints other than tablet: have been disabled by default. Previously, mobile-lg: and desktop: utilities were also enabled. You can restore the original settings by overriding the $theme-utility-breakpoints Sass variable.
    • Component styling which previously responded to now-disabled breakpoints have been updated to standardize on the tablet breakpoint. This affects usa-button--wide, usa-search--big, and usa-intro CSS classes.
  • Image URLs in stylesheets are no longer processed by asset-path-if-exists. For Rails integrations, consider using the $theme-image-path Sass variable in combination with Sprockets resolve_assets_in_css_urls option.
  • The deprecated $image-path Sass variable setting has been removed. Use $theme-image-path instead.
  • The deprecated alerts/success-badge.svg image has been removed. Use alerts/success.svg instead.
  • The deprecated .usa-form-hint CSS class has been removed. Use .usa-hint instead.
  • Removed usa-alert__paragraph alert helper class. Use measure-3 measure utility instead.

6.7.0

09 Jan 14:06
6fc3b4d
Compare
Choose a tag to compare

Improvements

  • Add new "Big" variant of Dropdown component. (#328)

6.6.0

04 Jan 18:56
a6c4e3d
Compare
Choose a tag to compare

Improvements

  • Add new "Big" variants of Text Input and Textarea components. (#326)
  • Update Text Input styling to adhere to design specification. (#325)

6.5.0

06 Jun 15:30
e8bbce7
Compare
Choose a tag to compare

Improvements

  • Increase line-height for accordion heading content to improve readability. (#316)