# Changelog

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

## [5.3.2](https://github.com/cfpb/design-system/compare/v5.3.1..v5.3.2) - April 17, 2026

### PRs in this release

- PR #[2632](https://github.com/cfpb/design-system/pull/2632): Make cfpb-icons always presentational - Ans
- PR #[2633](https://github.com/cfpb/design-system/pull/2633): Migrate cfpb-checkbox-icon to use cfpb-icon - Ans
- PR #[2636](https://github.com/cfpb/design-system/pull/2636): Migrate cfpb-icon-text and cfpb-button to use cfpb-icon - Ans
- PR #[2638](https://github.com/cfpb/design-system/pull/2638): Fix outdated stylesheet name - Ans

### General

- Make cfpb-icons always presentational - ([daa75e0](https://github.com/cfpb/design-system/commit/daa75e0a4546827b002e73a8f46197b430ff9925)) - Ans
- Migrate cfpb-checkbox-icon to use cfpb-icon - ([750f1b4](https://github.com/cfpb/design-system/commit/750f1b4cee104c19596490ef3dfdc1786659acb8)) - Ans
- Adjust checkmark styles - ([8c5c290](https://github.com/cfpb/design-system/commit/8c5c290c4f54732d7a442fc496d9d1fca556a490)) - Ans
- Update to abstracts/vars.json and generated .css

Generated css styles got reshuffled due to name sorting - ([b2acf09](https://github.com/cfpb/design-system/commit/b2acf09b5043e93f7150fd687238830e74cd5bfd)) - itsmedavep
- Migrate cfpb-icon-text to use cfpb-icon - ([9ae2ee6](https://github.com/cfpb/design-system/commit/9ae2ee6e231c34d0c0c27b50f12c99067ae20c60)) - Ans
- Migrate cfpb-pagination to use cfpb-button icon update - ([063f377](https://github.com/cfpb/design-system/commit/063f3772a1a105f3148fa852bdf76e0886bcbd73)) - Ans
- Fix outdated stylesheet name - ([c165201](https://github.com/cfpb/design-system/commit/c165201f1da69b39c870da7801f6abf25ffa25f1)) - Ans

## [5.3.1](https://github.com/cfpb/design-system/compare/v5.3.0..vv5.3.1) - April 15, 2026

### PRs in this release

- PR #[2628](https://github.com/cfpb/design-system/pull/2628): Move all init code to a shared `defineComponent` method - Ans
- PR #[2629](https://github.com/cfpb/design-system/pull/2629): Update postcss to 8.5.10 | Correct element jsdoc comments - Ans

### General

- Move all init code to a shared `defineComponent` method - ([af29a2d](https://github.com/cfpb/design-system/commit/af29a2d59d22bd64e7fc7cf8039dab9bd84ecdc5)) - Ans
- Lint files - ([2b7c2fa](https://github.com/cfpb/design-system/commit/2b7c2faa577fc7da7c5eba12e15a206086ff5bc1)) - Ans
- Correct element jsdoc comments - ([8deb929](https://github.com/cfpb/design-system/commit/8deb929c74b219aee290bb6824a4f359b3cbc61a)) - Ans

## [5.3.0](https://github.com/cfpb/design-system/compare/v5.2.0..vv5.3.0) - April 15, 2026

### PRs in this release

- PR #[2581](https://github.com/cfpb/design-system/pull/2581): Remove unneeded SASS imports from `cfpb-list.component.scss` - Ans
- PR #[2422](https://github.com/cfpb/design-system/pull/2422): Add global wc-fallback script and styles - Ans
- PR #[2588](https://github.com/cfpb/design-system/pull/2588): Add WC fallback documentation - Ans
- PR #[2604](https://github.com/cfpb/design-system/pull/2604): Remove legacy tagline and move tagline under web component heading - Ans
- PR #[2611](https://github.com/cfpb/design-system/pull/2611): Add loading skeleton architecture - Ans
- PR #[2616](https://github.com/cfpb/design-system/pull/2616): Re-add legacy taglines - Ans
- PR #[2618](https://github.com/cfpb/design-system/pull/2618): Change `cfpb-list` to `cfpb-listbox` - Ans
- PR #[2595](https://github.com/cfpb/design-system/pull/2595): Centralize px ⮕ rem calculation in a function - Ans
- PR #[2574](https://github.com/cfpb/design-system/pull/2574): Consolidate elements JS imports - Ans
- PR #[2619](https://github.com/cfpb/design-system/pull/2619): Move component styles to generic file naming - Ans
- PR #[2621](https://github.com/cfpb/design-system/pull/2621): Fix missed cfpb-listbox change - Ans
- PR #[2626](https://github.com/cfpb/design-system/pull/2626): Bump autoprefixer, eslint-plugin-cypress, globals, prettier, release-it, stylelint - Ans
- PR #[2623](https://github.com/cfpb/design-system/pull/2623): Add `cfpb-icon` - Ans

### General

- Build dist assets for commit e468d916310bc7783a8eba86f7ce3cf607844359 [skip ci] - ([946a775](https://github.com/cfpb/design-system/commit/946a775c9bc79968fee20ec66bd2233cc6ad5725)) - CFPBot
- Remove unneeded imports - ([e6ee8e5](https://github.com/cfpb/design-system/commit/e6ee8e57e2a13cfa00a407c93e925a4488ae2c19)) - Ans
- Build dist assets for commit 6e2951311faa8d1048bef4d54fb18d2cb2e82e7f [skip ci] - ([b0707ca](https://github.com/cfpb/design-system/commit/b0707cab03d217f953a4be623e0ec9177ce640c9)) - CFPBot
- Stabilize emitted token name ordering (#2583)

* changes to token transformation so token names appear in a stable ordering

Update to style dictionary config so that the generated css custom props names have a stable ordering (alpha sorted)

Update to yarn tokens so that it runs prettier and stylelint after generating the css

* Update package.json

fixing typo stylelin -> stylelint

* regenerated tokens with yarn tokens

* update to funnel all linting through common path

This simplifies things to use scripts/lint.sh directly.

It will lint all files but allows for changes to the buildpath in style dictionary config. - ([46ddc26](https://github.com/cfpb/design-system/commit/46ddc26cb896c81525929f020a59033f027647c1)) - itsmedavep
- Add global wc-fallback script and styles - ([4536d2f](https://github.com/cfpb/design-system/commit/4536d2fea56dd3123566ac5bf82060b24c0155dd)) - Ans
- Add WC fallback documentation - ([9b434e5](https://github.com/cfpb/design-system/commit/9b434e5186d79d12b021e1fe73a4235802ca22dd)) - Ans
- Font stack improvements (#2550)

* update font-stack so that we don't redefine it thus removing the need for doing important

* change from cfpb-font to font-stack-branded

* regen tokens after token changes in main and build dist again

* Update JSON to include font-stack-branded

* update to variables page to reflect changes for new font stack - ([f4cc757](https://github.com/cfpb/design-system/commit/f4cc757f325781851378d87c41b0f4f069e85374)) - itsmedavep
- Remove legacy tagline - ([ee27c9b](https://github.com/cfpb/design-system/commit/ee27c9bc292e4eea20e6ddf9ccb403515971ff34)) - Ans
- Add loading skeleton architecture - ([78294da](https://github.com/cfpb/design-system/commit/78294dac1f4ad2eb322f16151a890a4aaf083165)) - Ans
- Re-add legacy taglines - ([0ecc06e](https://github.com/cfpb/design-system/commit/0ecc06e6dbf6771f09531cf199cb747e904dcda6)) - Ans
- Change `cfpb-list` to `cfpb-listbox` - ([7c52999](https://github.com/cfpb/design-system/commit/7c529990893ebb84d66c2df56649e688a8c8a4e7)) - Ans
- Standardize on REM | centralize px to rem calc in a function - ([0614e76](https://github.com/cfpb/design-system/commit/0614e76546f7bb4e2211022ecfcb6a5b1aa1b99c)) - Ans
- Consolidate elements JS imports - ([872df41](https://github.com/cfpb/design-system/commit/872df411930d9e6e3c1fe41ae3de75bbe75dbe2d)) - Ans
- Move component styles to generic file naming - ([c004f63](https://github.com/cfpb/design-system/commit/c004f6384b831e381b00cf28910efae58e97952c)) - Ans
- Remove cfpb-file-upload SCSS cruft - ([1ba29bc](https://github.com/cfpb/design-system/commit/1ba29bcc2d2e0fca430e04fd315d50750c6f2244)) - Ans
- Fix missed cfpb-listbox change - ([f4c8d18](https://github.com/cfpb/design-system/commit/f4c8d18e3f84e8705eaae81636c2aa2747490fa7)) - Ans
- Bump autoprefixer, eslint-plugin-cypress, globals, prettier, release-it, stylelint - ([1ef5df8](https://github.com/cfpb/design-system/commit/1ef5df8733da2a385271fc728ae7f1464b35e249)) - Ans
- Add `cfpb-icon` - ([7b8d674](https://github.com/cfpb/design-system/commit/7b8d674cc410a636e689af26fcab151635474ec4)) - Ans
- Add code comment - ([8da00bd](https://github.com/cfpb/design-system/commit/8da00bd37835c168ba1dceb69e7a2257baa40313)) - Ans
- Add animating icon - ([64216ee](https://github.com/cfpb/design-system/commit/64216eec3a7a0948fbb0b4c20128d615bc30240e)) - Ans

## [5.2.0](https://github.com/cfpb/design-system/compare/v5.1.0..vv5.2.0) - March 27, 2026

### PRs in this release

- PR #[2577](https://github.com/cfpb/design-system/pull/2577): Migrate PostCSS process-icons to node script - Ans

### General

- Build dist assets for commit 15fa3553f05d328468b86151b02bec0aca6d1de7 [skip ci] - ([87255df](https://github.com/cfpb/design-system/commit/87255dfd5071ee2a46fa282cb90ec8a14a999029)) - CFPBot
- Migrate PostCSS process-icons to node script - ([e970abe](https://github.com/cfpb/design-system/commit/e970abea2e0d9b94c3b4b5d561312d9071558810)) - Ans
- Adjust script to satisfy prettier single quotes - ([93dca9e](https://github.com/cfpb/design-system/commit/93dca9e662c860a81f503e8afd772ed07ca19b68)) - Ans
- Convert output to sass variables - ([01c71ba](https://github.com/cfpb/design-system/commit/01c71ba2e960780bdf21183cac236f4b973d91d8)) - Ans
- Whoops … fix unsaved var - ([820566f](https://github.com/cfpb/design-system/commit/820566ff946b4a3097bb3f940c5baee3d437da4c)) - Ans
- Fix incorrect icons - ([7031a19](https://github.com/cfpb/design-system/commit/7031a195b93356336aa5c53ab8ee61cd0c3f0ffb)) - Ans
- Build dist assets for commit 1a35bf1c7ee2ad62ea356bd4c7f50b5f03e49f2b [skip ci] - ([3a77238](https://github.com/cfpb/design-system/commit/3a772380cbc8c6ee6af598c0d824e6a3c7a9c7fe)) - CFPBot
- Re-generate /dist/ - ([b88f011](https://github.com/cfpb/design-system/commit/b88f0114dca88b54d58c9d0ca72e942859873fab)) - Ans

## [5.1.0](https://github.com/cfpb/design-system/compare/v5.0.0..vv5.1.0) - March 27, 2026

### PRs in this release

- PR #[2568](https://github.com/cfpb/design-system/pull/2568): Ensure USA flag prints - Ans
- PR #[2557](https://github.com/cfpb/design-system/pull/2557): Upgrade to Vite 8 - Ans
- PR #[2580](https://github.com/cfpb/design-system/pull/2580): Switch to using `?inline` suffix in place of `vite-plugin-lit-css` - Ans

### General

- Build dist assets for PR #2566 (f140696f8b3bc8313d92ea8cbc0d53eb243d1ed7) [skip ci] - ([0773f30](https://github.com/cfpb/design-system/commit/0773f30a876f462bca7a42e460ff8486e3ea766b)) - CFPBot
- Ensure USA flag prints - ([0acfe03](https://github.com/cfpb/design-system/commit/0acfe031a72764ac0a49263b8ff7f5db24abe025)) - Ans
- Build dist assets for commit a16facb18c31664083597b49d14ba10b9be37548 [skip ci] - ([6abc8e3](https://github.com/cfpb/design-system/commit/6abc8e31b5cde2df8a0c35583d1812e75b2bcd25)) - CFPBot
- Upgrade to Vite 8 - ([ed2fcbb](https://github.com/cfpb/design-system/commit/ed2fcbbc764e67102d29f1f17ac54bdce8f558a7)) - Ans
- Replace PostCSS with LightningCSS - ([b2bf253](https://github.com/cfpb/design-system/commit/b2bf2539a9dbd7942ceac6d2854ec728cd651797)) - Ans
- Build dist assets for commit a7302bccfbb7045031be5f68c40a2448f36b23fe [skip ci] - ([4e7d939](https://github.com/cfpb/design-system/commit/4e7d93997b44403360e61274a241838301957174)) - CFPBot
- Switch to using `?inline` suffix in place of `vite-plugin-lit-css` - ([5d6cd48](https://github.com/cfpb/design-system/commit/5d6cd48df87ff68242ea705548ac130fc4f5c238)) - Ans
- Fix linter errors - ([0dfffb7](https://github.com/cfpb/design-system/commit/0dfffb7b946c65cc86e9ba5b27af9f4836f4426d)) - Ans
- Build dist assets for commit 8f675d336d789bafdd392df608ad59896d7a4c09 [skip ci] - ([8dcc40b](https://github.com/cfpb/design-system/commit/8dcc40b0f4c01873185d8185c12c73a1501495d6)) - CFPBot
- Re-generate /dist/ - ([2be2f9c](https://github.com/cfpb/design-system/commit/2be2f9cc132242bd0e3570dc2f54cf2e1bea8506)) - Ans

## [5.0.0](https://github.com/cfpb/design-system/compare/v4.4.0..vv5.0.0) - March 20, 2026

### PRs in this release

- PR #[2530](https://github.com/cfpb/design-system/pull/2530): Bump react types, decap-cms-app, marked, cypress, glob, style-dictionary, stylelint - Ans
- PR #[2534](https://github.com/cfpb/design-system/pull/2534): Migrate to Vite - Ans
- PR #[2540](https://github.com/cfpb/design-system/pull/2540): Update linter patterns - Ans
- PR #[2554](https://github.com/cfpb/design-system/pull/2554): Update marked, eslint/js, eslint, eslint-plugin-cypress, globals, postcss, sass, style-dictionary - Ans
- PR #[2558](https://github.com/cfpb/design-system/pull/2558): Fix SCSS selector issues - Ans
- PR #[2538](https://github.com/cfpb/design-system/pull/2538): cfpb-form-search: Submit search when enter key is pressed - Ans
- PR #[2562](https://github.com/cfpb/design-system/pull/2562): Fix all linter warnings - Ans
- PR #[2563](https://github.com/cfpb/design-system/pull/2563): Add `<cfpb-tagline>` - Ans

### General

- Lint and build files - ([1fec3c1](https://github.com/cfpb/design-system/commit/1fec3c10b8e82c3d1d9f2892a887051ae8141360)) - Ans
- Migrate to Vite - ([05409cf](https://github.com/cfpb/design-system/commit/05409cf3d12284d5ee9fd39ca980dd41d7cc28c3)) - Ans
- Cleanup linter issues - ([3caf85a](https://github.com/cfpb/design-system/commit/3caf85a859707f1148ea0ab94def8772e34d007a)) - Ans
- Update linter patterns - ([1a5d3cb](https://github.com/cfpb/design-system/commit/1a5d3cb75efb628faa8f3354fdc585899c901a5c)) - Ans
- Add error border width variable for select element (#2545)

Fixing legacy select component border width in validation error state - ([4526edc](https://github.com/cfpb/design-system/commit/4526edc3197cc8941775aed89ee715cfbca5e392)) - itsmedavep
- Update marked, eslint/js, eslint, eslint-plugin-cypress, globals, postcss, sass, style-dictionary - ([bf2a4cb](https://github.com/cfpb/design-system/commit/bf2a4cbb5c08cbb50599945c075b986de017e0e6)) - Ans
- Fix SCSS selector issues - ([99fd138](https://github.com/cfpb/design-system/commit/99fd138d73488371e870f6e93afbaef7a5191e86)) - Ans
- Submit search when enter key is pressed - ([e65be6a](https://github.com/cfpb/design-system/commit/e65be6a00f2dab583daf9a2a487bc3550348000f)) - Ans
- Build dist assets for PR #2561 (5d846d2d5746f4dd9f96baa77135846a627b57e8) [skip ci] - ([cebd394](https://github.com/cfpb/design-system/commit/cebd39483d804256ac64eae38dd54a1575bbf011)) - CFPBot
- Fix all linter warnings - ([25afd69](https://github.com/cfpb/design-system/commit/25afd6963d53b3decf62ed2eca185ccefe3a03f8)) - Ans
- Add <cfpb-tagline> - ([186ea37](https://github.com/cfpb/design-system/commit/186ea375de5afa6379a4f023b1fd410b10cb61d2)) - Ans
- Fix incorrect jsdoc comments - ([ffd0ed4](https://github.com/cfpb/design-system/commit/ffd0ed4ddab708af32cbe64ed6e425bf31953fd6)) - Ans
- Fix jsdoc comment - ([f1444a3](https://github.com/cfpb/design-system/commit/f1444a35dc2b8d0c92bc2a98f469085340ef24c6)) - Ans

## [4.4.0](https://github.com/cfpb/design-system/compare/v4.3.2..vv4.4.0) - February 17, 2026

### PRs in this release

- PR #[2474](https://github.com/cfpb/design-system/pull/2474): cfpb-select - fix focus - Ans
- PR #[2476](https://github.com/cfpb/design-system/pull/2476): cfpb-select: Fix select clearing - Ans
- PR #[2478](https://github.com/cfpb/design-system/pull/2478): Update dependencies: decap-cms-app, cypress, eslint-plugin-jsdoc, release-it, style-dictionary - Ans
- PR #[2481](https://github.com/cfpb/design-system/pull/2481): Update types/react - Ans
- PR #[2483](https://github.com/cfpb/design-system/pull/2483): cfpb-select: Add blur event - Ans
- PR #[2484](https://github.com/cfpb/design-system/pull/2484): Update cypress, style-dictionary - Ans
- PR #[2486](https://github.com/cfpb/design-system/pull/2486): Update types/react, eslint-plugin-jsdoc, git-cliff, prettier, release-it, stylelint, stylelint-config-standard-scss - Ans
- PR #[2490](https://github.com/cfpb/design-system/pull/2490): Update eslint-plugin-jsdoc, prettier, sass, style-dictionary, yarn - Ans
- PR #[2495](https://github.com/cfpb/design-system/pull/2495): Add autocomplete to search component example - Ans
- PR #[2518](https://github.com/cfpb/design-system/pull/2518): Bump types/react, cfpb/browserslist-config, cypress, esbuild, eslint-plugin-jsdoc, glob, stylelint - Ans
- PR #[2521](https://github.com/cfpb/design-system/pull/2521): Clean up lint configs - Ans

### General

- Fix select focusing and default height - ([3f67a14](https://github.com/cfpb/design-system/commit/3f67a14a1ee9cf67982899ea829b61467dc0a1be)) - Ans
- Fix async issue with tag focus - ([b6d5b4a](https://github.com/cfpb/design-system/commit/b6d5b4afd8ff101b4910ca86c7ae76d2c66753b4)) - Ans
- Lint files - ([8771f65](https://github.com/cfpb/design-system/commit/8771f6584a6bafdeea576c86c9d897e24aba920e)) - Ans
- Fix select clearing - ([59b6c9a](https://github.com/cfpb/design-system/commit/59b6c9a19874b53a79365e33e735374bc3cde356)) - Ans
- Update dependencies: decap-cms-app, cypress, eslint-plugin-jsdoc, release-it, style-dictionary - ([1579a9a](https://github.com/cfpb/design-system/commit/1579a9a236da2b9dbe04433a38b3622b96bec47b)) - Ans
- Rebuild assets - ([b637e34](https://github.com/cfpb/design-system/commit/b637e34a3ad92839103b3e61ec56b8d3542ecc56)) - Ans
- Merge branch 'main' into dependabot/npm_and_yarn/glob-13.0.0 - Ans
- Add blur event - ([c77e049](https://github.com/cfpb/design-system/commit/c77e04997a000e55ba0c222f9921b1c7d05ae286)) - Ans
- Update multiple-select-event-proxy.js - ([b3910d0](https://github.com/cfpb/design-system/commit/b3910d01f5c2b1e08240899f4b2478cac36dc7e1)) - Ans
- Merge branch 'main' into dependabot/npm_and_yarn/glob-13.0.0 - Ans
- Update cypress, style-dictionary - ([f3c7f7c](https://github.com/cfpb/design-system/commit/f3c7f7cd84285b277f7b9515fc86abc5c77a8a25)) - Ans
- Lint files - ([6243743](https://github.com/cfpb/design-system/commit/6243743ea441dc7991b4bcfa3bb80cba175459a8)) - Ans
- Re-build assets - ([a21a176](https://github.com/cfpb/design-system/commit/a21a176f0332f77a49302d620025abebb92628d1)) - Ans
- Merge branch 'main' into dependabot/npm_and_yarn/glob-13.0.0 - Ans
- Lint and build files - ([8eaa4e0](https://github.com/cfpb/design-system/commit/8eaa4e0aea21bbbfd17d030448cb0e343b0119b2)) - Ans
- Merge branch 'main' into dependabot/npm_and_yarn/glob-13.0.0 - Ans
- Fix search value attribute - ([b5050d1](https://github.com/cfpb/design-system/commit/b5050d13bd2c11be105144ad0b04853f5d2cffea)) - Ans
- Bump types/react, cfpb/browserslist-config, cypress, esbuild, eslint-plugin-jsdoc, glob, stylelint - ([d85c580](https://github.com/cfpb/design-system/commit/d85c5805db2f8e142191fa51b8df3a81dc5e0b02)) - Ans
- Update to SD config to support native Figma JSON export (#2485) - ([48a5c18](https://github.com/cfpb/design-system/commit/48a5c1853dda3e3f73ccfd2c60a93b8478f9c3e1)) - itsmedavep
- Merge branch 'main' into dependabot/npm_and_yarn/glob-13.0.0 - Ans
- Re-build assets - ([23dc250](https://github.com/cfpb/design-system/commit/23dc250b00c8c1efc085f957f18325e1447f57a0)) - Ans
- Updated table scss to do calcuation for mobile table header line height

This allows us to remove linter precision rule - ([fb38d59](https://github.com/cfpb/design-system/commit/fb38d59560ea112bab525bd91bea063e509cef3f)) - itsmedavep
- Remove `number-max-precision` stylelint rule - ([9c3a749](https://github.com/cfpb/design-system/commit/9c3a749379daa372ac36359b7e710441376ad073)) - Ans
- Lint and re-build assets - ([ff02962](https://github.com/cfpb/design-system/commit/ff0296245979fda49e8208e4d62ab9494a5d670e)) - Ans

## [4.3.2](https://github.com/cfpb/design-system/compare/v4.3.1..vv4.3.2) - December 30, 2025

### General

- Force source sans (#2472) - ([706b8e8](https://github.com/cfpb/design-system/commit/706b8e80c9a6985dd60e1c15e89e8341f45cdffe)) - itsmedavep
- Re-generate assets - ([ee2de2c](https://github.com/cfpb/design-system/commit/ee2de2ce107f97ce208425c4fcce622f84179688)) - Ans

## [4.3.1](https://github.com/cfpb/design-system/compare/v4.3.0..vv4.3.1) - December 30, 2025

### PRs in this release

- PR #[2469](https://github.com/cfpb/design-system/pull/2469): FIxes to cfpb-icon-text and cfpb-button divider coloring | bump dependencies and fix examples - Ans
- PR #[2470](https://github.com/cfpb/design-system/pull/2470): Add event proxies to cfpb-select - Ans
- PR #[2471](https://github.com/cfpb/design-system/pull/2471): Fix focus state - Ans

### General

- Update cypress, esbuild | Update elements docs - ([6bbc2c1](https://github.com/cfpb/design-system/commit/6bbc2c1b79ca77fef1bf11ed275c22acf9cfb980)) - Ans
- FIxes to cfpb-icon-text and cfpb-button divider coloring - ([898c6da](https://github.com/cfpb/design-system/commit/898c6da4a73c11a67e197d3254969a3fa71fb066)) - Ans
- Add event proxies to cfpb-select - ([13807e8](https://github.com/cfpb/design-system/commit/13807e8717c01d7c2d29b1c2af6806d2e3def7b7)) - Ans
- Regenerate assets - ([95d2e3d](https://github.com/cfpb/design-system/commit/95d2e3d24b36e93527d1d2fa27bf27bed9db1c2a)) - Ans
- Fix focus state - ([d6ea63c](https://github.com/cfpb/design-system/commit/d6ea63c2ca0178baa6e3d656b1b02e1feffec16e)) - Ans
- Re-build assets - ([3b9bd43](https://github.com/cfpb/design-system/commit/3b9bd4383957ca2ac5527639c3610b337b1cf477)) - Ans
- Fix mixin name duplicate error (#2468) - ([d9ea070](https://github.com/cfpb/design-system/commit/d9ea0703abfc1d7af4b81e02f2c36a890f36677d)) - itsmedavep
- Re-generate assets - ([6ba5ca6](https://github.com/cfpb/design-system/commit/6ba5ca6eecb0fb68a20a9238b993c19e587934d0)) - Ans
- Run linter - ([8f58656](https://github.com/cfpb/design-system/commit/8f58656ffb0593568c56c3b2574e557e1d027f3f)) - Ans

## [4.3.0](https://github.com/cfpb/design-system/compare/v4.2.4..vv4.3.0) - December 16, 2025

### PRs in this release

- PR #[2410](https://github.com/cfpb/design-system/pull/2410): Add search input component - Ans
- PR #[2409](https://github.com/cfpb/design-system/pull/2409): Update decap-cms-app, liquidjs, react, cssnano, cypress, esbuild, eslint, eslint-plugin-jsdoc, globals, sass - Ans
- PR #[2412](https://github.com/cfpb/design-system/pull/2412): Add cfpb-form-alert component - Ans
- PR #[2413](https://github.com/cfpb/design-system/pull/2413): Add checkbox-icon component - Ans
- PR #[2414](https://github.com/cfpb/design-system/pull/2414): Move checkbox-icon to cfpb-checkbox-icon - Ans
- PR #[2415](https://github.com/cfpb/design-system/pull/2415): Fix focus/blur/hover states of checkboxes - Ans
- PR #[2418](https://github.com/cfpb/design-system/pull/2418): Fix linter issues - Ans
- PR #[2420](https://github.com/cfpb/design-system/pull/2420): Fix a11y issues - Ans
- PR #[2427](https://github.com/cfpb/design-system/pull/2427): Fix icon and text show/hide icon api - Ans
- PR #[2428](https://github.com/cfpb/design-system/pull/2428): Update marked, cypress, eslint-plugin-jsdoc, glob, sass - Ans
- PR #[2430](https://github.com/cfpb/design-system/pull/2430): Refactor cfpb-icon-text - Ans
- PR #[2432](https://github.com/cfpb/design-system/pull/2432): Add API examples - Ans
- PR #[2434](https://github.com/cfpb/design-system/pull/2434): Update @types/react, eslint-plugin-jsdoc, prettier, stylelint - Ans
- PR #[2435](https://github.com/cfpb/design-system/pull/2435): Add cfpb-list-item - Ans
- PR #[2436](https://github.com/cfpb/design-system/pull/2436): Add `<cfpb-form-search-input>` component - Ans
- PR #[2438](https://github.com/cfpb/design-system/pull/2438): Upgrade cypress, prettier | update cfpb-form-search with search-service - Ans
- PR #[2440](https://github.com/cfpb/design-system/pull/2440): Add cfpb-list interactive example - Ans
- PR #[2457](https://github.com/cfpb/design-system/pull/2457): Enhancements to `cfpb-list` and `cfpb-form-search-input` - Ans
- PR #[2458](https://github.com/cfpb/design-system/pull/2458): Lists - Add visibleCheckedItems property and add a filtered event - Ans
- PR #[2459](https://github.com/cfpb/design-system/pull/2459): Add parse-child-data utility - Ans
- PR #[2460](https://github.com/cfpb/design-system/pull/2460): Update react, react-dom, esbuild, eslint-plugin-jsdoc, prettier, sass - Ans
- PR #[2461](https://github.com/cfpb/design-system/pull/2461): Add cfpb-select - Ans
- PR #[2462](https://github.com/cfpb/design-system/pull/2462): Add cfpb-expandable - Ans
- PR #[2463](https://github.com/cfpb/design-system/pull/2463): Remove cfpb-multiselect - Ans
- PR #[2464](https://github.com/cfpb/design-system/pull/2464): CSS and accessibility fixes - Ans
- PR #[2465](https://github.com/cfpb/design-system/pull/2465): Update react, react-dom, eslint, release-it, sass - Ans
- PR #[2355](https://github.com/cfpb/design-system/pull/2355): Multiselect: Fix erroneous placeholder reference - Ans

### General

- Add search input component - ([6adf6b5](https://github.com/cfpb/design-system/commit/6adf6b5513c1abf7ff477f654d95f01dbfe15771)) - Ans
- Refactor search input CSS - ([024e75e](https://github.com/cfpb/design-system/commit/024e75ed17b2ced0f8d326579f4f2f57462e4057)) - Ans
- Up min-width to 300px to satisfy Firefox - ([d07b103](https://github.com/cfpb/design-system/commit/d07b1031b4655d021e1d59b04f999be360f758bc)) - Ans
- Lint files - ([db5fc8c](https://github.com/cfpb/design-system/commit/db5fc8c7bddf910087528f37b84193fe0eb50b1b)) - Ans
- Add cfpb-form-alert component - ([9273bf8](https://github.com/cfpb/design-system/commit/9273bf8d2cd836d4b1ace42caf0aaa5fdd8d654c)) - Ans
- Merge branch 'main' into ans_update_deps - Ans
- Add checkbox-icon component - ([41f2fcf](https://github.com/cfpb/design-system/commit/41f2fcf31c67099db9965b716e7992668a2c9cab)) - Ans
- Move checkbox-icon to cfpb-checkbox-icon - ([61380a3](https://github.com/cfpb/design-system/commit/61380a33b6348c9827ce38fa7156908d2e0596d3)) - Ans
- Fix focus/blur/hover states of checkboxes - ([1971c0c](https://github.com/cfpb/design-system/commit/1971c0c4e4f960bc2f8b58786c4f35dba9e1e2a6)) - Ans
- Fix linter issues - ([6ae04ee](https://github.com/cfpb/design-system/commit/6ae04ee3d83a196cdfb456bd83d19c752335726d)) - Ans
- Fix a11y issues - ([928626e](https://github.com/cfpb/design-system/commit/928626e8b2117c6001e46683d513c3f9b2b39720)) - Ans
- Fix icon and text show/hide icon api - ([3bb9401](https://github.com/cfpb/design-system/commit/3bb94011e9a7ef8a67bca69133076610647d2f96)) - Ans
- Lint files - ([3dd91b1](https://github.com/cfpb/design-system/commit/3dd91b108601c6ed69ea6aff98b039fdb58b8265)) - Ans
- Refactor cfpb-icon-text - ([70f10be](https://github.com/cfpb/design-system/commit/70f10be9b5aa4d43e68db0618ae4245a535b89b4)) - Ans
- Adding styledict config (#2421)

* Adding styledict config

Adds:

style-dictionary.config.js <- transforms from JSON tokens to .css
build-tokens.yml <- does what the above does on every commit or PR to the repo to ensure edits commited directly to JSON token files produces the .css files we need
package.json <- adds a yarn tokens to commands and invokes it as first step in yarn start process

* Adding style-dictionary to package.json and test files

* Remove GH action and add in details on how to contribute tokens

removing based on review with ans. Will be added back as a cron job that runs at night later. Updated contributors.md to include information about token usage.

Also small linting fixes.

* Fix formatting and wording in CONTRIBUTING.md

* addressing PR review feedback.

1) Removed building tokens from the yarn start command. `yarn tokens` will still kick off translation of the tokens.
2) Removed any variable descriptions from Figma variables. (that removed the comment from the generated .css)
3) Added empty last line
4) Renamed single letter var from p to fsPath.
5) Fixed contributing.md to use code blocks for paths - ([7e10857](https://github.com/cfpb/design-system/commit/7e108577294fae15c2bea85b988f147226a76b6b)) - itsmedavep
- Add API examples - ([d45c474](https://github.com/cfpb/design-system/commit/d45c4740ca3504c2f66687da3803adee59ebbcd1)) - Ans
- Restructuring to have web components use JSON (#2431)

* restructuring to have web components use JSON

duplicated contents of abstracts and base into elements/abstracts and elements/base
updated to using css custom props in base.scss instead of scss vars
added elements/abstracts and elements/base to index.scss
added vars.css to abstracts

this should establish a base to hook up the JSON tokens as the next step

* renaming sizing-vars to not be an scss partial file

As @anselmbradford  pointed out we do not do that for any other files in the codebase, so the usage here was inconsistent.

Renamed to remove the underscore.

* removing unused js files and one grid-gutter-size var

* getting rid of the leftover js files in dist - ([b7e4922](https://github.com/cfpb/design-system/commit/b7e49228169d30d0593f63c791f7320b252f0077)) - itsmedavep
- Lint files - ([e04fb1a](https://github.com/cfpb/design-system/commit/e04fb1a6d05ea87ea1e804758714f7c7410ccefc)) - Ans
- Add cfpb-list-item - ([24292f2](https://github.com/cfpb/design-system/commit/24292f2bba1b64e2e9ee0d6180aa3570dd13bb2b)) - Ans
- Add `<cfpb-form-search-input>` - ([71b1303](https://github.com/cfpb/design-system/commit/71b1303f542810c624bd8fa5121e6c302ea883c3)) - Ans
- Upgrade cypress, prettier | update cfpb-form-search with search-service - ([28e2395](https://github.com/cfpb/design-system/commit/28e23956d01aac0fd0f27c4a99681f2ab9f13d71)) - Ans
- Update elements example - ([4da9e69](https://github.com/cfpb/design-system/commit/4da9e69763c3505f674c408743f5b9c33d0cea75)) - Ans
- Transitioning buttons over to using JSON and css custom props (#2433)

Co-authored-by: Ans <git@anselmbradford.com> - ([8bc75bf](https://github.com/cfpb/design-system/commit/8bc75bfe9b4613f1b37ad521d50c0bff8089c7e0)) - itsmedavep
- Add cfpb-list interactive example - ([4e960c4](https://github.com/cfpb/design-system/commit/4e960c472f134517bacb01879f28ab73791050c9)) - Ans
- Add correct ARIA attributes - ([8f9600f](https://github.com/cfpb/design-system/commit/8f9600f6f75e068f2f979ea74813c47000cd4efd)) - Ans
- Fixed issue with checked items - ([b28ac05](https://github.com/cfpb/design-system/commit/b28ac057283a441d47d6e5cdbb1a71d890b677ba)) - Ans
- Rewire import to use tokens from elements - ([06e7a5e](https://github.com/cfpb/design-system/commit/06e7a5e48ae3aaffe1a6e7d87ccf5043cd97fcfd)) - itsmedavep
- Revert "rewire import to use tokens from elements"

This reverts commit 06e7a5e48ae3aaffe1a6e7d87ccf5043cd97fcfd. - ([6ac5c22](https://github.com/cfpb/design-system/commit/6ac5c226b6da878f9055d921085bd6f59d9bdee9)) - itsmedavep
- Enhancements to lists - ([46619cd](https://github.com/cfpb/design-system/commit/46619cd4c7b01ff62273d6e34e35fe0b6e60a46d)) - Ans
- Lists-Add visibleCheckedItems property and add a filtered event - ([929c30e](https://github.com/cfpb/design-system/commit/929c30e2d02751676792b5cfb1bbbe9225741956)) - Ans
- Add parse-child-data utility - ([527570f](https://github.com/cfpb/design-system/commit/527570faf97367bb9f0353130c3dd3751969ecf8)) - Ans
- Lint files - ([9e53195](https://github.com/cfpb/design-system/commit/9e53195e797da125797b957fd0ef7fc4ae5e9378)) - Ans
- Add cfpb-select - ([c25851d](https://github.com/cfpb/design-system/commit/c25851dc8b29f404fe60301e3e4a173912efe261)) - Ans
- Fix search - ([53fbe96](https://github.com/cfpb/design-system/commit/53fbe96534c2e53eb92c17361bd6d8b66c1dd816)) - Ans
- Add cfpb-expandable - ([f3231c5](https://github.com/cfpb/design-system/commit/f3231c5b766f0c5ec4a8985b570b14a48340a086)) - Ans
- Remove cfpb-multiselect - ([8a93942](https://github.com/cfpb/design-system/commit/8a9394202918a2988c9c2e2378b0fe6f44c48898)) - Ans
- Importing abstracts from elements (#2441)

Updating import to use src/elements/abstracts - ([05bb28a](https://github.com/cfpb/design-system/commit/05bb28a749540bfee2363224167ed51b5e5870d5)) - itsmedavep
- Rewire imports to use new location and css output from JSON (#2442) - ([dcea912](https://github.com/cfpb/design-system/commit/dcea912494d9282b69c71cfb2231105546c6872b)) - itsmedavep
- Change to import so that things now point at the JSON versions of tokens (#2443) - ([e58f88b](https://github.com/cfpb/design-system/commit/e58f88be2f766dcaf82da6610baae66954766d36)) - itsmedavep
- Cfpb-from-choice rewired to import the css transformed from JSON tokens (#2444)

Also updated:

form-field-input-lg-target-bg
form-field-input-lg-target-bg-selected
form-field-input-lg-target-border
form-field-input-lg-target-bg-disabled

To use css custom props instead of SCSS variables - ([d6acf40](https://github.com/cfpb/design-system/commit/d6acf40f7866bce841f03a5729cee1e2c1e5bfbb)) - itsmedavep
- Rewired cfpb-form-search to import css translated from JSON tokens (#2445) - ([ed4ada5](https://github.com/cfpb/design-system/commit/ed4ada55be7d6acea8fa5f5aae985678b8d360f8)) - itsmedavep
- Cfpb-form-search-input rewired to import from css translated from JSON tokens (#2446) - ([7e4c6e3](https://github.com/cfpb/design-system/commit/7e4c6e35df6d03b6a7d81adf447c614614427e0a)) - itsmedavep
- Cfpb-icon-text import update (#2447)

updated @use to point at src/elements/abstracts in order to use our JSON translated css - ([53b9e9a](https://github.com/cfpb/design-system/commit/53b9e9a3aa1ce4ec604c5526eecfc40edc834fed)) - itsmedavep
- Updated import to use translated JSON (#2449)

Also updated

label-helper to use CSS custom properties - ([a995053](https://github.com/cfpb/design-system/commit/a9950532aeacf40ad37d6b69d0307a20e395ce37)) - itsmedavep
- Rewired cfpb-list to import JSON translated tokens (#2450)

Updated @use to point oat elements/abstracts - ([1f6e10d](https://github.com/cfpb/design-system/commit/1f6e10d6aa28196343da4d478fc0c9eec315bc02)) - itsmedavep
- Rewired import to use elements/abstracts (#2451) - ([b6919c5](https://github.com/cfpb/design-system/commit/b6919c571bfdb0a1f48c6a0ea41e2d23e95c0f8d)) - itsmedavep
- Rewired the import to use JSON translated tokens (#2453)

Updated @use to point at src/elements/abstracts

I did NOT change the utilities import because we are not duplicating that into the web components currently
Same thing goes for the icons. We currently are not duplicating them into elements so I did not update that import - ([f0f7e53](https://github.com/cfpb/design-system/commit/f0f7e538f662901aed6b25e05ce1ffcd1a054042)) - itsmedavep
- Rewired import to piont at elements (#2454)

Updated @use imports to point at our JSON translated css files - ([9862c9c](https://github.com/cfpb/design-system/commit/9862c9c8c5bad80ec404c365fd55625da946ef24)) - itsmedavep
- Rewired cfpb-tag-group to use JSON translated css (#2455)

Updated @use to point at src/elements/abstracts & src/elements/cfpb-button/vars - ([ca4b57a](https://github.com/cfpb/design-system/commit/ca4b57abd716085b7469e8032a9f6649073e80fd)) - itsmedavep
- CSS and accessibility fixes - ([85c59d8](https://github.com/cfpb/design-system/commit/85c59d805f37523183886be9a070d017bd12ab04)) - Ans
- Linter fixes - ([e3d73a5](https://github.com/cfpb/design-system/commit/e3d73a5572e52e57fa4e8c4d868e367f103720bb)) - Ans
- Fix erroneous placeholder reference - ([80fe377](https://github.com/cfpb/design-system/commit/80fe377c4c62d35d04b1307d3c046f3282c80865)) - Ans
- Re-build assets - ([133fe55](https://github.com/cfpb/design-system/commit/133fe55e86ca592ae0c8df470adedef500939ed6)) - Ans

## [4.2.4](https://github.com/cfpb/design-system/compare/v4.2.3..vv4.2.4) - October 16, 2025

### PRs in this release

- PR #[2402](https://github.com/cfpb/design-system/pull/2402): Update yarn, cypress, esbuild, eslint-plugin-jsdoc - Ans
- PR #[2403](https://github.com/cfpb/design-system/pull/2403): Fix link consistency issues - Ans

### General

- Build assets - ([5c62585](https://github.com/cfpb/design-system/commit/5c62585effaa9b796b06d4709d07394c30fae486)) - Ans
- Fix link consistency issues - ([5c175cf](https://github.com/cfpb/design-system/commit/5c175cf56e67df55745dafecd45c31de8c467383)) - Ans

## [4.2.3](https://github.com/cfpb/design-system/compare/v4.2.2..vv4.2.3) - October 15, 2025

### PRs in this release

- PR #[2391](https://github.com/cfpb/design-system/pull/2391): Remove "read more" links from card pattern - Ans

### General

- Remove links from card headings - ([7fc4db4](https://github.com/cfpb/design-system/commit/7fc4db490acebe060be1cb311546481a05077521)) - Ans
- Revert card heading links - ([f53fa8f](https://github.com/cfpb/design-system/commit/f53fa8fe36285f73e16f65de3323336d34cf21f3)) - Ans

## [4.2.2](https://github.com/cfpb/design-system/compare/v4.2.1..vv4.2.2) - October  8, 2025

### PRs in this release

- PR #[2394](https://github.com/cfpb/design-system/pull/2394): Fix hover on a-link class - Ans

### General

- Fix hover on a-link class - ([a87497b](https://github.com/cfpb/design-system/commit/a87497b986ebb16e6edaba1c54bae437233a9739)) - Ans

## [4.2.1](https://github.com/cfpb/design-system/compare/v4.2.0..vv4.2.1) - October  8, 2025

### PRs in this release

- PR #[2392](https://github.com/cfpb/design-system/pull/2392): Cards: Migrate border to text-decoration - Ans
- PR #[2393](https://github.com/cfpb/design-system/pull/2393): Fix alignment and underline bugs - Ans

### General

- Migrate border to text-decoration - ([b2fd4aa](https://github.com/cfpb/design-system/commit/b2fd4aab629bc7b279ae46705417c52e717f5906)) - Ans
- Fix alignment and underline bugs - ([7acdece](https://github.com/cfpb/design-system/commit/7acdece0f6d692e83bbff654dc30b7386f84176e)) - Ans

## [4.2.0](https://github.com/cfpb/design-system/compare/v4.1.0..vv4.2.0) - October  8, 2025

### PRs in this release

- PR #[2375](https://github.com/cfpb/design-system/pull/2375): Add cfpb-text-icon component - Ans
- PR #[2376](https://github.com/cfpb/design-system/pull/2376): Remove unused `$pagination-btn-min-width-px` - Ans
- PR #[2378](https://github.com/cfpb/design-system/pull/2378): Create media-query-service.js - Ans
- PR #[2379](https://github.com/cfpb/design-system/pull/2379): Refactor media-query-service and add tests - Ans
- PR #[2381](https://github.com/cfpb/design-system/pull/2381): Update browserslist-config, cypress, eslint-plugin-jsdoc, git-cliff, sass - Ans
- PR #[2383](https://github.com/cfpb/design-system/pull/2383): Add pagination component | Update eslint-plugin-cypress, eslint-plugin-jsdoc - Ans
- PR #[2384](https://github.com/cfpb/design-system/pull/2384): cfpb-pagination refactor | Add i18n-service component - Ans
- PR #[2385](https://github.com/cfpb/design-system/pull/2385): cfpb-pagination refactor - Ans
- PR #[2386](https://github.com/cfpb/design-system/pull/2386): Add i18n-service jest tests - Ans
- PR #[2387](https://github.com/cfpb/design-system/pull/2387): Update eslint-plugin-jsdoc, eslint-plugin-wc - Ans
- PR #[2388](https://github.com/cfpb/design-system/pull/2388): Add classes to pagination buttons - Ans
- PR #[2389](https://github.com/cfpb/design-system/pull/2389): Move link underlines to text-decoration instead of borders - Ans

### General

- Add cfpb-text-icon component - ([35c67a3](https://github.com/cfpb/design-system/commit/35c67a304ae3bdbc5e0721ee497c6d767e583e37)) - Ans
- Remove unused $pagination-btn-min-width-px - ([0bf9fc7](https://github.com/cfpb/design-system/commit/0bf9fc723473973160948024ccd085040615279c)) - Ans
- Create media-query-service.js - ([03be1ec](https://github.com/cfpb/design-system/commit/03be1ec30a17fdc92c6521230093a3166d0985b2)) - Ans
- Refactor media-query-service and add tests - ([191c521](https://github.com/cfpb/design-system/commit/191c521328711d817f9596d4d0aced61c370f46b)) - Ans
- Update media-query-service.spec.js - ([b627150](https://github.com/cfpb/design-system/commit/b62715081947ed8010f4e3581baa45ced3076beb)) - Ans
- Update media-query-service.spec.js - ([77184bc](https://github.com/cfpb/design-system/commit/77184bc0d5534771d08fe4bd939d722c67eb7bd3)) - Ans
- Update browserslist-config, cypress, eslint-plugin-jsdoc, git-cliff, sass - ([58b74ff](https://github.com/cfpb/design-system/commit/58b74ffa89d14cc3f1a6e6a5ff1506610bdd0e5f)) - Ans
- Add pagination component | Update eslint-plugin-cypress, eslint-plugin-jsdoc - ([e4db118](https://github.com/cfpb/design-system/commit/e4db1186f11105c81eb760095794e65d0db28481)) - Ans
- Refactor pagination - ([dc99494](https://github.com/cfpb/design-system/commit/dc99494d9beb264464474d4860b4942d594a0fbf)) - Ans
- Add i18n service - ([28476cc](https://github.com/cfpb/design-system/commit/28476ccc9094e9a303fa021c034294e3a5d61fcf)) - Ans
- Refactor pagination - ([26c922f](https://github.com/cfpb/design-system/commit/26c922f286f93ea6892d8198535b55013db8819d)) - Ans
- Add i18n-service jest tests - ([61a43ef](https://github.com/cfpb/design-system/commit/61a43ef528ad5ceb1f950e659003a86302916cdc)) - Ans
- Lint files - ([8c290be](https://github.com/cfpb/design-system/commit/8c290bed57ecc2335f5c6c03b6070ca467067873)) - Ans
- Add classes to pagination buttons - ([037e380](https://github.com/cfpb/design-system/commit/037e380c774b033b9de034d7429911d4160b81ca)) - Ans
- Move link underlines to text-decoration instead of borders - ([c7f0ae9](https://github.com/cfpb/design-system/commit/c7f0ae93a69ba3b3b18e41bb47584dc11b58bbf5)) - Ans

## [4.1.0](https://github.com/cfpb/design-system/compare/v4.0.4..vv4.1.0) - September 23, 2025

### PRs in this release

- PR #[2369](https://github.com/cfpb/design-system/pull/2369): Add more options to cfpb-buttons - Ans
- PR #[2370](https://github.com/cfpb/design-system/pull/2370): Refactor cfpb-button - Ans
- PR #[2367](https://github.com/cfpb/design-system/pull/2367): Add multiselect and label web component - Ans
- PR #[2372](https://github.com/cfpb/design-system/pull/2372): Refactor cfpb-choice and cfpb-multiselect - Ans
- PR #[2373](https://github.com/cfpb/design-system/pull/2373): Update eslint, eslint-plugin-jsdoc - Ans
- PR #[2374](https://github.com/cfpb/design-system/pull/2374): Implement font-size-adjust calculation - Ans

### General

- Add more options to cfpb-buttons - ([2e1bde4](https://github.com/cfpb/design-system/commit/2e1bde4bef284f5627a3d1c986a76e83619bbc83)) - Ans
- Remove unused class modifier - ([052ad99](https://github.com/cfpb/design-system/commit/052ad99fae57bfb5d11c50a875c3a5873b074c8f)) - Ans
- Remove unused class - ([ac7f765](https://github.com/cfpb/design-system/commit/ac7f7658b87f0741de7954ad5512ef8a468993d6)) - Ans
- Add missing jsdoc - ([3afa670](https://github.com/cfpb/design-system/commit/3afa670eac815013bc4876006254a029940e7669)) - Ans
- Refactor cfpb-button - ([a2fb1ae](https://github.com/cfpb/design-system/commit/a2fb1ae8206c3dd13a7110f3d28978ac363fe996)) - Ans
- Enable test - ([a518170](https://github.com/cfpb/design-system/commit/a5181709e92a784b039789e3161624cc0aa25a3b)) - Ans
- Add multiselect web component - ([77cdbe0](https://github.com/cfpb/design-system/commit/77cdbe0e8c564b109ee0c1ce6c39950caa4e9036)) - Ans
- Refactor cfpb-choice and cfpb-multiselect - ([7cbe534](https://github.com/cfpb/design-system/commit/7cbe534bc9791761a330c9f90cd6a54d664617eb)) - Ans
- Linter fixes - ([fdd3941](https://github.com/cfpb/design-system/commit/fdd3941e00476586458eadc4288fcf1b1a4d0ac2)) - Ans
- Implement font-size-adjust calculation - ([7056cd8](https://github.com/cfpb/design-system/commit/7056cd833a73ff436b68204917ec7d6a4fc582aa)) - Ans

## [4.0.4](https://github.com/cfpb/design-system/compare/v4.0.3..vv4.0.4) - September 17, 2025

### PRs in this release

- PR #[2357](https://github.com/cfpb/design-system/pull/2357): cfpb-button/cfpb-file-upload: Adjust lit syntax - Ans

### General

- Adjustments to lit syntax - ([6a0982e](https://github.com/cfpb/design-system/commit/6a0982e130f25046da9aa14ee91bf2fdd20adcd7)) - Ans

## [4.0.3](https://github.com/cfpb/design-system/compare/v4.0.2..vv4.0.3) - September 17, 2025

### PRs in this release

- PR #[2339](https://github.com/cfpb/design-system/pull/2339): Update dependencies: esbuild and eslint - Ans
- PR #[2335](https://github.com/cfpb/design-system/pull/2335): Button WC: Update `isDisabled` property to `disabled` - Ans
- PR #[2359](https://github.com/cfpb/design-system/pull/2359): Update Cypress to v15 | Update concurrently, cssnano, eslint, sass - Ans
- PR #[2356](https://github.com/cfpb/design-system/pull/2356): Add checkbox/radio web components - Ans
- PR #[2337](https://github.com/cfpb/design-system/pull/2337): Add tag web components - Ans
- PR #[2362](https://github.com/cfpb/design-system/pull/2362): Add Jest unit tests for web components - Ans
- PR #[2363](https://github.com/cfpb/design-system/pull/2363): Update dependencies: eslint, eslint-plugin-jsdoc, sass, stylelint - Ans
- PR #[2366](https://github.com/cfpb/design-system/pull/2366): Refactor cfpb-tag-group - Ans
- PR #[2365](https://github.com/cfpb/design-system/pull/2365): Update eslint-plugin-jsdoc, stylelint-config-standard-scss - Ans
- PR #[2368](https://github.com/cfpb/design-system/pull/2368): Multiselect: Add padding to no results found state - Ans

### General

- Merge branch 'main' into dependabot/npm_and_yarn/form-data-4.0.4 - Ans
- Re-built assets - ([eac70a1](https://github.com/cfpb/design-system/commit/eac70a10e87ea98db86b527349c637a840993c74)) - Ans
- Update `isDisabled` property to `disabled` - ([4aa6e47](https://github.com/cfpb/design-system/commit/4aa6e4792b5d58da06dca427404760cd729facdd)) - Ans
- Lint and build project - ([97e4e99](https://github.com/cfpb/design-system/commit/97e4e998870c613b8965a1ac202ef0537a645438)) - Ans
- Add checkbox/radio web components - ([35f6f83](https://github.com/cfpb/design-system/commit/35f6f83668deebd4b05cdedac5bf0e9d55345aff)) - Ans
- Add tag web components - ([eea7eb7](https://github.com/cfpb/design-system/commit/eea7eb71cea53390a461a56a2ebeeddeeb04ccb4)) - Ans
- Update tag group to add API to add and remove tags - ([9bbc3fc](https://github.com/cfpb/design-system/commit/9bbc3fcff6c73c3221027807143255e33b17b401)) - Ans
- Add custom click event for filter tag - ([25dbb22](https://github.com/cfpb/design-system/commit/25dbb22288fe9b769eb6f73482a4b3ee88f5fb40)) - Ans
- Add tag web components - ([b7549b4](https://github.com/cfpb/design-system/commit/b7549b41e0a04d98a566b8428f9a108896967330)) - Ans
- Add tests - ([1f200a9](https://github.com/cfpb/design-system/commit/1f200a902389d94f4ba776ddd28106963b9522fb)) - Ans
- Autolint files - ([fb354e6](https://github.com/cfpb/design-system/commit/fb354e6cca6b43a1de29bd56d82907a719cf9401)) - Ans
- Refactor cfpb-tag-group - ([d0437db](https://github.com/cfpb/design-system/commit/d0437db13a127f27f2ed427659f78905a79ce2c9)) - Ans
- Lint files - ([f540aaa](https://github.com/cfpb/design-system/commit/f540aaa80985413f2f8f027e21ee9045ba57654c)) - Ans
- Rebuilt dist files - ([6a06cb6](https://github.com/cfpb/design-system/commit/6a06cb6703bb05deb534b110e53750ec49298de3)) - Ans
- Add padding to no results found state - ([ae74ae5](https://github.com/cfpb/design-system/commit/ae74ae5b61d112868d1616e1df79e5401fd33b3a)) - Ans
- Fix linting error - ([dbcbc94](https://github.com/cfpb/design-system/commit/dbcbc942042c91d7e86e4c0c3f2eaba642e45206)) - Ans

## [4.0.2](https://github.com/cfpb/design-system/compare/v4.0.1..vv4.0.2) - August  5, 2025

### General

- Delete packages/cfpb-design-system/src/components/cfpb-icons/font directory

delete icon font folder and file - ([5bd827b](https://github.com/cfpb/design-system/commit/5bd827b849e9d933d64a755ca6f4637c845d6d0c)) - jenn-franklin

## [4.0.1](https://github.com/cfpb/design-system/compare/v4.0.0..vv4.0.1) - July 15, 2025

### PRs in this release

- PR #[2320](https://github.com/cfpb/design-system/pull/2320): Update lit, cssnano, eslint, eslint-plugin-jsdoc | Move @fontsource-variable/source-sans-3 to published project - Ans

### General

- Update lit, cssnano, eslint, eslint-plugin-jsdoc | Move @fontsource-variable/source-sans-3 to published project - ([3427ba9](https://github.com/cfpb/design-system/commit/3427ba96b1ee5a106573361a3c4fed28e72759be)) - Ans

## [4.0.0](https://github.com/cfpb/design-system/compare/v3.14.1..vv4.0.0) - July 15, 2025

### PRs in this release

- PR #[2316](https://github.com/cfpb/design-system/pull/2316): Add flexbox to summary buttons - Ans
- PR #[2309](https://github.com/cfpb/design-system/pull/2309): Replace Avenir Next with Source Sans 3 - Ans

### General

- Add flexbox to summary buttons - ([6ad127f](https://github.com/cfpb/design-system/commit/6ad127fc848fa811d5886f51b9c55377ece1411c)) - Ans
- Update font.scss - ([ed2b12c](https://github.com/cfpb/design-system/commit/ed2b12ceb9490001a109d17f8e94c1e8e0a7ece5)) - Ans
- Add `@fontsource/source-sans-3` - ([3c6a5e9](https://github.com/cfpb/design-system/commit/3c6a5e9cefa86821f117dafa652ef5f92333e42d)) - Ans
- Add additional font weight of 700 - ([55028fc](https://github.com/cfpb/design-system/commit/55028fc876c1c8e155fe111807344ad783f496ad)) - Ans
- Switch to Source Sans Variable - ([da47dc7](https://github.com/cfpb/design-system/commit/da47dc7dc2220b18181c57d5b456091ee38c13c2)) - Ans
- Swap Avenir with Source Sans 3 - ([607f872](https://github.com/cfpb/design-system/commit/607f8726355ba5d899caa61a4e4e19fcc3296693)) - Ans
- Switch font-display to fallback, from swap - ([ac18f86](https://github.com/cfpb/design-system/commit/ac18f868340ca0351d1aa470ea4dcea8d8cdbb06)) - Ans
- Adjust CSS line height defaults - ([facb436](https://github.com/cfpb/design-system/commit/facb436481f0cc0fea8c8ce762586d26cc584866)) - Ans
- Adjust line-height - ([15abd3f](https://github.com/cfpb/design-system/commit/15abd3fe7bd8f0fa056dfad626897ca191afde3c)) - Ans
- Adjust line-height - ([93a3d8a](https://github.com/cfpb/design-system/commit/93a3d8aecb41ed83f0945adaadbd3019e2d4f1c7)) - Ans
- Adjust gradient for summary | Adjust tag size - ([7447419](https://github.com/cfpb/design-system/commit/7447419278919db9a2bb3f5988ca1a06027a1ef3)) - Ans
- Merge branch 'main' into ans_source_sans_3 - Ans
- Re-build /dist/ - ([5b5e3e6](https://github.com/cfpb/design-system/commit/5b5e3e6c82f939c84d95b06f4075244e6af5337c)) - Ans

## [3.14.1](https://github.com/cfpb/design-system/compare/v3.14.0..vv3.14.1) - July  1, 2025

### PRs in this release

- PR #[2308](https://github.com/cfpb/design-system/pull/2308): Add sideEffects: false to package.json and add init to web components - Ans

### General

- Add sideEffects: false to package.json and add init to web components - ([561eac0](https://github.com/cfpb/design-system/commit/561eac03b2ab566e06dece1162e4aade971a9250)) - Ans
- Re-build assets - ([51f04d4](https://github.com/cfpb/design-system/commit/51f04d40c118b9a73edd31373a44a9315dcbc14d)) - Ans

## [3.14.0](https://github.com/cfpb/design-system/compare/v3.13.1..vv3.14.0) - July  1, 2025

### PRs in this release

- PR #[2307](https://github.com/cfpb/design-system/pull/2307): Update outdated SASS utility syntax in docs | remove unused mixins - Ans

### General

- Update u-link utility syntax in docs | remove unused `u-link-border` - ([f812998](https://github.com/cfpb/design-system/commit/f81299826b532b02efc874eb0c78eaa0a1306494)) - Ans

## [3.13.1](https://github.com/cfpb/design-system/compare/v3.13.0..vv3.13.1) - June 18, 2025

### PRs in this release

- PR #[2304](https://github.com/cfpb/design-system/pull/2304): Additional polish to the file upload web component - Ans

### General

- Additional polish to the file upload web component - ([6fc24e6](https://github.com/cfpb/design-system/commit/6fc24e68cfc5b3dd0ce04c2d7494dac0b19ea5bd)) - Ans
- Add accept attribute - ([e53f469](https://github.com/cfpb/design-system/commit/e53f4695f80a1766740edf330c23b12c32d78e60)) - Ans
- Re-build dist assets - ([8ad0ed9](https://github.com/cfpb/design-system/commit/8ad0ed9bdb85796f496dfc628dd4c3b6113aa2f7)) - Ans

## [3.13.0](https://github.com/cfpb/design-system/compare/v3.12.1..vv3.13.0) - June 13, 2025

### PRs in this release

- PR #[2264](https://github.com/cfpb/design-system/pull/2264): Add `lit` and initial web components - Ans
- PR #[2302](https://github.com/cfpb/design-system/pull/2302): Add linter plugins for web components - Ans
- PR #[2301](https://github.com/cfpb/design-system/pull/2301): Optimize web component code - Ans

### General

- Add cfpb-button and cfpb-file-upload web components - ([454eac3](https://github.com/cfpb/design-system/commit/454eac3004574bfaac6788c7d5f9e98d86a5e088)) - Ans
- Add postcss-minify - ([d9ad251](https://github.com/cfpb/design-system/commit/d9ad251b4d10fa0e4478adc7a051ff5e9dc240bc)) - Ans
- Update internal imports - ([09f0434](https://github.com/cfpb/design-system/commit/09f043437ec290990d690571fa971dd6ddfc7223)) - Ans
- Autolint files - ([c271f67](https://github.com/cfpb/design-system/commit/c271f671661810862511f17779df88cfab9567d9)) - Ans
- Update documentation - ([5fab397](https://github.com/cfpb/design-system/commit/5fab3973d25b9bf39c9be9847e28e3a10250cd31)) - Ans
- Replace postcss-minify with cssnano - ([d3bdd83](https://github.com/cfpb/design-system/commit/d3bdd83f2b06d29427804ddbbe1897530cfa66bb)) - Ans
- Add minifyHTMLLiteralsPlugin - ([44c6618](https://github.com/cfpb/design-system/commit/44c6618b8200229133501f52196656842ebcc874)) - Ans

## [3.12.1](https://github.com/cfpb/design-system/compare/v3.12.0..vv3.12.1) - June 12, 2025

### PRs in this release

- PR #[2296](https://github.com/cfpb/design-system/pull/2296): Move tags to reference page - Ans

### General

- Fix filter tag as link hover state - ([3ff21a7](https://github.com/cfpb/design-system/commit/3ff21a7efb0cad117edb9e95a9db3e5a6aacb6bf)) - Ans

## [3.12.0](https://github.com/cfpb/design-system/compare/v3.11.0..vv3.12.0) - June  6, 2025

### PRs in this release

- PR #[2284](https://github.com/cfpb/design-system/pull/2284): Fix version link in changelog - Ans
- PR #[2286](https://github.com/cfpb/design-system/pull/2286): Migrate form alert variables to CSS custom properties - Ans
- PR #[2285](https://github.com/cfpb/design-system/pull/2285): Remove legacy form input CSS - Ans
- PR #[2287](https://github.com/cfpb/design-system/pull/2287): Migrate checkbox/radio button variables to CSS custom props - Ans
- PR #[2288](https://github.com/cfpb/design-system/pull/2288): Update text inputs to use CSS properties - Ans
- PR #[2289](https://github.com/cfpb/design-system/pull/2289): Tweak radio buttons to have consistent dot color - Ans
- PR #[2226](https://github.com/cfpb/design-system/pull/2226): Add `u-print-only` and `u-screen-only` utilities - Ans

### General

- Fix version link in changelog - ([51cbbab](https://github.com/cfpb/design-system/commit/51cbbab41692f5261463a2a2238ea8b97b0bb9a8)) - Ans
- Migrate form alert variables to CSS custom properties - ([2f8e6a0](https://github.com/cfpb/design-system/commit/2f8e6a0ce18f011355c3f064faedacd26f90f0de)) - Ans
- Remove legacy form input CSS - ([9d9e14d](https://github.com/cfpb/design-system/commit/9d9e14d88365668dcbefc0823b7553664cb6c567)) - Ans
- Migrate checkbox/radio button variables to CSS custom props - ([e90486e](https://github.com/cfpb/design-system/commit/e90486e307d931b720ce9e3843d08691ffb18a94)) - Ans
- Update text inputs to use CSS properties - ([80bf7fe](https://github.com/cfpb/design-system/commit/80bf7fe6b3e458f8ad0d1d7537f6ee36f72c421b)) - Ans
- Tweak radio buttons to have consistent dot color - ([0f7442b](https://github.com/cfpb/design-system/commit/0f7442bf169199604d6d8ee55277d34accf1537b)) - Ans
- Add `u-print-only` and `u-screen-only` utilities - ([586f276](https://github.com/cfpb/design-system/commit/586f27613bec9896ce1810b139df0ee34e1f1d4a)) - Ans
- Refactor utilities - ([8177aa9](https://github.com/cfpb/design-system/commit/8177aa99043b96e171ed1b1671e9ffc03bef2c8c)) - Ans

## [3.11.0](https://github.com/cfpb/design-system/compare/v3.10.0..vv3.11.0) - June  5, 2025

### PRs in this release

- PR #[2248](https://github.com/cfpb/design-system/pull/2248): Refactor `u-show-on-mobile` to not force display state when visible - Ans
- PR #[2250](https://github.com/cfpb/design-system/pull/2250): Move links over to reference page - Ans
- PR #[2252](https://github.com/cfpb/design-system/pull/2252): Tweaks to the reference page - Ans
- PR #[2255](https://github.com/cfpb/design-system/pull/2255): Fix the hover states on selected/disabled radio buttons - Ans
- PR #[2276](https://github.com/cfpb/design-system/pull/2276): Add error state for select component - Ans

### General

- Refactor `u-show-on-mobile` to not force display state when visible - ([7ac51d9](https://github.com/cfpb/design-system/commit/7ac51d96e54526554d1c5c8aab0e96e40f556da2)) - Ans
- Move links over to reference page - ([f509860](https://github.com/cfpb/design-system/commit/f5098606bd0efed07ae457c4e6dbaf32e131c37a)) - Ans
- Tweaks to the reference page - ([6e31f7d](https://github.com/cfpb/design-system/commit/6e31f7df9b6af78f4763b10c3df61f6b57761078)) - Ans
- Fix the hover states on selected/disabled radio buttons - ([a8ec6c3](https://github.com/cfpb/design-system/commit/a8ec6c3afa29c9bbc6d535affca06dc28e935cc4)) - Ans
- Add error state for select component - ([c7e86d6](https://github.com/cfpb/design-system/commit/c7e86d6972c1cf212ed0b75d8e29af0ad68e4ee9)) - Ans
- Update multiselect - ([316e953](https://github.com/cfpb/design-system/commit/316e9538649ee0aad3bc94efcca1374b71b4ee26)) - Ans
- Re-build assets - ([c75ce77](https://github.com/cfpb/design-system/commit/c75ce778ca08e2b8add9d1bbe69b07cdde157ce5)) - Ans

## [3.10.0](https://github.com/cfpb/design-system/compare/v3.9.0..vv3.10.0) - May 21, 2025

### PRs in this release

- PR #[2237](https://github.com/cfpb/design-system/pull/2237): Remove `m-list--spaced` - Ans
- PR #[2246](https://github.com/cfpb/design-system/pull/2246): Fix full width button with icon example - Ans

### General

- Remove `m-list--spaced` - ([be7a408](https://github.com/cfpb/design-system/commit/be7a4081a69e2b3c2dd710a8a7b53de67e02ded2)) - Ans
- Fix full width button with icon example - ([605340e](https://github.com/cfpb/design-system/commit/605340e635fdd00e23dd50fb683aa6142e9ad92f)) - Ans

## [3.9.0](https://github.com/cfpb/design-system/compare/v3.8.0..vv3.9.0) - May 13, 2025

### PRs in this release

- PR #[2220](https://github.com/cfpb/design-system/pull/2220): Update the a-tag-filter active color to teal-60 from teal - Ans
- PR #[2219](https://github.com/cfpb/design-system/pull/2219): Remove `respond-to-print` and set media query helpers to `only screen` - Ans
- PR #[2228](https://github.com/cfpb/design-system/pull/2228): Update deps - Ans

### General

- Update the a-tag-filter active color to teal-60 from teal - ([d20089d](https://github.com/cfpb/design-system/commit/d20089db42b158134cf336a054ca296f5a9c4ebc)) - Ans
- Remove `respond-to-print` and set media query helpers to `only screen` - ([3ce77bd](https://github.com/cfpb/design-system/commit/3ce77bd9b28eb0ea3ac761b506e48931db2fcd14)) - Ans
- Linter fixes - ([39e5fbb](https://github.com/cfpb/design-system/commit/39e5fbb8bb62eac48eebe88cb4224e2485a7f9d1)) - Ans
- Re-build assets - ([5944749](https://github.com/cfpb/design-system/commit/59447498a713b9eb4a6ba8ceb9307244a914cf9b)) - Ans

## [3.8.0](https://github.com/cfpb/design-system/compare/v3.7.1..vv3.8.0) - April 25, 2025

### PRs in this release

- PR #[2196](https://github.com/cfpb/design-system/pull/2196): Globally remove inset border style from HR elements - Ans
- PR #[2194](https://github.com/cfpb/design-system/pull/2194): Convert notifications to use flexbox for layout - Ans

### General

- Globally remove inset border style from HR elements - ([136a5a1](https://github.com/cfpb/design-system/commit/136a5a15837883a7f41569530e7992773794c854)) - Ans
- Convert notifications to use flexbox for layout - ([9c424e8](https://github.com/cfpb/design-system/commit/9c424e8dd31dcedaeb782a84a8e3e5e77b66da46)) - Ans

## [3.7.1](https://github.com/cfpb/design-system/compare/v3.7.0..vv3.7.1) - April 18, 2025

### PRs in this release

- PR #[2192](https://github.com/cfpb/design-system/pull/2192): Buttons: Adjust secondary button hover color - Ans

### General

- Adjust secondary button hover color - ([358f328](https://github.com/cfpb/design-system/commit/358f328ce680e42d18679f738adc485dafda8a91)) - Ans
- Add active state - ([2870e7a](https://github.com/cfpb/design-system/commit/2870e7a57caabf9574c067149ee479cd55ac53c7)) - Ans
- Rebuild assets - ([a0bbaf7](https://github.com/cfpb/design-system/commit/a0bbaf77dbac5b0ef8878a9683bf579c59b26f23)) - Ans

## [3.7.0](https://github.com/cfpb/design-system/compare/v3.6.3..vv3.7.0) - April 17, 2025

### PRs in this release

- PR #[2142](https://github.com/cfpb/design-system/pull/2142): Update browserslist-config, cypress, eslint, eslint-config-prettier, eslint-plugin-react, git-cliff, postcss, release-it, sass, stylelint - Ans
- PR #[2187](https://github.com/cfpb/design-system/pull/2187): Increase gap in button groups - Ans
- PR #[2185](https://github.com/cfpb/design-system/pull/2185): Update secondary button appearance - Ans
- PR #[2186](https://github.com/cfpb/design-system/pull/2186): Notifications: Set max-width of content - Ans

### General

- Update browserslist-config, cypress, eslint, eslint-config-prettier, eslint-plugin-react, git-cliff, postcss, release-it, sass, stylelint - ([b90f42a](https://github.com/cfpb/design-system/commit/b90f42a6278acf8f815505c2b60829010db40d12)) - Ans
- Increase gap in button groups
: - ([9e09997](https://github.com/cfpb/design-system/commit/9e09997aa7d358ddd49b389e9c333570da7dad1c)) - Ans
- Update secondary button appearance - ([3327b25](https://github.com/cfpb/design-system/commit/3327b255d8d85584c282cd07ecb0d5e77101a81a)) - Ans
- Update secondary button divider to pacific-60 - ([bff0461](https://github.com/cfpb/design-system/commit/bff0461328a242a307959b499b61643a902c98c8)) - Ans
- Correct active state - ([7b120d5](https://github.com/cfpb/design-system/commit/7b120d51da12b89658639e2b7e31ed4474e3d197)) - Ans
- Set max-width of notification content - ([05121be](https://github.com/cfpb/design-system/commit/05121be6bb953e63da5ae64f4b1066e0aff10b4c)) - Ans
- Re-build assets - ([dbeb169](https://github.com/cfpb/design-system/commit/dbeb16934dced1e50137664fff270fb48c1066b6)) - Ans

## [3.6.3](https://github.com/cfpb/design-system/compare/v3.6.2..vv3.6.3) - January  8, 2025

### PRs in this release

- PR #[2139](https://github.com/cfpb/design-system/pull/2139): Provide instantiated tooltip object on initialized component - Wyatt Pearsall

### General

- Provide instantiated tooltip object on initialized component - ([c4fee52](https://github.com/cfpb/design-system/commit/c4fee5263ea4869c914e980cbc8b9ce3beb9178b)) - Wyatt Pearsall
- Update jsdoc - ([72163a3](https://github.com/cfpb/design-system/commit/72163a3ac16e801179f32a5c8fbaa07cdba2dea1)) - Wyatt Pearsall
- Add tooltip update dist - ([4a3916b](https://github.com/cfpb/design-system/commit/4a3916bc13d5076153e6e3008f4bf18aa1c27a36)) - Wyatt Pearsall

## [3.6.2](https://github.com/cfpb/design-system/compare/v3.6.1..vv3.6.2) - December 18, 2024

### PRs in this release

- PR #[2137](https://github.com/cfpb/design-system/pull/2137): Provide icon exports - Wyatt Pearsall

### General

- Update CHANGELOG.md - ([bfd91e3](https://github.com/cfpb/design-system/commit/bfd91e39d31d829ea8a2dcb296bea0fd9c36cbbd)) - Chris Contolini
- Provide icon exports - ([9eccdc4](https://github.com/cfpb/design-system/commit/9eccdc415730d3f0e3b42c28ba51fda00d3aa7f6)) - Wyatt Pearsall

## [3.6.1](https://github.com/cfpb/design-system/compare/v3.6.0..vv3.6.1) - December  4, 2024

### PRs in this release

- PR #[2054](https://github.com/cfpb/design-system/pull/2054): Add new tooltip component to DS - Chris Contolini
- PR #[2133](https://github.com/cfpb/design-system/pull/2133): Add ESLint typescript resolver to fix exports issue - Chris Contolini

### General

- Return Tooltip instance to match JSDoc description - ([290b87e](https://github.com/cfpb/design-system/commit/290b87e4889c16c5e846e3039a7266ebb7c09e99)) - Chris Contolini

## [3.6.0](https://github.com/cfpb/design-system/compare/v3.5.0..vv3.6.0) - December  3, 2024

### 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](https://github.com/cfpb/design-system/commit/b718f4925b35a1f0e396663dfa455fb9ed68d2de)) - Chris Contolini
- Rebuild dist bundles - ([e7d8d57](https://github.com/cfpb/design-system/commit/e7d8d5790b50d9eb4c2abe204ee1a70899876231)) - 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](https://github.com/cfpb/design-system/commit/005bce900a9652fff77c746c108e05b5a9a778ab)) - Chris Contolini
- Hide tooltip trigger elements if JS is disabled - ([eb584f8](https://github.com/cfpb/design-system/commit/eb584f8dca6a07f9b1bb5a570ce9431a6136468c)) - Chris Contolini
- Change cursor to pointer on tooltip trigger hover - ([979f268](https://github.com/cfpb/design-system/commit/979f268281721fa6aca5900e1b90fa3d2e100f4d)) - CFPBot
- Rebuild assets, move new packages to yarn cache dir - ([e0e9531](https://github.com/cfpb/design-system/commit/e0e95310cf3d94706ec143e23caa90157f7129f2)) - Chris Contolini
- Remove erroneous auto-changelog dependency and config - ([980d9eb](https://github.com/cfpb/design-system/commit/980d9eb65147732323ce42f56014e17ffc638d5a)) - Chris Contolini

## [3.5.0](https://github.com/cfpb/design-system/compare/v3.4.14..vv3.5.0) - November 26, 2024

### PRs in this release

- PR #[2127](https://github.com/cfpb/design-system/pull/2127): Update hero text margin to `auto 0` - Ans
- PR #[2128](https://github.com/cfpb/design-system/pull/2128): Remove `o-featured-content-module--left` - Ans

### General

- Update hero text margin to `auto 0` - ([a731483](https://github.com/cfpb/design-system/commit/a73148309e7d36ce20ed786f0b57b47d1acfa0d0)) - Ans
- Remove `o-featured-content-module--left` - ([c12548f](https://github.com/cfpb/design-system/commit/c12548feea774c37c781a7f1268551be3703094b)) - Ans

## [3.4.14](https://github.com/cfpb/design-system/compare/v3.4.13..vv3.4.14) - November 21, 2024

### PRs in this release

- PR #[2122](https://github.com/cfpb/design-system/pull/2122): Add non-clickable filter tag - Ans

### General

- Add non-clickable filter tag - ([b0b50c1](https://github.com/cfpb/design-system/commit/b0b50c1fe0b980273ee2f9b79e322b781f850ee8)) - Ans

## [3.4.13](https://github.com/cfpb/design-system/compare/v3.4.12..vv3.4.13) - November 21, 2024

### PRs in this release

- PR #[2123](https://github.com/cfpb/design-system/pull/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](https://github.com/cfpb/design-system/commit/1bb457a727354b5d154e19e08f7b41dcaf231ac4)) - Ans
- Date picker: Adjust min-width to be a nice round number - ([5d41c85](https://github.com/cfpb/design-system/commit/5d41c859fb91d0b3b7df79061415716a5b9e7a09)) - Ans
- Remove top/bottom padding - ([30f215c](https://github.com/cfpb/design-system/commit/30f215ccb0fd5d7df1c2424ab587dbb5fe3281c4)) - Ans
- Date picker: Reduce height by 1px - ([ef7a039](https://github.com/cfpb/design-system/commit/ef7a03962b400fcd0eca1a2308048ad16c876fee)) - Ans
- Regenerate assets - ([56ca4fd](https://github.com/cfpb/design-system/commit/56ca4fd28bd026feb140f4308dd2e47b441e2c2a)) - Ans

## [3.4.12](https://github.com/cfpb/design-system/compare/v3.4.11..vv3.4.12) - November 21, 2024

### PRs in this release

- PR #[2117](https://github.com/cfpb/design-system/pull/2117): Add overflow-wrap: break-word to `a-link__text` - Ans
- PR #[2121](https://github.com/cfpb/design-system/pull/2121): Tweak and consolidate date picker - Ans

### General

- Add overflow-wrap: break-word to `a-link__text` - ([362af9b](https://github.com/cfpb/design-system/commit/362af9b39034f31ca54bf4f84b3eae769aa36868)) - Ans
- Rebuild assets - ([696aa1d](https://github.com/cfpb/design-system/commit/696aa1d51e14bce883e7bdfd6084d50572b59104)) - Ans
- Tweak and consolidate date picker - ([b950e9d](https://github.com/cfpb/design-system/commit/b950e9d051b0d1ebc7d4e031012784dd43ccac0f)) - Ans
- Update date-picker.md - ([62cc483](https://github.com/cfpb/design-system/commit/62cc483290cc3e6fb1ebb9e8806ab4c29366450c)) - Ans
- More tweaks to wrangle aligning iOS with everyone else - ([c41101f](https://github.com/cfpb/design-system/commit/c41101f6be4994c8532b884191525df269529a9d)) - Ans

## [3.4.11](https://github.com/cfpb/design-system/compare/v3.4.10..vv3.4.11) - November 19, 2024

### PRs in this release

- PR #[2118](https://github.com/cfpb/design-system/pull/2118): Add `u-w65pct` and `u-w15pct` utilities - Ans
- PR #[2116](https://github.com/cfpb/design-system/pull/2116): Adds date input example and adjusts baseline appearance - Ans

### General

- Add `u-w65pct` and `u-w15pct` utilities - ([ea2e45b](https://github.com/cfpb/design-system/commit/ea2e45bb961d4cd3fc1e5551c0b9ccf4fce74725)) - Ans
- Shrink demo width utility text size to fit on one line each - ([5b80eaa](https://github.com/cfpb/design-system/commit/5b80eaa670f1a32ce47f006c8d0d0fb02dd890b1)) - Ans
- Rebuild assets - ([533f0c6](https://github.com/cfpb/design-system/commit/533f0c640029664ccb44459b3859fe03f28ee64d)) - Ans
- Adds date input example and adjusts baseline appearance - ([0cd1019](https://github.com/cfpb/design-system/commit/0cd1019a10ecb2a35776d26778cfe60b15511c04)) - Ans
- Rebuild assets - ([869583a](https://github.com/cfpb/design-system/commit/869583add82cf0c4b6000ce28078aa88e8ff1e91)) - Ans

## [3.4.10](https://github.com/cfpb/design-system/compare/v3.4.9..vv3.4.10) - November 19, 2024

### PRs in this release

- PR #[2120](https://github.com/cfpb/design-system/pull/2120): Add filter tag anchor markup example - Ans

### General

- Add filter tag link example - ([195cf5c](https://github.com/cfpb/design-system/commit/195cf5c3c16d6a755c4b482d227a75d229726790)) - Ans

## [3.4.9](https://github.com/cfpb/design-system/compare/v3.4.8..vv3.4.9) - November 13, 2024

### PRs in this release

- PR #[2112](https://github.com/cfpb/design-system/pull/2112): Pagination: move z-index to buttons - Ans

### General

- Move z-index to buttons - ([48e4c68](https://github.com/cfpb/design-system/commit/48e4c68cda895e8b7103b4091627e6d31e859a88)) - Ans

## [3.4.8](https://github.com/cfpb/design-system/compare/v3.4.7..vv3.4.8) - November 13, 2024

### PRs in this release

- PR #[2110](https://github.com/cfpb/design-system/pull/2110): Fix z-index on pagination - Ans

### General

- Fix z-index on pagination - ([1b26267](https://github.com/cfpb/design-system/commit/1b2626760824f74c333b7ea4d24bbfc0f5760cdb)) - Ans

## [3.4.7](https://github.com/cfpb/design-system/compare/v3.4.6..vv3.4.7) - November 13, 2024

### PRs in this release

- PR #[2108](https://github.com/cfpb/design-system/pull/2108): Add text-free icon button examples - Ans
- PR #[2109](https://github.com/cfpb/design-system/pull/2109): Add button link state examples - Ans

### General

- Add text-free icon buttons - ([8527b37](https://github.com/cfpb/design-system/commit/8527b37bbaa56611d2883d43289c4a6c2d2e078a)) - Ans
- Tweak button dimensions - ([8595c33](https://github.com/cfpb/design-system/commit/8595c33afd3b92557c02d4494200e3d08729c053)) - Ans
- Rebuild assets - ([a27795f](https://github.com/cfpb/design-system/commit/a27795fe7fe0072e42b217f5e331a2736e1bcb5a)) - Ans

## [3.4.6](https://github.com/cfpb/design-system/compare/v3.4.5..vv3.4.6) - November 13, 2024

### PRs in this release

- PR #[2106](https://github.com/cfpb/design-system/pull/2106): Refine button links - add icon examples - Ans

### General

- Refine button with link - ([5edc8e5](https://github.com/cfpb/design-system/commit/5edc8e5cc7124e4654a86f065b28d94e70bd45f7)) - Ans

## [3.4.5](https://github.com/cfpb/design-system/compare/v3.4.4..vv3.4.5) - November 12, 2024

### PRs in this release

- PR #[2105](https://github.com/cfpb/design-system/pull/2105): Buttons: add `justify-content: center` - Ans

### General

- Add `justify-content: center` - ([c7993b5](https://github.com/cfpb/design-system/commit/c7993b5281ed84dd301c3640f9ce9ef0cce14c68)) - Ans
- Rebuild assets - ([2f1ab96](https://github.com/cfpb/design-system/commit/2f1ab964c1cfab0d4ad6b914baaac68382073d41)) - Ans

## [3.4.4](https://github.com/cfpb/design-system/compare/v3.4.3..vv3.4.4) - November 12, 2024

### PRs in this release

- PR #[2103](https://github.com/cfpb/design-system/pull/2103): Add `a-btn--hide-icon` class - Ans

### General

- Add `a-btn--hide-icon` class - ([d4bf92c](https://github.com/cfpb/design-system/commit/d4bf92c4a6583b3a5b852ca67eb63c86c31a611c)) - Ans

## [3.4.3](https://github.com/cfpb/design-system/compare/v3.4.2..vv3.4.3) - November  7, 2024

### PRs in this release

- PR #[2104](https://github.com/cfpb/design-system/pull/2104): Fix npm badge image URL - Ans

### General

- Fix badge URL - ([ce2a58a](https://github.com/cfpb/design-system/commit/ce2a58a6b4b82b6dee28725e502462bd8ed67e47)) - Ans

## [3.4.2](https://github.com/cfpb/design-system/compare/v3.4.1..vv3.4.2) - November  7, 2024

### PRs in this release

- PR #[2102](https://github.com/cfpb/design-system/pull/2102): Remove extraneous button-with-icon.scss reference - Ans

### General

- Remove button-with-icon reference - ([ee36f36](https://github.com/cfpb/design-system/commit/ee36f3676c2160415c8e75cf0c8affffad9a7f22)) - Ans

## [3.4.1](https://github.com/cfpb/design-system/compare/v3.4.0..vv3.4.1) - November  6, 2024

### PRs in this release

- PR #[2101](https://github.com/cfpb/design-system/pull/2101): Add behavior JS unit tests - Ans

### General

- Add behavior specs - ([dd956be](https://github.com/cfpb/design-system/commit/dd956be595a500b2fd654faa9c88700851057eb1)) - Ans

## [3.4.0](https://github.com/cfpb/design-system/compare/v3.3.1..vv3.4.0) - November  6, 2024

### PRs in this release

- PR #[2100](https://github.com/cfpb/design-system/pull/2100): Update behavior method names - Ans

### General

- Update behavior method names - ([8ae891d](https://github.com/cfpb/design-system/commit/8ae891de2b6d0f3f3f6fd5744f174302ac3b0465)) - Ans
- Adjust release-it process - ([222f302](https://github.com/cfpb/design-system/commit/222f30216e47e36ca3f01d2835fe53280af8ba4e)) - Ans

## [3.3.1](https://github.com/cfpb/design-system/compare/v3.3.0..vv3.3.1) - November  6, 2024

### PRs in this release

- PR #[2099](https://github.com/cfpb/design-system/pull/2099): Point to the right npm repo in the DS - Ans

### General

- Point to the right npm repo in the DS - ([f61ef71](https://github.com/cfpb/design-system/commit/f61ef71e4bdd0e7df503d6d8afade621ca561a75)) - Ans

## [3.3.0](https://github.com/cfpb/design-system/compare/v3.2.11..vv3.3.0) - November  6, 2024

### PRs in this release

- PR #[2095](https://github.com/cfpb/design-system/pull/2095): Remove `u-break-word` - Ans

### General

- Remove `u-break-word` - ([e9df86d](https://github.com/cfpb/design-system/commit/e9df86d6ae6e0c5c800222a738da905e4ad86e83)) - Ans

## [3.2.11](https://github.com/cfpb/design-system/compare/v3.2.10..vv3.2.11) - November  6, 2024

### PRs in this release

- PR #[2091](https://github.com/cfpb/design-system/pull/2091): Refactor buttons and pagination to fix alignment issues - Ans
- PR #[2098](https://github.com/cfpb/design-system/pull/2098): Linter fixes | Patch bump Cypress - Ans

### General

- Refactor buttons to fix alignment issues - ([3ee904e](https://github.com/cfpb/design-system/commit/3ee904ef5d1b45c149f6bde964d2cacb70675f8e)) - Ans
- Add `row-gap` - ([d6ea4c1](https://github.com/cfpb/design-system/commit/d6ea4c1480dfbf043a4dd0f37d59e73bbb9ed94f)) - Ans
- Linter fixes - ([6f84a1b](https://github.com/cfpb/design-system/commit/6f84a1b12fbd32720cd5f109d8d5ac0da683e51a)) - Ans

## [3.2.10](https://github.com/cfpb/design-system/compare/v3.2.9..vv3.2.10) - November  6, 2024

### PRs in this release

- PR #[2096](https://github.com/cfpb/design-system/pull/2096): Remove `u-inline-block` - Ans

### General

- Bump changelog - ([ad0f6dc](https://github.com/cfpb/design-system/commit/ad0f6dc23d18cad72f3ff953e857a30261bebc60)) - Ans
- Remove `u-inline-block` - ([ad8824d](https://github.com/cfpb/design-system/commit/ad8824d097d77ce5291170b5ac8752e9c0499d3a)) - Ans

## [3.2.9](https://github.com/cfpb/design-system/compare/v3.2.8..vv3.2.9) - November  6, 2024

### PRs in this release

- PR #[2097](https://github.com/cfpb/design-system/pull/2097): Add `u-small-text--subtle` - Ans

### General

- Tweak changelog config - ([e944523](https://github.com/cfpb/design-system/commit/e944523ee676c529483bb2583f74d2d380f7f411)) - Ans
- Add `u-small-text--subtle` - ([3108763](https://github.com/cfpb/design-system/commit/31087639e456f52370dfcaea57f0d14d48572e79)) - Ans
- Rebuild assets - ([6a6f917](https://github.com/cfpb/design-system/commit/6a6f91724677614eda3e2d0d474ec9912e450192)) - Ans

## [3.2.8](https://github.com/cfpb/design-system/compare/v3.2.7..vv3.2.8) - November  1, 2024

### PRs in this release

- PR #[2083](https://github.com/cfpb/design-system/pull/2083): Update to ESLint@9.x - Ans
- PR #[2085](https://github.com/cfpb/design-system/pull/2085): Add button link example | Correctly vertically align button group link buttons - Ans

### General

- Update to ESLint@9.x - ([b7fff18](https://github.com/cfpb/design-system/commit/b7fff18ecbc44e9916d65738a52ed24e7cce9d75)) - Ans
- Add button link example | Correctly vertically align button group link buttons - ([3da715a](https://github.com/cfpb/design-system/commit/3da715a64b907cc71dc753395db42148408519fc)) - Ans
- Add button color to hover - ([5acef20](https://github.com/cfpb/design-system/commit/5acef20549ef2d2c224dfc767f24af740bf10fa2)) - Ans
- Change to center alignment - ([7f38dc7](https://github.com/cfpb/design-system/commit/7f38dc76307f4c9d00b581892259d676cb1fd867)) - Ans
- Switch to git-cliff from auto-changelog - ([2488161](https://github.com/cfpb/design-system/commit/2488161f3a13019778cec325c22870a0a7841933)) - Ans
- Rebuild assets - ([a6ff4d9](https://github.com/cfpb/design-system/commit/a6ff4d9740c7606a2740e30be6d27a28c6e5c4f8)) - Ans

## [3.2.7](https://github.com/cfpb/design-system/compare/v3.2.6..vv3.2.7) - October 30, 2024

### PRs in this release

- PR #[2082](https://github.com/cfpb/design-system/pull/2082): Add `aria-hidden:true` to SVG icons - Ans

### General

- Adjust npm publishing config - ([2f20b8d](https://github.com/cfpb/design-system/commit/2f20b8d83eb7f46298ad5aaa6ad30b700fb85257)) - Ans
- Add `aria-hidden:true` to SVG icons - ([e1f4811](https://github.com/cfpb/design-system/commit/e1f481195648f7d270011de9217e3cf73d5b91cb)) - Ans
- Correctly process icons - ([181bea2](https://github.com/cfpb/design-system/commit/181bea2a44d02c2dd66f22c4f1d461e985d8d6ee)) - Ans
- Re-build dist files - ([228c0ac](https://github.com/cfpb/design-system/commit/228c0ac5b0f1ea1962c7ceedfbcf37e65c077ac1)) - Ans

## [3.2.6](https://github.com/cfpb/design-system/compare/v3.2.5..vv3.2.6) - October 25, 2024

### PRs in this release

- PR #[2075](https://github.com/cfpb/design-system/pull/2075): Update button groups to use flexbox - Ans

### General

- Update button groups to use flexbox - ([fe857d0](https://github.com/cfpb/design-system/commit/fe857d02fe08a6f3f60d262ebf9ef9c4ed9a0a52)) - Ans
- Move auto-changelog dep to root - ([a2acba5](https://github.com/cfpb/design-system/commit/a2acba58b6bf636d3999e5fcdb9ac6be3b3dc0f8)) - Ans

## [3.2.5](https://github.com/cfpb/design-system/compare/v3.2.4..vv3.2.5) - October 23, 2024

### PRs in this release

- PR #[2069](https://github.com/cfpb/design-system/pull/2069): Remove `o-table--entry-header-on-small` class - Ans

### General

- Remove - ([e839bde](https://github.com/cfpb/design-system/commit/e839bde972624c90c36bc58526df71a4e6d0c04a)) - Ans
- Add more `publishConfig` - ([b54c1c1](https://github.com/cfpb/design-system/commit/b54c1c19f8d2d559f428281b8ed1e64a57e41dac)) - Ans

## [3.2.4](https://github.com/cfpb/design-system/compare/v3.2.3..vv3.2.4) - October 23, 2024

### General

- Move auto-changelog to package - ([2eb43f2](https://github.com/cfpb/design-system/commit/2eb43f23cc3a8ebaa08da2c01f41fb273c50716e)) - Ans

## [3.2.3](https://github.com/cfpb/design-system/compare/v3.2.2..vv3.2.3) - October 16, 2024

### PRs in this release

- PR #[2068](https://github.com/cfpb/design-system/pull/2068): Rename `o-table-wrapper--scrolling` to `o-table--scrolling` - Ans

### General

- Rename `o-table-wrapper--scrolling` to `o-table--scrolling` - ([acded96](https://github.com/cfpb/design-system/commit/acded9655df851d2971b0b8f8da7a5221c065e43)) - Ans

## [3.2.2](https://github.com/cfpb/design-system/compare/v3.2.1..vv3.2.2) - September 27, 2024

### PRs in this release

- PR #[2064](https://github.com/cfpb/design-system/pull/2064): Adjust code comments - Ans

### General

- Adjust code comments - ([c31cf40](https://github.com/cfpb/design-system/commit/c31cf40a990abb6e38e96e5a2112f875d4311282)) - Ans
- Build assets - ([35eb3af](https://github.com/cfpb/design-system/commit/35eb3af2e3cd0c7f2a14bd111ed8e0b1392a9238)) - Ans

## [3.2.1](https://github.com/cfpb/design-system/compare/v3.2.0..vv3.2.1) - September 27, 2024

### PRs in this release

- PR #[2058](https://github.com/cfpb/design-system/pull/2058): Swap lerna with release-it - Ans
- PR #[2063](https://github.com/cfpb/design-system/pull/2063): Refresh npm cache - Ans

### General

- Swap lerna for release-it - ([3eb955a](https://github.com/cfpb/design-system/commit/3eb955ab4557a8d8efb43d580a39c4e113f55e5d)) - Ans
- Revert to 3.2.0 - ([3f8c3e0](https://github.com/cfpb/design-system/commit/3f8c3e0bc8960f9f816e922cad115983ab2f10b8)) - Ans
- Revert to v3.2.0 - ([1fbc6ac](https://github.com/cfpb/design-system/commit/1fbc6ac8b76664dc2a342fe6224e081f50ac36b9)) - Ans
- Revert to v3.2.0 - ([a676d01](https://github.com/cfpb/design-system/commit/a676d01f243dd6da1c69640010e9f7101590cda5)) - Ans
- Revert to 3.2.0 - ([0222ad1](https://github.com/cfpb/design-system/commit/0222ad1c71bd76f6a8b8a4d9f51b00b5f8be1c5a)) - Ans
- Revert to v3.2.0 - ([abd9903](https://github.com/cfpb/design-system/commit/abd99037e4885bc8c19285d23b1757d088cc5424)) - Ans
- Revert to v3.2.0 - ([f8cf8f1](https://github.com/cfpb/design-system/commit/f8cf8f1a24a530b458583a91870b8841c8b1ff0b)) - Ans
- Revert to v3.2.0 - ([a42322d](https://github.com/cfpb/design-system/commit/a42322d39fb6c7372b2ffc00e0bd025c481e1c6b)) - Ans
- Revert to v3.2.0 - ([9eb2d8c](https://github.com/cfpb/design-system/commit/9eb2d8c3fde5da7e12a9ec5f23a3d958a08eac13)) - Ans

## [3.2.0](https://github.com/cfpb/design-system/compare/v3.1.9..vv3.2.0) - September 25, 2024

### PRs in this release

- PR #[2053](https://github.com/cfpb/design-system/pull/2053): More color contrast adjustments | Formatting fixes - Ans
- PR #[2056](https://github.com/cfpb/design-system/pull/2056): Update types/react@18.3.8, concurrently@9.0.1, postcss@8.4.47, sass@179.2, saucectl@0.186.0 - Ans
- PR #[2055](https://github.com/cfpb/design-system/pull/2055): Refactor heading mixins - Ans

### General

- More color contrast adjustments | Formatting fixes - ([f3c95e5](https://github.com/cfpb/design-system/commit/f3c95e5c960bd0fe0c6a640de076428d3f994eca)) - Ans
- Remove redundant abstracts imports - ([57d178b](https://github.com/cfpb/design-system/commit/57d178b24f7acee3a1d704c221c4ff9ed054ec9c)) - Ans
- Refactor heading mixins - ([6f421a6](https://github.com/cfpb/design-system/commit/6f421a6ef6ea17c076fe34db23bdfe855ee71cc4)) - Ans
- V3.2.0 - ([1b92196](https://github.com/cfpb/design-system/commit/1b92196c49399125ce790a1c43e47e02659e3e3e)) - Ans

## [3.1.9](https://github.com/cfpb/design-system/compare/v3.1.8..vv3.1.9) - September 12, 2024

### PRs in this release

- PR #[2051](https://github.com/cfpb/design-system/pull/2051): Filter tag tweaks - Ans

### General

- V3.1.8 - ([f7b4d78](https://github.com/cfpb/design-system/commit/f7b4d7854e74fa99e2439c90ea28dc194f70c3cc)) - Ans
- Tweak filter tag layout - ([9c0c1f3](https://github.com/cfpb/design-system/commit/9c0c1f362f41e391f4c416fffec5665029e18858)) - Ans
- Bump version - ([8af1437](https://github.com/cfpb/design-system/commit/8af143793243ce4b08e7be32219a4cb3f6e86ee9)) - Ans
- V3.1.9 - ([b6b39a3](https://github.com/cfpb/design-system/commit/b6b39a3000a8fd8f75f237db1a86d3f3725780f8)) - Ans

## [3.1.8](https://github.com/cfpb/design-system/compare/v3.1.7..vv3.1.8) - September 11, 2024

### PRs in this release

- PR #[2049](https://github.com/cfpb/design-system/pull/2049): Replace multiselect tags with filter tags - Ans

### General

- Merge branch 'main' into ans_build - Ans
- Replace multiselect tags with filter tags - ([5052532](https://github.com/cfpb/design-system/commit/505253216946dc9f5c344966d88b38b89a90a92b)) - Ans
- Bump version - ([caa9f2f](https://github.com/cfpb/design-system/commit/caa9f2ffb1f452b547dcfc8410e9aef876ea3ae2)) - Ans
- V3.1.8 - ([ce63bfc](https://github.com/cfpb/design-system/commit/ce63bfcdecf687e9b96ab2420db225649b65db4b)) - Ans

## [3.1.7](https://github.com/cfpb/design-system/compare/v3.1.6..vv3.1.7) - September 10, 2024

### PRs in this release

- PR #[2046](https://github.com/cfpb/design-system/pull/2046): Update gap in tags - Ans

### General

- Update gap in tags - ([e6c8fa1](https://github.com/cfpb/design-system/commit/e6c8fa116ab842a83ff7b32f24db8251eb591cfb)) - Ans
- Bump version - ([8f68113](https://github.com/cfpb/design-system/commit/8f68113c89ae1e24550d23c76a1765daac3a1a63)) - Ans
- V3.1.7 - ([4154531](https://github.com/cfpb/design-system/commit/415453147d44ab32977359f985c50a66799818c1)) - Ans

## [3.1.6](https://github.com/cfpb/design-system/compare/v3.1.5..vv3.1.6) - September 10, 2024

### PRs in this release

- PR #[2045](https://github.com/cfpb/design-system/pull/2045): Add non-link topic tags - Ans

### General

- Add non-link topic tags - ([f1c3158](https://github.com/cfpb/design-system/commit/f1c3158e739b114d92f83daeb79763af5c781b92)) - Ans
- V3.1.6 - ([59f8344](https://github.com/cfpb/design-system/commit/59f83442c41d4ca6803d22971964dab26efb0ef0)) - Ans

## [3.1.5](https://github.com/cfpb/design-system/compare/v3.1.4..vv3.1.5) - September 10, 2024

### PRs in this release

- PR #[2037](https://github.com/cfpb/design-system/pull/2037): Adjust focus rectangle offset for default links, expandables, summaries - Ans
- PR #[2042](https://github.com/cfpb/design-system/pull/2042): Add stacked topic tag group modifier - Ans

### General

- Adds default outline-offset of 1px to focused links - ([5c00dbe](https://github.com/cfpb/design-system/commit/5c00dbefb47b2f8043eab1f94a9d34e23f011867)) - Ans
- Adjust focus rectangle offset - ([3ed54e6](https://github.com/cfpb/design-system/commit/3ed54e6bb0d91615ca42ab71edf3ade33ac7c1ee)) - Ans
- Add stacked topic tag group modifier - ([b89b032](https://github.com/cfpb/design-system/commit/b89b032b0bd5593ceb496e5449d20ed5dc396178)) - Ans
- V3.1.5 - ([37c1b91](https://github.com/cfpb/design-system/commit/37c1b91a345ebaf7098509a05ec1e972cbcd91c3)) - Ans

## [3.1.4](https://github.com/cfpb/design-system/compare/v3.1.3..vv3.1.4) - September  5, 2024

### PRs in this release

- PR #[2039](https://github.com/cfpb/design-system/pull/2039): Update index.scss - Ans

### General

- Update index.scss - ([f6ba359](https://github.com/cfpb/design-system/commit/f6ba3598acd1d58c5dff277218055d9ed74b6bd6)) - Ans
- V3.1.4 - ([62179e8](https://github.com/cfpb/design-system/commit/62179e890fdeafb650900377678bde853f0f7a9d)) - Ans

## [3.1.3](https://github.com/cfpb/design-system/compare/v3.1.2..vv3.1.3) - September  5, 2024

### PRs in this release

- PR #[2038](https://github.com/cfpb/design-system/pull/2038): Add tag RTL code - Ans

### General

- Add tag RTL code - ([6239902](https://github.com/cfpb/design-system/commit/62399029913e444a8809dd65fff6f1a98e580098)) - Ans
- V3.1.3 - ([072112e](https://github.com/cfpb/design-system/commit/072112ea27fe26d283d6b230de22582c3be09370)) - Ans

## [3.1.2](https://github.com/cfpb/design-system/compare/v3.1.1..vv3.1.2) - September  5, 2024

### PRs in this release

- PR #[2027](https://github.com/cfpb/design-system/pull/2027): Remove `$font-size` variable - Ans
- PR #[2036](https://github.com/cfpb/design-system/pull/2036): Adjust tags outline and coloring - Ans

### General

- Remove $font-size variable - ([de3bc6a](https://github.com/cfpb/design-system/commit/de3bc6a7b8e58374483509ffcef2328c5e9a4baa)) - Ans
- Adjust tags outline and coloring - ([843ced7](https://github.com/cfpb/design-system/commit/843ced766cfa3930574c45bd70f19f272508a415)) - Ans
- Bump version - ([647e344](https://github.com/cfpb/design-system/commit/647e34496e3958aacef027ba35c3e3069e59772f)) - Ans
- V3.1.2 - ([def4f44](https://github.com/cfpb/design-system/commit/def4f440c6e4df31e9c9001a3630e14011c2c840)) - Ans

## [3.1.1](https://github.com/cfpb/design-system/compare/v3.1.0..vv3.1.1) - September  4, 2024

### PRs in this release

- PR #[2035](https://github.com/cfpb/design-system/pull/2035): Update types/react, decap-cms-app, cypress, postcss, sass, saucectl, stylelint - Ans
- PR #[2034](https://github.com/cfpb/design-system/pull/2034): Update accordion BEM fix - Ans

### General

- Update accordion BEM fix - ([13dd557](https://github.com/cfpb/design-system/commit/13dd557463a7d62e9ba09c6fb5e833be2e9f5d22)) - Ans
- Update types/react, decap-cms-app, cypress, postcss, sass, saucectl, stylelint - ([7dcaaf2](https://github.com/cfpb/design-system/commit/7dcaaf2a7c4ef72ef9aa8d1e5556993e79db3514)) - Ans
- Merge branch 'main' into ans_accordion_bem - Ans
- Bump version - ([5faa23f](https://github.com/cfpb/design-system/commit/5faa23fcf2f8b3e49bfc8ae88d9a3326073ba08a)) - Ans
- V3.1.1 - ([6d08f67](https://github.com/cfpb/design-system/commit/6d08f674140b371f4c5eb6cfa1837320f5350fb9)) - Ans

## [3.1.0](https://github.com/cfpb/design-system/compare/v3.0.3..vv3.1.0) - September  4, 2024

### PRs in this release

- PR #[2031](https://github.com/cfpb/design-system/pull/2031): Add topic tags | Re-arrange links page | Adjust sass imports - Ans

### General

- Add topic tags | Re-arrange links page | Adjust sass imports - ([6074735](https://github.com/cfpb/design-system/commit/60747356f5ee271e1e551651e5b5b19b919900e0)) - Ans
- Adjust topic tag underlining - ([c1b2d19](https://github.com/cfpb/design-system/commit/c1b2d191299c385d4df8d9d2ef96b6f50bc39db2)) - Ans
- Add topic tag bullet class - ([d187f9c](https://github.com/cfpb/design-system/commit/d187f9c35debfcc5e5332ba64392a816a6e345fb)) - Ans
- Break long words at small screen sizes - ([f522017](https://github.com/cfpb/design-system/commit/f522017aedbd62eb840f4d8670f9a3157926e728)) - Ans
- Bump version - ([a5d1c70](https://github.com/cfpb/design-system/commit/a5d1c709bc5f79e229859729fe085e8730264a61)) - Ans
- V3.1.0 - ([95e0718](https://github.com/cfpb/design-system/commit/95e07185441126cf0376f28f49180a77168ee413)) - Ans

## [3.0.3](https://github.com/cfpb/design-system/compare/v3.0.2..vv3.0.3) - August 22, 2024

### PRs in this release

- PR #[2026](https://github.com/cfpb/design-system/pull/2026): Tags: Add initial tag styling - Ans
- PR #[2029](https://github.com/cfpb/design-system/pull/2029): Fix malformed line-height - Ans
- PR #[2028](https://github.com/cfpb/design-system/pull/2028): Linter autofixes - Ans

### General

- Add initial tag styling - ([68883eb](https://github.com/cfpb/design-system/commit/68883ebda6bedba02b3a86f17497d22f635e9d4d)) - Ans
- Update tags to regular weight - ([cad141f](https://github.com/cfpb/design-system/commit/cad141f577a923d7ad368d3594f21ae18a7bf5e1)) - Ans
- Fix malformed line-height - ([a902e01](https://github.com/cfpb/design-system/commit/a902e019bb6731d749230b40b08dd57e237206b6)) - Ans
- Autofix linter - ([600f799](https://github.com/cfpb/design-system/commit/600f799b54aaea34ba20644571d26808e074ccf6)) - Ans
- Bump version - ([8822087](https://github.com/cfpb/design-system/commit/8822087c8b24f8d2edfd9ae56064a893122983d9)) - Ans
- V3.0.3 - ([85b594f](https://github.com/cfpb/design-system/commit/85b594f98ad76a7bfcfd8576b9fcb82f89dd1c56)) - Ans

## [3.0.2](https://github.com/cfpb/design-system/compare/v3.0.1..vv3.0.2) - August 21, 2024

### PRs in this release

- PR #[2024](https://github.com/cfpb/design-system/pull/2024): FCM: Unquote padding-bottom value in video-playing class - Ans

### General

- Unquote padding-bottom value in video-playing class - ([0972a29](https://github.com/cfpb/design-system/commit/0972a292720d5edb04c2c17e1ca5ad5ca38a5e74)) - Ans
- V3.0.2 - ([f01daeb](https://github.com/cfpb/design-system/commit/f01daeba6c0204356ed86358d51a0f25e4af9159)) - Ans

## [3.0.1](https://github.com/cfpb/design-system/compare/v3.0.0..vv3.0.1) - August 16, 2024

### PRs in this release

- PR #[2022](https://github.com/cfpb/design-system/pull/2022): Create root package index.scss - Ans

### General

- Create root package index.scss - ([b4ae5d0](https://github.com/cfpb/design-system/commit/b4ae5d08c7bee7f09ef478743038b02e7bb4d55d)) - Ans
- V3.0.1 - ([dbcf5b3](https://github.com/cfpb/design-system/commit/dbcf5b3bcc5b64fa7760011f05c7d7fa8517406a)) - Ans

## [3.0.0] - August 16, 2024

### PRs in this release

- PR #[2005](https://github.com/cfpb/design-system/pull/2005): Consolidate packages into cfpb-design-system - Ans
- PR #[2014](https://github.com/cfpb/design-system/pull/2014): Update banner color scheme - Ans
- PR #[2016](https://github.com/cfpb/design-system/pull/2016): Add script to decap preview - Ans
- PR #[2017](https://github.com/cfpb/design-system/pull/2017): Add base index file | Remove less file - Ans
- PR #[2018](https://github.com/cfpb/design-system/pull/2018): Remove default export - Ans
- PR #[2019](https://github.com/cfpb/design-system/pull/2019): Pre-v3 prep - Ans
- PR #[2020](https://github.com/cfpb/design-system/pull/2020): Update decap-cms-app@3.3.2, saucectl@0.183.0, stylelint@16.8.2, cypress@13.13.3, esbuild@0.23.1 - Ans

### General

- Consolidate packages into cfpb-design-system - ([eb63aba](https://github.com/cfpb/design-system/commit/eb63aba9edccaff1cb5739212b1dac7fa7c1be89)) - Ans
- Move some button and layout vars to the abstracts vars - ([434262e](https://github.com/cfpb/design-system/commit/434262eba8f0ac35f66fa6fd4d2cdaa065747e37)) - Ans
- Update banner color scheme - ([440ab7e](https://github.com/cfpb/design-system/commit/440ab7eab5b23082a6fd665fe246e86c0c9dcdbb)) - Ans
- Add script to decap preview - ([af903c9](https://github.com/cfpb/design-system/commit/af903c9180da5a6668c6943ef46ffd509f836912)) - Ans
- Add base index file | Remove less file - ([406e73e](https://github.com/cfpb/design-system/commit/406e73eb478053b53d6b2ba26870b50d2e6b9d69)) - Ans
- Remove default export - ([44c6a64](https://github.com/cfpb/design-system/commit/44c6a64252454aeba5ed1a7a9cb9985dfab7c949)) - Ans
- Remove underscore named files | Move custom props to mixin | Move some vars to global space - ([20b9076](https://github.com/cfpb/design-system/commit/20b9076365f4f19617ddaf78544af089ddf7d042)) - Ans
- Update decap-cms-app@3.3.2, saucectl@0.183.0, stylelint@16.8.2, cypress@13.13.3 - ([8c095fd](https://github.com/cfpb/design-system/commit/8c095fd73576729451d7ea285dd965528502b04a)) - Ans
- V3.0.0 - ([5810e39](https://github.com/cfpb/design-system/commit/5810e39c705e77c043124b0cebbb0aa370fe4116)) - Ans


