Releases: department-of-veterans-affairs/content-build
Releases · department-of-veterans-affairs/content-build
content-build/v0.0.3299
Add continue-on-error to CI workflow. (#1628)
content-build/v0.0.3298
Add continue-on-error to CI workflow. (#1628)
content-build/v0.0.3297
VA-11848: Open facility social links in same tab (#1608) * VA-11848: Open facility social links in same tab * VACMS-11848 revert data-same-tab, keep target=_blank removed --------- Co-authored-by: Jill Adams <[email protected]>
content-preview/v0.0.2655
Release 0.0.2655 ami-07c83271a16de0366
content-preview/v0.0.2654
Release 0.0.2654 ami-02357168de10288e1
content-preview/v0.0.2653
Release 0.0.2653 ami-0cd2a6559d17c0b7b
content-preview/v0.0.2652
content-preview/v0.0.2651
Release 0.0.2651 ami-05598cb2d44ecd4a1
content-preview/v0.0.2650
Release 0.0.2650 ami-0e5e7bfb23d706bee
5148cce [VA-12997] Avoid Staff Profile field office choice breaking the build (#1616)
-
VA-12997: avoid page menu build for non-health care pages
-
Revert "VA-12997: avoid page menu build for non-health care pages"
This reverts commit efce8c4.
- VACMS-12997: Skips search for facility sidebar on person_profile pages.
Co-authored-by: Ryan Koch [email protected]
2bfef46 VA-11848: Open facility social links in same tab (#1608)
-
VA-11848: Open facility social links in same tab
-
VACMS-11848 revert data-same-tab, keep target=_blank removed
Co-authored-by: Jill Adams [email protected]
content-build/v0.0.3296
VACMS-13705: Fixes phone number bugs on health services (#1625) * Changes phone-number.drupal.liquid: - Uses <va-telephone> component - Simplifies API to explicitly require properties rather than an object containing them. This allows this component to be used more flexibly for cases when data is not part of an object. * Updates phone.drupal.liquid to use new API on phone-number.drupal.liquid. * Updates health_care_local_health_service.drupal.liquid: - Uses phone-number.drupal.liquid rather than calling <va-telephone> directly. - Respects fieldPhoneLabel if it's present. * Displays facility phone number when fieldUseMainFacilityPhone is true. * Use 'Main Phone' as label when facility phone number is used.