Skip to content

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

content-preview/v0.0.3249

01 Oct 15:23
bcf78a8
Compare
Choose a tag to compare

Release 0.0.3249 ami-057c713eeb79fb142

1cf209d VACMS 18501 - working correct title and custom event (#2286)

bcf78a8 vebt-151 Removing reference to 5495 form in the content-build (#2285)

content-build/v0.0.3604

30 Sep 15:01
82c44ca
Compare
Choose a tag to compare
VACMS-19348: add css style naming fix for clps (#2296)

content-build/v0.0.3603

27 Sep 21:33
82c44ca
Compare
Choose a tag to compare
VACMS-19348: add css style naming fix for clps (#2296)

content-build/v0.0.3602

27 Sep 15:25
71bf966
Compare
Choose a tag to compare
Migrate breakpoint names for flex utility classes (#2293)

* replace small-screen with mobile-lg breakpoint name

* replace xsmall-screen with mobile breakpoint name

content-preview/v0.0.3248

30 Sep 21:20
82c44ca
Compare
Choose a tag to compare

Release 0.0.3248 ami-06aff9f12490fd2d5

content-preview/v0.0.3247

30 Sep 15:22
82c44ca
Compare
Choose a tag to compare

Release 0.0.3247 ami-09ca55907b9bcd459

content-preview/v0.0.3246

27 Sep 21:53
82c44ca
Compare
Choose a tag to compare

Release 0.0.3246 ami-02f595f34ff0710ca

7a6c59d swap utility classes (#2290)

124e36f Lift 50 minute timeout on build step and raise build job to 75 minutes. (#2294)

This does not need to run through CI; just a minor workflow change.

41bd3c8 VACMS 19339 - change breakpoint names (#2292)

  • change breakpoint names
  • remove col related styles
  • more classes
  • merge

82c44ca VACMS-19348: add css style naming fix for clps (#2296)

content-preview/v0.0.3245

27 Sep 21:19
71bf966
Compare
Choose a tag to compare

Release 0.0.3245 ami-034e7aecd428f916f

content-preview/v0.0.3244

27 Sep 15:45
71bf966
Compare
Choose a tag to compare

Release 0.0.3244 ami-0e23377a6d1937465

e3d8f15 Migrate breakpoint names for font-size utility classes (#2291)

  • migreate small-screen to mobile-lg breakpoint name

  • migrate small-desktop-screen to desktop breakpoint name

71bf966 Migrate breakpoint names for flex utility classes (#2293)

  • replace small-screen with mobile-lg breakpoint name

  • replace xsmall-screen with mobile breakpoint name

content-build/v0.0.3601

26 Sep 15:01
1a911f0
Compare
Choose a tag to compare
Integration branch for Form Engine POC (#2233)

* VATEAM-87714: Add KISS configuration for Digital Forms (#2213)

* Create postProcessDigitalForm function

* Add nameAndDateOfBirth fragment

* Create digitalForm GraphQL fragment

* Import nameAndDateOfBirth into digitalForm fragment

* Create digitalForm query object

* Import digitalForm fragment into query object

* Export postProcessDigitalForm as postProcess

* Add Digital Forms to DATA_FILES array

* Fix module imports

* Fix typo

* Adds blank line for consistent spacing.

---------

Co-authored-by: Ryan Koch <ryan.koch.0213@gmail.com>

* VATEAM-88634: Create a normalization layer for Digital Forms (#2215)

* Add normalizeForms step to postProcessDigitalForm

* Add subtitle to normalized form

* Add OMB Number to normalized form

* Normalize chapters for each form

* Add additional fields for Name and Date of Birth step

* Fix import spec

* Remove redundant JSON parsing

* Remove JSON conversion from returned value

* Add formID and rename id to cmsId

* Remove subTitle

* Refactor normalizeForms method

* Refactor normalizeChapters

* Defend against malformed query responses

* Remove unused import

---------

Co-authored-by: Derek Houck <derek@derekhouck.com>