Skip to content

Commit

Permalink
update formio.js to 4.19.4 which includes bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
duttonw committed Jun 19, 2024
1 parent c015bbd commit d11e992
Show file tree
Hide file tree
Showing 9 changed files with 326 additions and 402 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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-storybook": "0.8.0",
"eslint-webpack-plugin": "^4.2.0",
"formiojs": "4.20.0",
"formiojs": "4.19.4",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lodash": "^4.17.21",
Expand Down

0 comments on commit d11e992

Please sign in to comment.