Releases: 18F/uswds-jekyll
Releases · 18F/uswds-jekyll
v5.5.0
v5.4.0
- Add Touchpoints support - #231
- Update to USWDS v2.10.1 - #226
- Correct Private Eye instructions
v5.2.0
v5.0.0
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 innavigation.yml
- New color configuration keys in
theme.yml
Updated
v4.2.0
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
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
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 toconfig.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
Added
- Search.gov as the option for search and no longer using Jekyll pages api search
- Default 404 page
- Edit this page link option in the footer that can be shown or hidden via a config
- Support for Github Pages and jekyll-remote-theme plugin
Updated
- USA banner to be it's own component that can be shown or hidden via a config
- USWDS to version 1.4.5
- Updated USWDS naming from "Standards" to "System"
- Default footer code to align with the USWDS 'medium' footer
- NPM task to exclude the USWDS SCSS files
Removed
- Jekyll pages api search in favor of search.gov
- Search results layout
- USWDS SCSS assets folder
v2.2.1 (Hotfix)
Some U.S. Web Design Standards files were not updated previously and a hotfix has been pushed for fixing this. 🚀
v2.2.0
Added
- Anchor JS as an option to be used on
page
andpost
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