Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 2.6.0 #3367

Merged
merged 58 commits into from
Mar 18, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
58 commits
Select commit Hold shift + click to select a range
0613987
Added Advanced Distributed Learning (ADL) Initiative
rajkowski Feb 18, 2020
616851d
Reorder label state classes so they override default state
sawyerh Feb 19, 2020
a4797ff
Remove redundant display:block
sawyerh Feb 19, 2020
831b1eb
Use consistent search markup.
mejiaj Feb 25, 2020
1f32a2e
Merge pull request #3337 from uswds/master
thisisdano Mar 3, 2020
9202064
Merge branch 'develop' of github.com:uswds/uswds into feature/USWDS-s…
mejiaj Mar 5, 2020
8b8d02f
Revert to putting the ARIA role in the <form> element
thisisdano Mar 5, 2020
398569f
Update the stylesheet and document the cases
thisisdano Mar 5, 2020
be65193
Synchronize letterspacing values
thisisdano Mar 5, 2020
1675336
Revert to existing markup form
thisisdano Mar 5, 2020
857d34e
Merge pull request #3343 from uswds/dw-fix-letterspacing
mejiaj Mar 12, 2020
72d2952
Fix missing $media-prefix prop
thisisdano Mar 12, 2020
9dcf53f
Add new and changed values
thisisdano Mar 13, 2020
33151e0
Generate Sass files from tokens
thisisdano Mar 13, 2020
c00a5cc
Update Indigo Cool 50v
thisisdano Mar 13, 2020
8537a4f
Update Indigo 60v
thisisdano Mar 13, 2020
6455924
Update Indigo Cool 10v
thisisdano Mar 14, 2020
07df919
Update Indigo 20v-40v
thisisdano Mar 14, 2020
3b07945
Update Green Cool 60v
thisisdano Mar 14, 2020
292318e
Revert Indigo Cool 20
thisisdano Mar 14, 2020
30c6190
Update Indigo 30v
thisisdano Mar 16, 2020
9501379
Update Indigo 60v
thisisdano Mar 16, 2020
e7977b6
Update Red Warm 40v
thisisdano Mar 16, 2020
74a2f4f
Update Red Warm 50v
thisisdano Mar 16, 2020
b7c0421
Update yargs and npm audit
thisisdano Mar 16, 2020
9747441
Update Sass and npm audit fix
thisisdano Mar 16, 2020
54b6465
Use current LTS of node (12.16.1)
thisisdano Mar 16, 2020
711e125
npm update
thisisdano Mar 16, 2020
c163c72
npm audit fix
thisisdano Mar 16, 2020
7a13a0e
Merge pull request #3346 from uswds/dw-fix-utility-prefixes
mejiaj Mar 16, 2020
56ceb1b
Use consistent markup
thisisdano Mar 16, 2020
8ca08c0
Add working code for each of the search version variants
thisisdano Mar 16, 2020
32fe10e
Merge pull request #3353 from uswds/dw-check-vulns
mejiaj Mar 16, 2020
c942f69
Merge branch 'develop' into feature/USWDS-search-fix
thisisdano Mar 16, 2020
0b4f512
Merge pull request #3351 from uswds/dw-add-vivid-values
thisisdano Mar 16, 2020
c783aae
Scope to direct children
thisisdano Mar 16, 2020
fa18bdf
Merge pull request #3327 from uswds/feature/USWDS-search-fix
thisisdano Mar 17, 2020
ec03e12
Merge pull request #3323 from navapbc/sawyerh/label-error-priority
thisisdano Mar 17, 2020
b626f47
Merge pull request #3322 from rajkowski/patch-1
thisisdano Mar 17, 2020
1b7adf9
Ignore system tokens with prettier
thisisdano Mar 17, 2020
da19c9d
Update stylelint
thisisdano Mar 17, 2020
cf2f886
Update gulp
thisisdano Mar 17, 2020
20dbfc9
Replace nswatch with gulp watchfile
thisisdano Mar 17, 2020
41f1ccb
Update stylelint-related packages
thisisdano Mar 17, 2020
13556bb
Use parallel execution
thisisdano Mar 17, 2020
771b425
Loop around usa-accordion, not inside it
thisisdano Mar 17, 2020
6a3106a
npm audit fix
thisisdano Mar 17, 2020
99c18a6
Update package-lock.json
thisisdano Mar 17, 2020
ebb45ed
Revert to keeping all related accordion items in a single usa-accordion
thisisdano Mar 18, 2020
2d2c16b
Reinstate nswatch :(
thisisdano Mar 18, 2020
2602560
Remove extra indent in accordion component.
mejiaj Mar 18, 2020
c84d88b
Merge pull request #3363 from uswds/dw-fix-minimist
thisisdano Mar 18, 2020
256f471
Add 2.6.0 notification
thisisdano Mar 18, 2020
68456cb
Merge pull request #3365 from uswds/dw-notification-2.6.0
mejiaj Mar 18, 2020
4fdba93
Remove post-deploy Snyk step
thisisdano Mar 18, 2020
e151ab9
Merge pull request #3366 from uswds/dw-remove-post-deploy-snyk
mejiaj Mar 18, 2020
92efed3
2.6.0
thisisdano Mar 18, 2020
f5ed10a
Update refs to 2.6.0
thisisdano Mar 18, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 0 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ jobs:
command: |
npm config set "//registry.npmjs.org/:_authToken=$NPM_TOKEN"
npm publish
- snyk/scan:
organization: uswds

workflows:
version: 2
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
12.13.0
12.16.1
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
src/stylesheets/core/system-tokens/**/*
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,12 @@ How you implement the design system depends on the needs of your project and you

### Download

1. Download the [USWDS zip file](https://github.com/uswds/uswds/releases/tag/v2.5.1) from the latest USWDS release and open that file.
1. Download the [USWDS zip file](https://github.com/uswds/uswds/releases/tag/v2.6.0) from the latest USWDS release and open that file.

After extracting the zip file you should see the following file and folder structure:

```
uswds-2.5.1/
uswds-2.6.0/
├── css/
│   ├── uswds.min.css.map
│   ├── uswds.min.css
Expand All @@ -87,7 +87,7 @@ How you implement the design system depends on the needs of your project and you
```
example-project/
├── assets/
│   ├── uswds-2.5.1/
│   ├── uswds-2.6.0/
│   ├── stylesheets/
│   ├── images/
│   └── javascript/
Expand All @@ -107,10 +107,10 @@ How you implement the design system depends on the needs of your project and you
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>My Example Project</title>
<link rel="stylesheet" href="assets/uswds-2.5.1/css/uswds.min.css" />
<link rel="stylesheet" href="assets/uswds-2.6.0/css/uswds.min.css" />
</head>
<body>
<script src="assets/uswds-2.5.1/js/uswds.min.js"></script>
<script src="assets/uswds-2.6.0/js/uswds.min.js"></script>
</body>
</html>
```
Expand Down
1 change: 1 addition & 0 deletions docs/WHO_IS_USING_USWDS.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Below are a list of websites and applications currently using the U.S. Web Desig
- [18F Before you ship](https://before-you-ship.18f.gov/)
- [18F Front End Guide](https://frontend.18f.gov/)
- [Accessibility for Teams](https://accessibility.digital.gov/)
- [Advanced Distributed Learning (ADL) Initiative](https://adlnet.gov)
- [Agricultural Marketing Service - USDA](http://gipsa.usda.gov/)
- [Agricultural Research Service - USDA](https://www.ars.usda.gov/)
- [America’s Seed Fund - National Science Foundation](https://seedfund.nsf.gov/)
Expand Down
6 changes: 6 additions & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,9 @@ gulp.task("default", function(done) {

done();
});

gulp.task("watch", function() {
gulp.watch("src/stylesheets/**/*.scss", gulp.series("sass")),
gulp.watch("src/js/**/*.js", gulp.series("javascript"));
return;
});