Skip to content

Tags: XGovFormBuilder/digital-form-builder

Tags

3.40.0-rc.79

Toggle 3.40.0-rc.79's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feature: "Return to" in navigation (#1374)

3.39.6-rc.78

Toggle 3.39.6-rc.78's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
patch: file upload error message (#1375)

3.39.5-rc.77

Toggle 3.39.5-rc.77's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Add returns to summary after adding, deleting or altering a repe…

…ating section (#1369)

* Update RepeatingSectionSummaryPageController.ts

* Update PageControllerBase.ts

* Update SummaryViewModel.ts

* Update summary-card.html

* Update summary.html

* Update repeating-section-summary.html

* Delete e2e/cypress/e2e/runner/RepeatingSectionSummaryPageController.feature

3.39.4-rc.76

Toggle 3.39.4-rc.76's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
allow autocomplete options for email (#1373)

3.39.3-rc.75

Toggle 3.39.3-rc.75's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: avoid duplicate submit on normal summary (#1371)

3.39.2-rc.74

Toggle 3.39.2-rc.74's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
patch: file upload errors (#1351)

3.39.1-rc.73

Toggle 3.39.1-rc.73's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Don't capitalize the configured service name

3.39.0-rc.72

Toggle 3.39.0-rc.72's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feature: custom ConfirmationSessionTimeout per form setup (#1359)

3.38.7-rc.71

Toggle 3.38.7-rc.71's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Set base tag to Alpine and add symlink to fix SSL issue (#1366)

3.38.6-rc.70

Toggle 3.38.6-rc.70's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Summary card button accessibility and consistency issues

 * The button was technically a link, which meant how it looked and how screen readers treated it was inconsistent. I have changed it so that it's a button that does a GET request to the page when clicked.
 * The word 'remove' has been changed to 'delete'.
 * The button text will now just say 'Add...' if there's only one entry, which is consistent with the functionality where you can't delete entries if only one is present.