Skip to content
This repository was archived by the owner on Oct 29, 2025. It is now read-only.

Releases: cfpb/generator-cf

Bugfix for renamed repo in template

09 Jan 20:47

Choose a tag to compare

Merge pull request #131 from cfpb/repo-rename

Update for renamed repo

v2.2.1 - Updated font-size and repo reference defaults

28 Nov 16:35

Choose a tag to compare

Fixed

  • Updated @btn-font-size to 16px from 14px.
  • Updated reference to development from front-end to reflect name change of that repo.

v2.2.0 - Updated dependencies

15 Jun 21:17

Choose a tag to compare

Changed

  • Updates installed gulp-eslint to 2.0.0 from 1.0.0.
  • Updates installed gulp-autoprefixer to 3.1.0 from 2.3.1

Support for Capital Framework v3.x

07 Jan 20:15

Choose a tag to compare

Added

  • cf-type-testing to ignore list.

Changed

  • Migration to Voltrazord: Build processes now use npm instead of Bower.
  • Generated build processes use Webpack for bundling JavaScript.

Fixed

  • cf-theme-overrides.less now uses new brand palette color variables.

Removed

  • All Bower references.

CFPB color palette overhaul

18 Nov 19:02

Choose a tag to compare

Overhauled color palette in CFPB's brand-palette.less variables file.

⚠️ WARNING: This is a breaking change for CFPB projects that use this file. Please heed the instructions given at the bottom of the file for updating your project's color variables when implementing the updated palette.

Bugfix: JavaScript will now resume building in generated projects

05 Nov 19:09

Choose a tag to compare

Merge pull request #105 from Scotchester/master

Fix typo in Grunt js alias

Added option to use Gulp as build tool

15 Oct 16:30

Choose a tag to compare

1.3.0 - 2015-10-15

Added

  • Added option to use Gulp as project build tool

Changed

  • Moved Grunt specific template files to /grunt directory

Generated build process improvements

13 Oct 13:46

Choose a tag to compare

1.2.0 - 2015-10-13

Added

  • Re-adds html5shiv to the list of Bower dependencies.
  • Adds copy to the css and js task aliases so that the changes get copied
    to dist/ after they're run.

Fixed

  • Grunt watch updated so that it only builds what is needed,
    depending on what has been changed.

Changed

  • Updates the copy task to include images, include HTML files in subfolders,
    exclude HTML files from dependencies, include html5shiv.

Added setup.sh script to generated project

13 Oct 13:54

Choose a tag to compare

1.1.0 – 2015-08-03

Added

  • setup.sh script, allowing projects to easily install dependencies and run their first build by running a single shell command.

Stop importing Normalize

13 Jul 16:07

Choose a tag to compare

1.0.1 – 2015-07-08

Removed

  • Normalize.css imports.