diff --git a/CHANGELOG.md b/CHANGELOG.md index c3ca8b16..aeaff5bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # @formio/bootstrap +## 4.0.4 + +### Patch Changes + +- 9813447: adding hyperlink to file comp description error +- 793d0d8: FIO-11291: fixed Field Set Legend announcement by a screen reader for all Components within the field set on the View Submission page and PDF download + +## 4.0.4-api99.0 + +### Patch Changes + +- 9813447: adding hyperlink to file comp description error +- 793d0d8: FIO-11291: fixed Field Set Legend announcement by a screen reader for all Components within the field set on the View Submission page and PDF download + ## 4.0.3 ### Patch Changes diff --git a/package.json b/package.json index 5cdafa5b..874a4164 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@formio/bootstrap", - "version": "4.0.3", + "version": "4.0.4", "description": "Bootstrap templates for Form.io forms", "main": "lib/cjs/bootstrap5.js", "module": "lib/mjs/bootstrap5.js", diff --git a/src/bootstrap3.ts b/src/bootstrap3.ts index 63020960..c95ef7eb 100644 --- a/src/bootstrap3.ts +++ b/src/bootstrap3.ts @@ -6,5 +6,5 @@ export default { templates: { bootstrap3, }, - translations + translations, }; diff --git a/src/bootstrap4.ts b/src/bootstrap4.ts index 39434723..728a5d52 100644 --- a/src/bootstrap4.ts +++ b/src/bootstrap4.ts @@ -6,5 +6,5 @@ export default { templates: { bootstrap4, }, - translations + translations, }; diff --git a/src/bootstrap5.ts b/src/bootstrap5.ts index e70610d8..23ac031f 100644 --- a/src/bootstrap5.ts +++ b/src/bootstrap5.ts @@ -6,5 +6,5 @@ export default { templates: { bootstrap5, }, - translations + translations, }; diff --git a/src/templates/bootstrap4/checkbox/form.ejs b/src/templates/bootstrap4/checkbox/form.ejs index 85f00f53..859d16c1 100644 --- a/src/templates/bootstrap4/checkbox/form.ejs +++ b/src/templates/bootstrap4/checkbox/form.ejs @@ -1,5 +1,10 @@