Skip to content

Releases: department-of-veterans-affairs/content-build

content-build/v0.0.3299

07 Jul 19:04
0b1cbec
Compare
Choose a tag to compare
Add continue-on-error to CI workflow. (#1628)

content-build/v0.0.3298

06 Jul 19:03
0b1cbec
Compare
Choose a tag to compare
Add continue-on-error to CI workflow. (#1628)

content-build/v0.0.3297

05 Jul 20:15
2bfef46
Compare
Choose a tag to compare
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

07 Jul 21:19
0b1cbec
Compare
Choose a tag to compare

Release 0.0.2655 ami-07c83271a16de0366

content-preview/v0.0.2654

07 Jul 19:24
0b1cbec
Compare
Choose a tag to compare

Release 0.0.2654 ami-02357168de10288e1

content-preview/v0.0.2653

06 Jul 21:20
0b1cbec
Compare
Choose a tag to compare

Release 0.0.2653 ami-0cd2a6559d17c0b7b

content-preview/v0.0.2652

06 Jul 19:19
0b1cbec
Compare
Choose a tag to compare

Release 0.0.2652 ami-027741414f5ff3bb3

0b1cbec Add continue-on-error to CI workflow. (#1628)

content-preview/v0.0.2651

05 Jul 21:19
2bfef46
Compare
Choose a tag to compare

Release 0.0.2651 ami-05598cb2d44ecd4a1

content-preview/v0.0.2650

05 Jul 20:31
2bfef46
Compare
Choose a tag to compare

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

03 Jul 19:03
49d66fc
Compare
Choose a tag to compare
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.