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

Add a consolidated What's New changelog view #3091

Open
wants to merge 24 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 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
9b4fcc4
Merge branch 'main' of https://github.com/uswds/uswds-site into dw-wh…
amyleadem Feb 19, 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
8 changes: 8 additions & 0 deletions _data/changelogs/_CHANGELOG-README.md
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 |
| isDeletion | 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 |
| affectsPage Content | 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 |
| affectsSettings | 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:
isDeletion:
affectsAccessibility:
affectsAssets:
affectsGuidance:
affectsJavascript:
affectsLinks:
affectsMarkup:
affectsStyles:
affectsPageContent:
githubPr:
githubRepo:
versionUswds:
Expand Down
2 changes: 2 additions & 0 deletions _data/changelogs/about-community.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ type: documentation
changelogURL:
items:
- date: 2022-10-20
page: Community
summary: Updated community conduct section.
summaryAdditional:
isBreaking:
Expand All @@ -16,6 +17,7 @@ items:
githubRepo: uswds-site
versionUswds:
- date: 2022-08-29
page: Community
summary: Removed Ammie Farraj Feijoo from the community managers section.
summaryAdditional:
isBreaking:
Expand Down
4 changes: 3 additions & 1 deletion _data/changelogs/about-contribute.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,16 @@ type: documentation
changelogURL:
items:
- date: 2024-02-15
page: Contribute
summary: Added USWDS component proposal information.
affectsGuidance: true
githubPr: 2491
githubRepo: uswds-site
- date: 2022-06-16
page: Contribute
summary: Added contribute page.
summaryAdditional:
isBreaking:
isAddition: true
affectsAccessibility:
affectsAssets:
affectsGuidance: true
Expand Down
2 changes: 2 additions & 0 deletions _data/changelogs/about-download.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ type: documentation
changelogURL:
items:
- date: 2024-05-15
page: Download
summary: Added note about incorrect package dates in downloadable USWDS package.
affectsPageContent: true
githubPr: 2621
githubRepo: uswds-site
2 changes: 2 additions & 0 deletions _data/changelogs/about-key-benefits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ type: documentation
changelogURL:
items:
- date: 2021-04-14
page: Key benefits
summary: Added key benefits page.
isAddition: true
summaryAdditional:
isBreaking:
affectsAccessibility:
Expand Down
27 changes: 27 additions & 0 deletions _data/changelogs/about-monthly-calls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,54 +3,81 @@ type: documentation
changelogURL:
items:
- date: 2025-01-13
page: Monthly Calls
summary: Added December 2024 monthly call. Added November monthly call video.
affectsPageContent: true
githubPr: 3044
githubRepo: uswds-site
- date: 2024-12-13
page: Monthly Calls
summary: Added November 2024 monthly call.
affectsPageContent: true
githubPr: 3015
githubRepo: uswds-site
- date: 2024-11-04
page: Monthly Calls
summary: Added September and October 2024 monthly calls.
affectsPageContent: true
githubPr: 2934
githubRepo: uswds-site
- date: 2024-10-23
page: Monthly Calls
summary: Added video for August 2024 monthly call.
affectsPageContent: true
githubPr: 2873
githubRepo: uswds-site
- date: 2024-09-16
page: Monthly Calls
summary: Added August 2024 monthly call.
affectsPageContent: true
githubPr: 2827
githubRepo: uswds-site
- date: 2024-07-26
page: Monthly Calls
summary: Added June 2024 monthly call.
affectsPageContent: true
githubPr: 2747
githubRepo: uswds-site
- date: 2024-06-14
page: Monthly Calls
summary: Added May 2024 monthly call.
affectsPageContent: true
githubPr: 2708
githubRepo: uswds-site
- date: 2024-05-15
page: Monthly Calls
summary: Added April 2024 monthly call.
affectsPageContent: true
githubPr: 2671
githubRepo: uswds-site
- date: 2024-04-26
page: Monthly Calls
summary: Added March 2024 monthly call.
affectsPageContent: true
githubPr: 2631
githubRepo: uswds-site
- date: 2024-04-26
page: Monthly Calls
summary: Added February 2024 monthly call.
affectsPageContent: true
githubPr: 2576
githubRepo: uswds-site
- date: 2024-02-09
page: Monthly Calls
summary: Added January 2024 monthly call.
affectsPageContent: true
githubPr: 2465
githubRepo: uswds-site
- date: 2023-12-11
page: Monthly Calls
summary: Added November 2023 monthly call.
affectsPageContent: true
githubPr: 2393
githubRepo: uswds-site
- date: 2023-11-06
page: Monthly Calls
summary: Added monthly calls page.
assAddition: true
affectsPageContent: true
githubPr: 2345
githubRepo: uswds-site
5 changes: 4 additions & 1 deletion _data/changelogs/about-policies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,15 @@ type: documentation
changelogURL:
items:
- date: 2023-12-01
page: Website policies
summary: Removed open government link.
affectsGuidance: true
affectsLinks: true
githubPr: 2384
githubRepo: uswds-site
- date: 2021-10-19
page: Website policies
summary: Added policies page.
isAddition: true
summaryAdditional:
isBreaking:
affectsAccessibility:
Expand Down
4 changes: 3 additions & 1 deletion _data/changelogs/about-research-recruitment-federal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ type: documentation
changelogURL:
items:
- date: 2024-02-24
page: Recruitment for Federal
summary: Page created.
affectsGuidance: true
affectsPageContent: true
isAddition: true
githubPr: 2504
githubRepo: uswds-site
4 changes: 3 additions & 1 deletion _data/changelogs/about-research-recruitment-public.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ type: documentation
changelogURL:
items:
- date: 2024-01-10
page: Recruitment for general public
summary: Page created.
affectsGuidance: true
affectsPageContent: true
isAddition: true
githubPr: 2424
githubRepo: uswds-site
11 changes: 9 additions & 2 deletions _data/changelogs/about-research.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,29 @@ type: documentation
changelogURL:
items:
- date: 2025-01-23
page: Research
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: Research
summary: Added link to the Recruitment for Feds page
affectsGuidance: true
affectsLinks: true
githubPr: 2527
githubRepo: uswds-site
- date: 2023-11-15
page: Research
summary: Replaced page content.
affectsGuidance: true
affectsPageContent: true
githubPr: 2355
githubRepo: uswds-site
- date: 2023-07-14
page: Research
summary: Removed broken link.
affectsGuidance: true
affectsLinks: true
githubPr: 2185
githubRepo: uswds-site
10 changes: 2 additions & 8 deletions _data/changelogs/about-roadmap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,9 @@ type: documentation
changelogURL:
items:
- date: 2022-06-16
page: Product roadmap
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:
11 changes: 3 additions & 8 deletions _data/changelogs/about-security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,10 @@ type: documentation
changelogURL:
items:
- date: 2021-11-05
page: Security
summary: Added security updates section.
summaryAdditional:
isBreaking:
affectsAccessibility:
affectsAssets:
affectsGuidance: true
affectsJavascript:
affectsMarkup:
affectsStyles:
affectsPageContent: true
isAddition: true
githubPr: 1304
githubRepo: uswds-site
versionUswds:
6 changes: 4 additions & 2 deletions _data/changelogs/about-whats-new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@ type: documentation
changelogURL:
items:
- date: 2024-11-20
page: "What's new"
summary: Combined "What's new" and "News and updates" pages.
affectsGuidance: true
affectsPageContent: true
githubPr: 2958
githubRepo: uswds-site
- date: 2024-02-26
page: "What's new"
summary: Added release notes section.
affectsGuidance: true
affectsPageContent: true
githubPr: 2318
githubRepo: uswds-site
6 changes: 5 additions & 1 deletion _data/changelogs/component-accordion-accessibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,17 @@ type: component
changelogURL:
items:
- date: 2024-03-29
page: Accordion accessibility tests
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: Accordion accessibility tests
summary: Added accessibility tests page.
affectsPageContent: true
affectsGuidance: true
isAddition: true
githubPr: 2138
githubRepo: uswds-site
13 changes: 11 additions & 2 deletions _data/changelogs/component-accordion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,19 @@ type: component
changelogURL:
items:
- date: 2024-01-17
page: Accordion
summary: Added WCAG compliance tag and accessibility test status section.
affectsGuidance: true
affectsPageContent: true
githubPr: 2138
githubRepo: uswds-site
- date: 2023-11-20
page: Accordion
summary: Added `usa-icon` to the dependency list and removed `usa-list`.
affectsGuidance: true
affectsPageContent: true
githubPr: 2149
githubRepo: uswds-site
- date: 2023-06-09
page: Accordion
summary: Added two new settings to customize accordion background colors.
summaryAdditional: You can now customize accordion button and content background colors with `$theme-accordion-button-background-color` and `$theme-accordion-background-color`.
isBreaking: false
Expand All @@ -24,6 +27,7 @@ items:
githubRepo: uswds
versionUswds: 3.5.0
- date: 2023-06-09
page: Accordion
summary: Adjusted forced colors mode styles to ensure visibility and increase consistency.
summaryAdditional: Forced colors mode styles will now override the background color and display the button outline. The open/close icons now dynamically adjust to `ButtonText` colors.
affectsStyles: true
Expand All @@ -32,6 +36,7 @@ items:
githubRepo: uswds
versionUswds: 3.5.0
- date: 2022-08-05
page: Accordion
summary: Added `type="button"` to all non-form buttons to prevent default submit behaviors.
summaryAdditional: This allowed us to remove `preventDefault()` from the relevant component JavaScript.
isBreaking: true
Expand All @@ -41,12 +46,14 @@ items:
githubRepo: uswds
versionUswds: 3.1.0
- date: 2022-08-01
page: Accordion
summary: Updated documentation to reference the correct multi-select attribute.
summaryAdditional: The attribute was updated from `aria-multiselectable="true"` to `data-allow-multiple`.
affectsGuidance: true
githubPr: 1718
githubRepo: uswds-site
- date: 2022-04-28
page: Accordion
summary: Updated to Sass module syntax and new package structure.
isBreaking: true
affectsAssets: true
Expand All @@ -56,13 +63,15 @@ items:
githubRepo: uswds
versionUswds: 3.0.0
- date: 2021-03-17
page: Accordion
summary: Restored missing white icons.
summaryAdditional: Restored `add--white` and `remove--white` icons.
affectsAssets: true
githubPr: 4106
githubRepo: uswds
versionUswds: 2.11.1
- date: 2021-03-02
page: Accordion
summary: Introduced white `add`, `remove`, and `expand_more` icons.
summaryAdditional:
isBreaking: false
Expand Down
2 changes: 2 additions & 0 deletions _data/changelogs/component-alert-accessibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ type: component
changelogURL:
items:
- date: 2025-01-14
page: Alert accessibility tests
summary: Added accessibility tests page.
affectsGuidance: true
isAddition: true
githubPr: 3048
githubRepo: uswds-site
Loading