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

USWDS-Site: Add consolidated changelog to what's new page #3118

Draft
wants to merge 41 commits into
base: al-whats-new-updates-feature-branch
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
32dcd3a
Add simple consolidated changelog
thisisdano Jan 24, 2025
f258980
Add page info to changelog data
thisisdano Jan 28, 2025
40b213e
Create consolidated-changelog-table.html
thisisdano Jan 28, 2025
031ddb4
Display consolidated changelog
thisisdano Jan 28, 2025
a6a87cd
Reorganize table
thisisdano Jan 28, 2025
e9497a6
Show only latest 250 items
thisisdano Jan 28, 2025
248f3a0
Add a more descriptive and prominent header
thisisdano Jan 28, 2025
5de5ee2
Merge branch 'main' into dw-whats-new-newsfeed
thisisdano Jan 31, 2025
b778bec
Fix duplicate id
thisisdano Jan 31, 2025
60486a1
Remove stray ul
thisisdano Jan 31, 2025
986ab63
Update recent changelogs
thisisdano Jan 31, 2025
69fc7fa
Include styles for page removals and additions
thisisdano Jan 31, 2025
23149f1
Normalize content and guidance in components
thisisdano Jan 31, 2025
8112b3d
Fix typo
thisisdano Jan 31, 2025
1c724d9
Normalize changelog metadata
thisisdano Jan 31, 2025
6f33792
Use updated styles on all changelogs
thisisdano Jan 31, 2025
4801923
Remove button to old news
thisisdano Jan 31, 2025
232013d
Be clear about the types of data in the changelog
thisisdano Jan 31, 2025
f3078ec
Fix color contrast in addition label
thisisdano Jan 31, 2025
455c7eb
Update readme with new keys
thisisdano Jan 31, 2025
cb98a10
Distinguish between component and page content
thisisdano Jan 31, 2025
b754ae2
Don't use page content label with deleted page content
thisisdano Jan 31, 2025
c79c783
Merge branch 'main' of github.com:uswds/uswds-site into dw-whats-new-…
mahoneycm Feb 12, 2025
a8e2f7b
Add changelog page; update what's new changelog feed
amyleadem Feb 19, 2025
74dd9fd
Fix typos in changelog readme
amyleadem Feb 19, 2025
8b667ee
Remove unused changelogsItems
amyleadem Feb 19, 2025
9d3bc1e
Merge branch 'main' of https://github.com/uswds/uswds-site into al-wh…
amyleadem Feb 19, 2025
9b4fcc4
Merge branch 'main' of https://github.com/uswds/uswds-site into dw-wh…
amyleadem Feb 19, 2025
5a0fbcb
Merge branch 'dw-whats-new-newsfeed' of https://github.com/uswds/uswd…
amyleadem Feb 19, 2025
5657c8f
Add missing page data
amyleadem Feb 19, 2025
6ca8fb1
Update tags on a11y checklist changelogs
amyleadem Feb 19, 2025
37a78d0
Create reusable title YAML variables
amyleadem Feb 21, 2025
bd804ef
Remove empty data
amyleadem Feb 21, 2025
7548c59
Rename changelog_readme -> readme
amyleadem Feb 21, 2025
69eb0be
Fix typo in data key
amyleadem Feb 24, 2025
365f633
Remove affectsPageContent from 2138
amyleadem Feb 24, 2025
7b43d89
Fix summary for 2761
amyleadem Feb 24, 2025
b7e1a58
Update readme isDeletion -> isRemoval
amyleadem Feb 24, 2025
00b6f9c
Update isDeletion -> isRemoval
amyleadem Feb 24, 2025
8211b2d
Tweak output-true styles
amyleadem Feb 24, 2025
e2110c5
Hide tags at tablet with on what's new page
amyleadem Feb 24, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,18 @@
| summary | Short description of change | no | string | N/A | yes |
| summaryAdditional | Additional description | yes | string | N/A | yes |
| isBreaking | Breaking change | no | boolean | true, false | yes |
| isAddition | Added page | no | boolean | true, false | yes |
| isRemoval | Deleted page | no | boolean | true, false | yes |
| affectsAccessibility | Change affects accessibility | yes | boolean | true, false | yes |
| affectsMarkup | Change affects component markup | yes | boolean | true, false | yes |
| affectsJavascript | Change affects component JS | yes | boolean | true, false | yes |
| affectsStyles | Change affects component styles, appearance, or settings | yes | boolean | true, false | yes |
| affectsContent | Change affects content in the component itself | yes | boolean | true, false | yes |
| affectsPageContent | Change affects page content | yes | boolean | true, false | yes |
| affectsGuidance | Change affects component guidance | yes | boolean | true, false | yes |
| affectsAssets | Change affects assets related to a component, like images | yes | boolean | true, false | yes |
| affectsSettings | Change affects settings | yes | boolean | true, false | yes |
| affectsLinks | Change affects links | yes | boolean | true, false | yes |
| githubPr | Pull request number | no | number | N/A | yes |
| githubRepo | Pull request repo name | no | string | uswds, uswds-site | yes |
| versionUswds | USWDS Version Number | no | number | N/A | yes |
Expand Down Expand Up @@ -51,12 +55,16 @@ items:
summary:
summaryAdditional:
isBreaking:
isAddition:
isRemoval:
affectsAccessibility:
affectsAssets:
affectsGuidance:
affectsJavascript:
affectsLinks:
affectsMarkup:
affectsStyles:
affectsPageContent:
githubPr:
githubRepo:
versionUswds:
Expand Down
18 changes: 3 additions & 15 deletions _data/changelogs/about-community.yml
Original file line number Diff line number Diff line change
@@ -1,30 +1,18 @@
title: Community
title: &title "Community"
type: documentation
changelogURL:
items:
- date: 2022-10-20
page: *title
summary: Updated community conduct section.
summaryAdditional:
isBreaking:
affectsAccessibility:
affectsAssets:
affectsGuidance: true
affectsJavascript:
affectsMarkup:
affectsStyles:
githubPr: 1849
githubRepo: uswds-site
versionUswds:
- date: 2022-08-29
page: *title
summary: Removed Ammie Farraj Feijoo from the community managers section.
summaryAdditional:
isBreaking:
affectsAccessibility:
affectsAssets:
affectsGuidance: true
affectsJavascript:
affectsMarkup:
affectsStyles:
githubPr: 1750
githubRepo: uswds-site
versionUswds:
12 changes: 4 additions & 8 deletions _data/changelogs/about-contribute.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,17 @@
title: Contribute
title: &title "Contribute"
type: documentation
changelogURL:
items:
- date: 2024-02-15
page: *title
summary: Added USWDS component proposal information.
affectsGuidance: true
githubPr: 2491
githubRepo: uswds-site
- date: 2022-06-16
page: *title
summary: Added contribute page.
summaryAdditional:
isBreaking:
affectsAccessibility:
affectsAssets:
isAddition: true
affectsGuidance: true
affectsJavascript:
affectsMarkup:
affectsStyles:
githubPr: 1657
githubRepo: uswds-site
4 changes: 3 additions & 1 deletion _data/changelogs/about-download.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
title: Download
title: &title "Download"
type: documentation
changelogURL:
items:
- date: 2024-05-15
page: *title
summary: Added note about incorrect package dates in downloadable USWDS package.
affectsPageContent: true
githubPr: 2621
githubRepo: uswds-site
12 changes: 3 additions & 9 deletions _data/changelogs/about-key-benefits.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
title: Key benefits
title: &title "Key benefits"
type: documentation
changelogURL:
items:
- date: 2021-04-14
page: *title
summary: Added key benefits page.
summaryAdditional:
isBreaking:
affectsAccessibility:
affectsAssets:
affectsGuidance:
affectsJavascript:
affectsMarkup:
affectsStyles:
isAddition: true
githubPr: 1207
githubRepo: uswds-site
versionUswds:
29 changes: 28 additions & 1 deletion _data/changelogs/about-monthly-calls.yml
Original file line number Diff line number Diff line change
@@ -1,56 +1,83 @@
title: Monthly calls
title: &title "Monthly calls"
type: documentation
changelogURL:
items:
- date: 2025-01-13
page: *title
summary: Added December 2024 monthly call. Added November monthly call video.
affectsPageContent: true
githubPr: 3044
githubRepo: uswds-site
- date: 2024-12-13
page: *title
summary: Added November 2024 monthly call.
affectsPageContent: true
githubPr: 3015
githubRepo: uswds-site
- date: 2024-11-04
page: *title
summary: Added September and October 2024 monthly calls.
affectsPageContent: true
githubPr: 2934
githubRepo: uswds-site
- date: 2024-10-23
page: *title
summary: Added video for August 2024 monthly call.
affectsPageContent: true
githubPr: 2873
githubRepo: uswds-site
- date: 2024-09-16
page: *title
summary: Added August 2024 monthly call.
affectsPageContent: true
githubPr: 2827
githubRepo: uswds-site
- date: 2024-07-26
page: *title
summary: Added June 2024 monthly call.
affectsPageContent: true
githubPr: 2747
githubRepo: uswds-site
- date: 2024-06-14
page: *title
summary: Added May 2024 monthly call.
affectsPageContent: true
githubPr: 2708
githubRepo: uswds-site
- date: 2024-05-15
page: *title
summary: Added April 2024 monthly call.
affectsPageContent: true
githubPr: 2671
githubRepo: uswds-site
- date: 2024-04-26
page: *title
summary: Added March 2024 monthly call.
affectsPageContent: true
githubPr: 2631
githubRepo: uswds-site
- date: 2024-04-26
page: *title
summary: Added February 2024 monthly call.
affectsPageContent: true
githubPr: 2576
githubRepo: uswds-site
- date: 2024-02-09
page: *title
summary: Added January 2024 monthly call.
affectsPageContent: true
githubPr: 2465
githubRepo: uswds-site
- date: 2023-12-11
page: *title
summary: Added November 2023 monthly call.
affectsPageContent: true
githubPr: 2393
githubRepo: uswds-site
- date: 2023-11-06
page: *title
summary: Added monthly calls page.
assAddition: true
affectsPageContent: true
githubPr: 2345
githubRepo: uswds-site
15 changes: 5 additions & 10 deletions _data/changelogs/about-policies.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,17 @@
title: Website policies
title: &title "Website policies"
type: documentation
changelogURL:
items:
- date: 2023-12-01
page: *title
summary: Removed open government link.
affectsGuidance: true
affectsLinks: true
githubPr: 2384
githubRepo: uswds-site
- date: 2021-10-19
page: *title
summary: Added policies page.
summaryAdditional:
isBreaking:
affectsAccessibility:
affectsAssets:
affectsGuidance: true
affectsJavascript:
affectsMarkup:
affectsStyles:
isAddition: true
githubPr: 1289
githubRepo: uswds-site
versionUswds:
6 changes: 4 additions & 2 deletions _data/changelogs/about-research-recruitment-federal.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
title: Recruitment for Federal
title: &title "Recruitment for Federal"
type: documentation
changelogURL:
items:
- date: 2024-02-24
page: *title
summary: Page created.
affectsGuidance: true
affectsPageContent: true
isAddition: true
githubPr: 2504
githubRepo: uswds-site
6 changes: 4 additions & 2 deletions _data/changelogs/about-research-recruitment-public.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
title: Recruitment for general public
title: &title "Recruitment for general public"
type: documentation
changelogURL:
items:
- date: 2024-01-10
page: *title
summary: Page created.
affectsGuidance: true
affectsPageContent: true
isAddition: true
githubPr: 2424
githubRepo: uswds-site
13 changes: 10 additions & 3 deletions _data/changelogs/about-research.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,31 @@
title: Research
title: &title "Research"
type: documentation
changelogURL:
items:
- date: 2025-01-23
page: *title
summary: Removed Together report link.
summaryAdditional: Removed content related to the January 20, 2025 Executive Order, \"Ending Radical And Wasteful Government DEI Programs And Preferencing\".
affectsPageContent: true
affectsLinks: true
githubRepo: uswds-site
githubPr: 3078
- date: 2024-03-18
page: *title
summary: Added link to the Recruitment for Feds page
affectsGuidance: true
affectsLinks: true
githubPr: 2527
githubRepo: uswds-site
- date: 2023-11-15
page: *title
summary: Replaced page content.
affectsGuidance: true
affectsPageContent: true
githubPr: 2355
githubRepo: uswds-site
- date: 2023-07-14
page: *title
summary: Removed broken link.
affectsGuidance: true
affectsLinks: true
githubPr: 2185
githubRepo: uswds-site
12 changes: 3 additions & 9 deletions _data/changelogs/about-roadmap.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
title: Product roadmap
title: &title "Product roadmap"
type: documentation
changelogURL:
items:
- date: 2022-06-16
page: *title
summary: Simplified content and added link to the public roadmap on GitHub.
summaryAdditional:
isBreaking:
affectsAccessibility:
affectsAssets:
affectsGuidance: true
affectsJavascript:
affectsMarkup:
affectsStyles:
affectsPageContent: true
githubPr: 1654
githubRepo: uswds-site
versionUswds:
13 changes: 4 additions & 9 deletions _data/changelogs/about-security.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,12 @@
title: Security
title: &title "Security"
type: documentation
changelogURL:
items:
- date: 2021-11-05
page: *title
summary: Added security updates section.
summaryAdditional:
isBreaking:
affectsAccessibility:
affectsAssets:
affectsGuidance: true
affectsJavascript:
affectsMarkup:
affectsStyles:
affectsPageContent: true
isAddition: true
githubPr: 1304
githubRepo: uswds-site
versionUswds:
14 changes: 0 additions & 14 deletions _data/changelogs/about-whats-new.yml

This file was deleted.

7 changes: 5 additions & 2 deletions _data/changelogs/component-accordion-accessibility.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
title: Accordion accessibility tests
title: &title "Accordion accessibility tests"
type: component
changelogURL:
items:
- date: 2024-03-29
page: *title
summary: Updated the test status for announcing the "collapsed" and "expanded" states from "Passed with exceptions" to "Passed".
summaryAdditional: We determined that the flagged issue was isolated to our documentation site and fixed the issue.
affectsGuidance: true
affectsPageContent: true
githubPr: 2557
githubRepo: uswds-site
- date: 2024-01-17
page: *title
summary: Added accessibility tests page.
affectsGuidance: true
isAddition: true
githubPr: 2138
githubRepo: uswds-site
Loading