Skip to content

Releases: cfpb/design-system

Release 3.6.2

18 Dec 18:52
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.6.1...v3.6.2

Release 3.6.1

04 Dec 23:24
v3.6.1
e346501
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

3.6.1 - December 4, 2024

PRs in this release

  • PR #2133: Add ESLint typescript resolver to fix exports issue - Chris Contolini

General

  • Return Tooltip instance to match JSDoc description - (290b87e) - Chris Contolini

Release 3.6.0

03 Dec 21:07
v3.6.0
ad2f631
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

3.6.0 - December 3, 2024

PRs in this release

  • PR #2054: Add new tooltip component to DS - Chris Contolini

General

  • Add new tooltip component to DS

We have two cf.gov apps that use tooltips but limited documentation
on best practices or how to use them in new projects. This PR adds
one implementation to the DS. It requires a third party library called
Tippy.js. - (b718f49) - Chris Contolini

  • Rebuild dist bundles - (e7d8d57) - Chris Contolini
  • Add exports config to DS package

The exports field allows multiple entrypoints to be defined instead of
just a single main entrypoint. This allows the bundled code to be selectively
imported by developers. For our purposes, we can package the majority of our DS
code into a single file but keep the tooltip code separate. Tooltips are used
on very few pages and they rely on a third party library that we don't want users
to unnecessarily download on every page of cf.gov.

See https://nodejs.org/api/packages.html#package-entry-points - (005bce9) - Chris Contolini

  • Hide tooltip trigger elements if JS is disabled - (eb584f8) - Chris Contolini
  • Change cursor to pointer on tooltip trigger hover - (979f268) - CFPBot
  • Rebuild assets, move new packages to yarn cache dir - (e0e9531) - Chris Contolini
  • Remove erroneous auto-changelog dependency and config - (980d9eb) - Chris Contolini

Release 3.5.0

26 Nov 22:28
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

3.5.0 - November 26, 2024

PRs in this release

  • PR #2127: Update hero text margin to auto 0 - Ans
  • PR #2128: Remove o-featured-content-module--left - Ans

General

  • Update hero text margin to auto 0 - (a731483) - Ans
  • Remove o-featured-content-module--left - (c12548f) - Ans

Release 3.4.14

21 Nov 22:49
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

3.4.14 - November 21, 2024

PRs in this release

  • PR #2122: Add non-clickable filter tag - Ans

General

  • Add non-clickable filter tag - (b0b50c1) - Ans

Release 3.4.13

21 Nov 22:31
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

3.4.13 - November 21, 2024

PRs in this release

  • PR #2123: Adjust date picker min-height/min-width to prevent size difference between empty and filled date picker - Ans

General

  • Adjust date picker min-height to prevent size difference between empty and filled date picker - (1bb457a) - Ans
  • Date picker: Adjust min-width to be a nice round number - (5d41c85) - Ans
  • Remove top/bottom padding - (30f215c) - Ans
  • Date picker: Reduce height by 1px - (ef7a039) - Ans
  • Regenerate assets - (56ca4fd) - Ans

Release 3.4.12

21 Nov 20:45
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

3.4.12 - November 21, 2024

PRs in this release

  • PR #2117: Add overflow-wrap: break-word to a-link__text - Ans
  • PR #2121: Tweak and consolidate date picker - Ans

General

  • Add overflow-wrap: break-word to a-link__text - (362af9b) - Ans
  • Rebuild assets - (696aa1d) - Ans
  • Tweak and consolidate date picker - (b950e9d) - Ans
  • Update date-picker.md - (62cc483) - Ans
  • More tweaks to wrangle aligning iOS with everyone else - (c41101f) - Ans

Release 3.4.11

19 Nov 19:56
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

3.4.11 - November 19, 2024

PRs in this release

  • PR #2118: Add u-w65pct and u-w15pct utilities - Ans
  • PR #2116: Adds date input example and adjusts baseline appearance - Ans

General

  • Add u-w65pct and u-w15pct utilities - (ea2e45b) - Ans
  • Shrink demo width utility text size to fit on one line each - (5b80eaa) - Ans
  • Rebuild assets - (533f0c6) - Ans
  • Adds date input example and adjusts baseline appearance - (0cd1019) - Ans
  • Rebuild assets - (869583a) - Ans

Release 3.4.10

19 Nov 16:22
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

3.4.10 - November 19, 2024

PRs in this release

  • PR #2120: Add filter tag anchor markup example - Ans

General

  • Add filter tag link example - (195cf5c) - Ans

Release 3.4.9

13 Nov 22:56
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

3.4.9 - November 13, 2024

PRs in this release

  • PR #2112: Pagination: move z-index to buttons - Ans

General

  • Move z-index to buttons - (48e4c68) - Ans