Skip to content

Releases: hmrc/gform-frontend

0.1799.0

29 Oct 12:10
e2a6863
Compare
Choose a tag to compare

Release : gform-frontend 0.1799.0

Last commit sha : e2a6863
Last commit author : Dursun Gundogan
Last commit time : 2024-10-29T11:49:48Z

GFORMS-2936 - Missing autocomplete attribute values (AA) (#2304)

0.1798.0

29 Oct 11:42
50b7b47
Compare
Choose a tag to compare

Release : gform-frontend 0.1798.0

Last commit sha : 50b7b47
Last commit author : Josef Vlach
Last commit time : 2024-10-29T11:24:33Z

GFORMS-2968 - Add the ability to define an instruction PDF without ha… (#2302)

{
"_id": "instruction-pdf",
"formName": "Instruction pdf",
"description": "",
"version": 1,
"acknowledgementSection": {
"title": "Acknowledgement Page",
"fields": []
},
"destinations": [
{
"id": "HMRCDMS",
"type": "hmrcDms",
"dmsFormId": "TST123",
"customerId": "${choiceBasic}",
"classificationType": "BT-NRU-Environmental",
"businessArea": "FinanceOpsCorpT",
"roboticsXml": true,
"instructionPdfFields": "all"
}
],
"authConfig": {
"authModule": "anonymous"
},
"sections": [
{
"title": "Instruction PDF - For operator eyes only!",
"includeIf": "${form.phase.is.instructionPDF}",
"fields": [
{
"id": "instructionAbc",
"label": "Instruction Abc",
"type": "text",
"format": "text",
"value": "${'instructionAbc'}",
"submitMode": "readonly",
"instruction": {
"name": "Data for operator",
"order": 1
}
}
]
},
{
"title": "Page A",
"fields": [
{
"id": "myCountry",
"label": "Select country",
"type": "text",
"format": "lookup(country)",
"instruction": {
"name": "Data A",
"order": 11
}
}
]
},
{
"title": "Page A ${myCountry.column.CountryCode}",
"fields": [
{
"id": "choiceBasic",
"type": "choice",
"label": "Basic choice",
"notPII": true,
"value": "1",
"choices": [
{
"value": "bar",
"en": "No",
"cy": "Na"
},
{
"value": "foo",
"en": "Yes",
"cy": "Iawn"
}
],
"instruction": {
"name": "Data B",
"order": 2
}
}
]
},
{
"title": "Page B '${choiceBasic}'",
"includeIf": "${choiceBasic contains 'foo'}",
"fields": [
{
"id": "dummy",
"type": "text",
"label": "Dummy B",
"format": "shortText",
"instruction": {
"name": "Data C",
"order": 3
}
}
]
},
{
"title": "Page C '${choiceBasic}'",
"includeIf": "${choiceBasic contains 'bar'}",
"fields": [
{
"id": "dummyC",
"type": "text",
"label": "Dummy C",
"format": "shortText",
"instruction": {
"name": "Data D",
"order": 4
}
}
]
}
]
}

0.1797.0

28 Oct 18:28
1a630cb
Compare
Choose a tag to compare

Release : gform-frontend 0.1797.0

Last commit sha : 1a630cb
Last commit author : Jonathan-Courage
Last commit time : 2024-10-28T18:10:21Z

GFORMS-2893 Duplicate resource and rename for new version of the form (#2301)

0.1796.0

28 Oct 14:55
0ddcc72
Compare
Choose a tag to compare

Release : gform-frontend 0.1796.0

Last commit sha : 0ddcc72
Last commit author : Dursun Gundogan
Last commit time : 2024-10-28T14:29:19Z

GFORMS-2745 - Misleading date field error (P1) (#2300)

0.1779.3

28 Oct 19:09
2aacd61
Compare
Choose a tag to compare

Release : gform-frontend 0.1779.3

Last commit sha : 2aacd61
Last commit author : DIGITALAT326491
Last commit time : 2024-10-28T18:21:27Z

Patch for 2895

0.1795.0

25 Oct 13:40
178de10
Compare
Choose a tag to compare

Release : gform-frontend 0.1795.0

Last commit sha : 178de10
Last commit author : Dursun Gundogan
Last commit time : 2024-10-25T13:16:18Z

GFORMS-2998 - Production Issue-The PDF is not sending the full address and only one line. It used to send the full address line by line but now shows only on line. Specifically contact address (#2298)

0.1779.2

25 Oct 10:18
a7b09ab
Compare
Choose a tag to compare

Release : gform-frontend 0.1779.2

Last commit sha : a7b09ab
Last commit author : Dursun Gundogan
Last commit time : 2024-10-25T09:55:41Z

GFORMS-2998 - Production Issue-The PDF is not sending the full address and only one line. It used to send the full address line by line but now shows only on line. Specifically contact address

0.1794.0

24 Oct 09:11
8459481
Compare
Choose a tag to compare

Release : gform-frontend 0.1794.0

Last commit sha : 8459481
Last commit author : Dursun Gundogan
Last commit time : 2024-10-24T08:32:18Z

GFORMS-2897 - Add a new property on miniSummaryList that allows designer to choose to display on CYA page (#2295)

0.1793.0

24 Oct 08:54
8459481
Compare
Choose a tag to compare

Release : gform-frontend 0.1793.0

Last commit sha : 8459481
Last commit author : Dursun Gundogan
Last commit time : 2024-10-24T08:32:18Z

GFORMS-2897 - Add a new property on miniSummaryList that allows designer to choose to display on CYA page (#2295)

0.1792.0

23 Oct 11:05
a0df864
Compare
Choose a tag to compare

Release : gform-frontend 0.1792.0

Last commit sha : a0df864
Last commit author : Alex Hurst
Last commit time : 2024-10-23T10:49:24Z

Beccles airport - BCC should be under airport filter (#2296)