Skip to content

Releases: 18F/uswds-jekyll

v5.5.0

01 Mar 20:10
ddedf99
Compare
Choose a tag to compare
  • Corrects an issue where the gov banner would flicker on initial page load - #256

v5.4.0

15 Apr 17:37
Compare
Choose a tag to compare

v5.2.0

01 Oct 22:23
Compare
Choose a tag to compare
  • Upgraded to USWDS 2.9.0 - #210
  • Fix use of a couple of deprecated variables and rules - #211
  • Improved customization instructions - #208

Note there is no v5.1.0 release — this was a mistake. v5.2.0 is the next release following v5.0.1.

v5.0.0

01 Oct 22:25
751a147
Compare
Choose a tag to compare

A major release incorporating USWDS 2. Check out the migration guide to update your site from earlier uswds-jekyll releases.

Added

  • Use Prettier for consistent formatting
  • New sidenav-breakpoint key in navigation.yml
  • New color configuration keys in theme.yml

Updated

  • USWDS to 2.7.0 from USWDS 1.6.9 – and all HTML templates and layouts to match
  • Jekyll to 4.0
  • Renamed footer type medium to default in footer.yml
  • Reorganized _sass directory layout
  • Disabled search by default

v4.2.0

19 Dec 14:22
4a97453
Compare
Choose a tag to compare

Added

  • Ability for hero, tagline and graphic list to be added to any page layout and not just the homepage
  • A configuration for setting the domain in the usa banner for websites that are something other than .gov (.mil for example)
  • Ability to set the sidenav to be sticky
  • Default SASS compression to config file
  • Ability to set page title from from frontmatter for the title <h1> on the page
  • Ability to set site and page descriptions from from frontmatter for the page meta description
  • Options for basic mega menu and extended mega menu headers
  • Options for slim and big footer variations

Updated

  • USWS package JSON update to ^1.6.0
  • USWDS version to 1.6.9
  • Allows edit page link to be the only footer option
  • Readme with instructional fixes
  • Header component by DRYing it up and reduce repeated code

Fixed

  • cached-path-relative issue

v4.1.0

19 Mar 16:53
feae6a4
Compare
Choose a tag to compare

Added

  • Project layout to be used for showcasing details about an individual projects
  • Project list include for showing a listing of projects
  • Team layout to be used for showcasing details about an individual team member
  • Team list include for showing a listing of team members

v4.0.0

15 Mar 21:04
2b2dcdf
Compare
Choose a tag to compare

Added

  • theme.yml file which can be used to customize component default uswds colors and fonts
  • ability to add a class to top and side navigational links
  • site_width variable to config.yml for setting the site width to 100%
  • theme demo page to show tables and buttons

Updated

  • demo home page to use all markdown and not longer use HTML
  • breakpoints for side nav to now switch to a small screen view at 960px instead of 1200px
  • the default USWDS stylesheet included is now generated from Sass rather than using the minified CSS version

v3.0.0

06 Feb 14:30
83bd7b9
Compare
Choose a tag to compare

Added

Updated

Removed

v2.2.1 (Hotfix)

12 Jan 15:09
3c2799b
Compare
Choose a tag to compare

Some U.S. Web Design Standards files were not updated previously and a hotfix has been pushed for fixing this. 🚀

v2.2.0

11 Jan 18:31
45659ba
Compare
Choose a tag to compare

Added

  • Anchor JS as an option to be used on page and post layouts.
  • Additional headers H3 - H6 to example docs layout page.
  • Default 404 page to pages folder.

Updated

  • JavaScript setup in README.
  • Version 1.4.4 of the U.S. Web Design Standards. 🎉
  • Instruction on setting up a new site to include Jekyll_pages_api_search.
  • Moved DAP and Google Analytics code to before closing <head> tag.

Fixed

  • Search box was not showing on basic version of the header (it is now!)
  • Several small fixes to allow theme to be used in conjuntion with the jekyll-remote-theme plugin and Github Pages