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

Update whats-new.md #2919

Merged
merged 4 commits into from
Jun 24, 2024
Merged
Changes from 1 commit
Commits
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
67 changes: 66 additions & 1 deletion src/_about/whats-new.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,71 @@ title: What’s new?
</div>
</va-alert>

## 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 <va-link> to be a white link instead of default blue (#2602)

caw310 marked this conversation as resolved.
Show resolved Hide resolved
* Add `aria-describedby` attribute/functionality to va-button (#2739)
* Formation Deprecation - Styles Migration - Swap content-build import (#2539)
* Allow <va-link> to be a white link instead of default blue (#2602)
humancompanion-usds marked this conversation as resolved.
Show resolved Hide resolved
* 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 <va-link> (#2693)
humancompanion-usds marked this conversation as resolved.
Show resolved Hide resolved
* 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 <va-file-input> (#84044)
humancompanion-usds marked this conversation as resolved.
Show resolved Hide resolved
* 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.
Expand Down Expand Up @@ -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
* CheckboxGroup
Loading