From 72748799f607a2c10652ab99d3fa2e0a7084ead8 Mon Sep 17 00:00:00 2001 From: Carol Wong <72393213+caw310@users.noreply.github.com> Date: Fri, 7 Jun 2024 11:39:58 -0400 Subject: [PATCH 1/3] Update whats-new.md Updating What's New with work done in the last few sprints. --- src/_about/whats-new.md | 67 ++++++++++++++++++++++++++++++++++++++++- 1 file changed, 66 insertions(+), 1 deletion(-) diff --git a/src/_about/whats-new.md b/src/_about/whats-new.md index 5db85cc40..97afd1c3b 100644 --- a/src/_about/whats-new.md +++ b/src/_about/whats-new.md @@ -25,6 +25,71 @@ title: What’s new? +## May 2024 +The team continued to synch to USWDS v3 specifically aligning typography and updated and fixed v3 components. The Figma Library continued to be built out and updated. + +### New features and components +* Experimental Design - Button - Icon (#1559) +* Experimental Design [new icon request: pill] (#2811) +* Add icons for the mobile app (#2865) + +### Updated components and bug fixes +* Allow to be a white link instead of default blue (#2602)
 +* Add `aria-describedby` attribute/functionality to va-button (#2739) +* Formation Deprecation - Styles Migration - Swap content-build import (#2539) +* Allow to be a white link instead of default blue (#2602) +* Screen Reader bug: Signature / Statement of Truth (JAWS) (#2649) +* Remove V1 Modal from Component Library and Storybook (#2661) +* Component Analytics enhancement request: Provide context for (#2693) +* Cannot submit a form with va-button (#2734) +* Statement of Truth change events do not contain the form values (#2783) +* Remove the v1 components in Storybook (#2800) +* Switch any non v3 components to use USWDS icons (#2198) +* DST Staging Review: Insufficient color contrast on focus/hover states (#2833) +* Accessibility: V3 Select's options are not being read with Chrome when arrowed through (#2610) +* Tag component should use USWDS v3 background color (#2361) +* Update the "Icon Found" bot in vets-website and content-build for va-icon
(#2626) +* File Input - Update v3 component to align with Figma (#2642) +* Cannot change text of a continue va-button (#2733) +* va-icon should be properly aligned to parent element and pick up font size
(#2818) +* Replace content-build breadcrumb partial with V3 Component (#2742) +* Formation Deprecation - CSS Library Utility class rename (#2855) +* Fix Drag-and-Drop Handling and Add Custom Validation Example for  (#84044) +* Formation Deprecation - Typography Migration - Swap vets-website imports (#2538) +* Pill icon has hard-coded fill value (#2875) + +### Figma Library updates +* Figma rebuild: Templates - Feedback (Patterns) (#2454) +* Figma rebuild: Templates - Review (Forms) add accessibility annotations (#2545) +* Figma rebuild: Templates - Form Step (pattern) (#2778) +* [List] - Add Figma components for Lists (#2510) +* Add Table Example in Figma (#2809) +* Figma rebuild: Templates - Signature (Patterns) (#2461) +* [Figma] Update Penalty Statement in figma components
(#2528) +* [va-checkbox] - Add Indeterminate State - Design (#2653) +* Figma update: Add white link variation to va-link (#2776) +* Tag component should use USWDS v3 background color (#2361) +* Update button width for mobile modals in Figma component (#2740) + +### Global Typography updates +* Typography Step 1 Completion: Merge component-library and vets-website PRs (#2681) +* Typography - Update Application REM Values - Appeals 995, 996 (#2698) +* Typography - Update Application REM Values - Appeals 10182 and Appeals/shared (#2699) +* Typography - Update Application REM Values - ask-a-question and ask-va (#2700) +* Typography - Update Application REM Values -auth and avs (#2701) +* Typography - Update Application REM Values - burials-v2 and caregivers (#2702) +* Typography - Update Application REM Values - check-in and claims-status (#2703) +* Typography - Update Application REM Values - dhp-connected-devices and discharge-wizard (#2704) +* Typography - Update Application REM Values - disability-benefits/686c-674 and disability-benefits/2346 (#2705) +* Typography - Update Application REM Values - disability-benefits/all-claims (#2706) +* Typography - Update Application REM Values - discharge-wizard and education-letters (#2707) + +### Documentation updates +* Converted v3 Borderless Table - Documentation (#2307) +* Remove v1 component guidance from v3 components (#2802)
Button Icon - Documentation (#2745) +* Update documentation for `aria-describedby` attribute/functionality to va-button (#2770) + + ## April 2024 The team continued to synch to USWDS v3 and updated and fixed v3 components while the Figma Library continued to be built out. @@ -260,4 +325,4 @@ A long list of bug fixes can be found in our [component release notes](https://g ### Deprecated React components * Table -* CheckboxGroup \ No newline at end of file +* CheckboxGroup From 337541787bc014451c22a6cc328f98ba0d9b1250 Mon Sep 17 00:00:00 2001 From: Carol Wong <72393213+caw310@users.noreply.github.com> Date: Fri, 7 Jun 2024 13:52:55 -0400 Subject: [PATCH 2/3] Update whats-new.md --- src/_about/whats-new.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/_about/whats-new.md b/src/_about/whats-new.md index 97afd1c3b..000fe53e5 100644 --- a/src/_about/whats-new.md +++ b/src/_about/whats-new.md @@ -9,11 +9,7 @@ title: What’s new? The latest news and updates on the Design System, Forms library and the Content style guide. -

v1 components have now been deprecated From 06de519405854e026e942f9f1b51075bf279fcfa Mon Sep 17 00:00:00 2001 From: Matthew Dingee <52176351+humancompanion-usds@users.noreply.github.com> Date: Mon, 24 Jun 2024 14:20:41 -0400 Subject: [PATCH 3/3] Corrects some formatting. --- src/_about/whats-new.md | 36 ++++++++++++++++++++++-------------- 1 file changed, 22 insertions(+), 14 deletions(-) diff --git a/src/_about/whats-new.md b/src/_about/whats-new.md index 000fe53e5..ca90c01f4 100644 --- a/src/_about/whats-new.md +++ b/src/_about/whats-new.md @@ -9,7 +9,11 @@ title: What’s new? The latest news and updates on the Design System, Forms library and the Content style guide. - +

v1 components have now been deprecated @@ -22,21 +26,23 @@ title: What’s new? ## May 2024 -The team continued to synch to USWDS v3 specifically aligning typography and updated and fixed v3 components. The Figma Library continued to be built out and updated. + +The team continued to synch to USWDS v3 specifically aligning typography and updated and fixed v3 components. The Figma Library continued to be built out and updated. ### New features and components + * Experimental Design - Button - Icon (#1559) * Experimental Design [new icon request: pill] (#2811) * Add icons for the mobile app (#2865) ### Updated components and bug fixes -* Allow to be a white link instead of default blue (#2602)
 + +* Allow `` to be a white link instead of default blue (#2602) * Add `aria-describedby` attribute/functionality to va-button (#2739) * Formation Deprecation - Styles Migration - Swap content-build import (#2539) -* Allow to be a white link instead of default blue (#2602) * Screen Reader bug: Signature / Statement of Truth (JAWS) (#2649) * Remove V1 Modal from Component Library and Storybook (#2661) -* Component Analytics enhancement request: Provide context for (#2693) +* Component Analytics enhancement request: Provide context for `` (#2693) * Cannot submit a form with va-button (#2734) * Statement of Truth change events do not contain the form values (#2783) * Remove the v1 components in Storybook (#2800) @@ -44,30 +50,32 @@ The team continued to synch to USWDS v3 specifically aligning typography and upd * DST Staging Review: Insufficient color contrast on focus/hover states (#2833) * Accessibility: V3 Select's options are not being read with Chrome when arrowed through (#2610) * Tag component should use USWDS v3 background color (#2361) -* Update the "Icon Found" bot in vets-website and content-build for va-icon
(#2626) +* Update the "Icon Found" bot in vets-website and content-build for va-icon(#2626) * File Input - Update v3 component to align with Figma (#2642) * Cannot change text of a continue va-button (#2733) -* va-icon should be properly aligned to parent element and pick up font size
(#2818) +* va-icon should be properly aligned to parent element and pick up font size(#2818) * Replace content-build breadcrumb partial with V3 Component (#2742) * Formation Deprecation - CSS Library Utility class rename (#2855) -* Fix Drag-and-Drop Handling and Add Custom Validation Example for  (#84044) +* Fix Drag-and-Drop Handling and Add Custom Validation Example for `` (#84044) * Formation Deprecation - Typography Migration - Swap vets-website imports (#2538) * Pill icon has hard-coded fill value (#2875) ### Figma Library updates + * Figma rebuild: Templates - Feedback (Patterns) (#2454) * Figma rebuild: Templates - Review (Forms) add accessibility annotations (#2545) * Figma rebuild: Templates - Form Step (pattern) (#2778) * [List] - Add Figma components for Lists (#2510) * Add Table Example in Figma (#2809) * Figma rebuild: Templates - Signature (Patterns) (#2461) -* [Figma] Update Penalty Statement in figma components
(#2528) +* [Figma] Update Penalty Statement in figma components(#2528) * [va-checkbox] - Add Indeterminate State - Design (#2653) * Figma update: Add white link variation to va-link (#2776) * Tag component should use USWDS v3 background color (#2361) * Update button width for mobile modals in Figma component (#2740) ### Global Typography updates + * Typography Step 1 Completion: Merge component-library and vets-website PRs (#2681) * Typography - Update Application REM Values - Appeals 995, 996 (#2698) * Typography - Update Application REM Values - Appeals 10182 and Appeals/shared (#2699) @@ -81,11 +89,11 @@ The team continued to synch to USWDS v3 specifically aligning typography and upd * Typography - Update Application REM Values - discharge-wizard and education-letters (#2707) ### Documentation updates + * Converted v3 Borderless Table - Documentation (#2307) -* Remove v1 component guidance from v3 components (#2802)
Button Icon - Documentation (#2745) +* Remove v1 component guidance from v3 components (#2802)Button Icon - Documentation (#2745) * Update documentation for `aria-describedby` attribute/functionality to va-button (#2770) - ## April 2024 The team continued to synch to USWDS v3 and updated and fixed v3 components while the Figma Library continued to be built out. @@ -135,12 +143,12 @@ The team continued to synch to USWDS v3 and updated and fixed v3 components whil ## March 2024 -The team continued to synch to USWDS v3 and made updates and fixes to v3 components while the Figma Library continues to be built out. +The team continued to synch to USWDS v3 and made updates and fixes to v3 components while the Figma Library continues to be built out. ### Updated components and bug fixes -* CSS-Library: add missing tokens after audit of formation (#1074) -* CSS-Library: update tokens missed in previous update (#1087) +* CSS-Library: add missing tokens after audit of formation (#1074) +* CSS-Library: update tokens missed in previous update (#1087) * va-accordion: remove Font Awesome icon override (#1083) * va-header-minimal: add optional headings (#1084) * updated CSS-Library version in web-components (#1086)