Skip to content

Commit

Permalink
Merge pull request #652 from qld-gov-au/patchFormio
Browse files Browse the repository at this point in the history
Patch formio 4.19.4
  • Loading branch information
duttonw authored Jun 19, 2024
2 parents 7773526 + d11e992 commit 35509b7
Show file tree
Hide file tree
Showing 10 changed files with 1,909 additions and 1,643 deletions.
613 changes: 236 additions & 377 deletions .github/workspace/formiojs/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .github/workspace/formiojs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"devDependencies": {},
"dependencies": {
"formiojs": "4.19.1",
"formiojs": "4.19.4",
"moment": "^2.29.4"
}
}
69 changes: 69 additions & 0 deletions lib/formio.changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,75 @@ All notable changes to this project will be documented in this file
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## 4.19.4
### Changed
- Official Release

## 4.19.4-rc.3
### Changed
- FIO-8493: Added null check for this.root in builder mode

## 4.19.4-rc.2
### Changed
- FIO-8402: fixed an issue where Validation Triggering on initial Form load

## 4.19.4-rc.1
### Changed
- FIO-7395: Fixed the issue with loading nested form
- FIO-8433 fixed restore draft for nested forms
- FIO-8281: fixed selectData property for multiple select component

### Changed
- FIO-8199: Fixes an issue where Checkbox does not have id and for attributes

## 4.19.3
### Changed
- Official Release

## 4.19.3-rc.3
### Changed
- FIO-8360 fixed submission state for nested form

## 4.19.3-rc.2
### Changed
- Resolved merge conflict with saveDraft

## 4.19.3-rc.1
### Changed
- FIO-8330 fixed saving draft if saveDraft and skipDraftRestore are true
- FIO-8342 fixed triggering saveDraft after submitting the form
- FIO-8111 fixed saveDraft Trigger for nested forms
- FIO-8074 Added Storage Type to Radio Components
- FIO-7595 fixed incorrect value for conditionally hidden Checkbox
- FIO-8240 fixed skipDraftRestore effect for the nested Forms

## 4.19.2
### Changed
- Official Release

## 4.19.2-rc.5
### Changed
- FIO-8280: Fixed setting incorrect option label

## 4.19.2-rc.4
### Changed
- FIO-7445: fixed an issue with interpolated data in HTML

### Changed
- FIO-8091: added selectData calculation for url/resource select components

## 4.19.2-rc.3
### Changed
- FIO-7445: fixed an issue where the interpolated data does not show up on PDF
- FIO-8091: added selectData calculation for url/resource select components

## 4.19.2-rc.1
### Changed
- FIO-8009 fixed display of the required asterisk
- FIO-8109 fixed save draft triggering for nested components
- FIO-8146 fixed saveDraft triggering for nested forms after submitting
- FIO-4871 fixed calculated value issues

## 4.19.1
### Changed
- Official Release
Expand Down
8 changes: 2 additions & 6 deletions lib/formio.full.css
Original file line number Diff line number Diff line change
Expand Up @@ -3440,10 +3440,6 @@ body.formio-dialog-open {
justify-content: flex-end;
}

.formio-dialog.formio-dialog-theme-default .formio-dialog-buttons {
*zoom: 1;
}

.formio-dialog.formio-dialog-theme-default .formio-dialog-buttons:after {
content: "";
display: table;
Expand Down Expand Up @@ -3576,8 +3572,8 @@ body.formio-dialog-open {
color: #EB0000;
}

.formio-component-radio.formio-component-label-hidden.required .label-position-right.form-check-label:before,
.formio-component-selectboxes.formio-component-label-hidden.required .label-position-right.form-check-label:before {
.formio-component-radio.formio-component-label-hidden.required .form-check .label-position-right.form-check-label:before,
.formio-component-selectboxes.formio-component-label-hidden.required .form-check .label-position-right.form-check-label:before {
right: 20px;
}

Expand Down
28 changes: 14 additions & 14 deletions lib/formio.full.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/formio.full.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/formio.full.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/formio.full.min.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
MIT License: http://getify.mit-license.org
*/

/*! formiojs v4.19.1 | https://unpkg.com/formiojs@4.19.1/LICENSE.txt */
/*! formiojs v4.19.4 | https://unpkg.com/formiojs@4.19.4/LICENSE.txt */

/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */

Expand Down
Loading

0 comments on commit 35509b7

Please sign in to comment.