Skip to content

Commit

Permalink
Merge pull request #759 from qld-gov-au/QOLDEV-942_formiojs_4.21.2-pr…
Browse files Browse the repository at this point in the history
…emium_2.0.3-grid_1.4.0

[QOLDEV-942] formiojs@4.21.2 premium@2.0.3 grid@1.4.0
  • Loading branch information
duttonw authored Oct 9, 2024
2 parents 5f03363 + 12cab0e commit 7659188
Show file tree
Hide file tree
Showing 23 changed files with 896 additions and 434 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Storybook-library-update.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Update Storybook package.json items
on:
schedule:
#schedule:
# * is a special character in YAMLso you have to quote this string
- cron: '0 1 * * *'
# - cron: '0 1 * * *'
workflow_dispatch:
inputs:
description:
Expand Down
307 changes: 194 additions & 113 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.4",
"formiojs": "4.21.2",
"moment": "^2.29.4"
}
}
9 changes: 4 additions & 5 deletions .github/workspace/prem/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workspace/prem/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"devDependencies": {},
"dependencies": {
"@formio/premium": "2.0.0",
"@formio/premium": "2.0.3",
"moment": "^2.29.4"
}
}
18 changes: 18 additions & 0 deletions lib/changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# August 12, 2024 Release
## API Server Version 9.2.2
Included Correlated Libraries
* portal@9.2.1
* formiojs@4.21.2
* core@2.2.1
* vm@0.2.2
* formio@4.2.2
* premium@2.0.3
* grid@1.4.0
* formviewpro@1.108.1
* formmanager@1.106.1
* offline@4.9.1
* formio/uswds@2.5.1
* vpat@2.5.2
* reporting@1.0.3
## Fixed
* FIO-8778 Data Map | Data Map is always submitted with empty object value
88 changes: 53 additions & 35 deletions lib/formio.changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,63 +4,81 @@ 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
## 4.21.2
### Changed
- Official Release

## 4.19.4-rc.3
## 4.21.2-rc.1
### Changed
- FIO-8493: Added null check for this.root in builder mode
- FIO-8570: fixed decimal symbol property on number component
- FIO-8570: fixed thousandSeparator problem and decimal symbol problem

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

## 4.19.4-rc.1
## 4.21.1-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
- FIO-8027 added new Captcha provider

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

## 4.19.3
## 4.21.0
### 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
## 4.21.0-rc.2
- 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
- FIO-8342 fixed triggering saveDraft after submitting the form
- FIO-8330 fixed saving draft if saveDraft and skipDraftRestore are true
- FIO-8342 fixed triggering saveDraft after submitting the form
- FIO-8360 fixed submission state for nested 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
## 4.21.0-rc.1
### Changed
- FIO-3957: Fixes an issue where Data Map inside conditionally shown Panel does not show its values in the view mode
- FIO-6408: Fixed Default value field getting the same label settings as the preview component
- FIO-3442: Added tests
- FIO-5918: fixed display of note on child form submission revision
- FIO-7184: Fixed showing incorrect value for DateTime and Time components with multiple value enabled inside of the Data Table
- Add capability for adding sanitize profiles through sanitizeConfig in options
- FIO-7112: fixed issues with calendar widget display for value components in new simple conditionals ui
- add conditional to check for new headers object
- FIO 7603: Edit Grid With Empty Rows Not Submitting Form
- FIO-7804: Added PKCE method for OIDC
- FIO-7933: added PDF Document Designer
- FIO-7334: Fixes an issue where Radio values do not appear for Action Conditions settings
- FIO-6970: Fixes an issue where SelectBoxes Only Available Items validation always fails
- FIO-7206: Fixes an issue where removed components keys stay in the DataGrid defaultValue property
- FIO-4833: Table, Well, Columns & Tabs: Label does not display by default. The 'Hide Label' setting does nothing
- FIO-7207: Changed tooltip and removed 'Hide label' option from the list of layout components
- interpolate redirectURI in button oauth config

## 4.20.0-rc.4
### Changed
- FIO-8280: Fixed setting incorrect option label

## 4.19.2-rc.4
## 4.20.0-rc.3
### Changed
- FIO-7445: fixed an issue with interpolated data in HTML
- FIO-8091: Fixed missing metadata for html5 select component with default value

## 4.20.0-rc.2
### Changed
- FIO-8091: added selectData calculation for url/resource select components

- FIO-7580 FIO-6475: fixed error events issues and an issue where general server errors quickly disappear from ui
- FIO-7774: added validateWhenHidden option
- FIO-7807: added sanitizeConfig to global form settings
- FIO-7808: fixed an issue where conditional editGrid loses the value after submission
- FIO-7808: fixed an issue where conditional components inside conditional components lose their value after submission when they are on the same level with editGrid

## 4.20.0-rc.1
### Changed
- FIO-7764: Fixes a typo in File component settings
- FIO-7808: fixed an issue where conditional components inside conditional components lose their value after submission when they are on the same level with editGrid
- FIO-4242 updated input mask for TextField
- Wizard: Keep current page after language is changed
- FIO-7421: Adds ReCaptcha error messages to the translations config

## 4.19.2-rc.3
### Changed
- FIO-7445: fixed an issue where the interpolated data does not show up on PDF
Expand Down
4 changes: 4 additions & 0 deletions lib/formio.full.css
Original file line number Diff line number Diff line change
Expand Up @@ -3440,6 +3440,10 @@ 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
76 changes: 43 additions & 33 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.

10 changes: 9 additions & 1 deletion lib/formio.full.min.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
* (c) 2022 Szymon Nowak | Released under the MIT license
*/

/*!
* dist/inputmask
* https://github.com/RobinHerbots/Inputmask
* Copyright (c) 2010 - 2023 Robin Herbots
* Licensed under the MIT license
* Version: 5.0.8
*/

/*!
* https://github.com/Starcounter-Jack/JSON-Patch
* (c) 2017-2021 Joachim Wester
Expand All @@ -24,7 +32,7 @@
MIT License: http://getify.mit-license.org
*/

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

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

Expand Down
3 changes: 3 additions & 0 deletions lib/premium.changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ 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/).

## 2.0.3
- Change log missing

## 2.0.0
- Change log missing

Expand Down
Loading

0 comments on commit 7659188

Please sign in to comment.