Skip to content

Commit

Permalink
Merge pull request #844 from qld-gov-au/QOLDEV-942_APIServerVersion_9…
Browse files Browse the repository at this point in the history
….2.8-formiojs_4.21.5-premium_2.0.6-grid_1.4.0

QOLDEV-942 API Server Version:9.2.8 formiojs:4.21.5 premium:2.0.6 grid:1.4.0
  • Loading branch information
ThrawnCA authored Jan 15, 2025
2 parents 918b922 + fd7e5a6 commit 2350067
Show file tree
Hide file tree
Showing 13 changed files with 157 additions and 94 deletions.
75 changes: 42 additions & 33 deletions .github/workspace/formiojs/package-lock.json

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

3 changes: 2 additions & 1 deletion .github/workspace/formiojs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,15 @@
"last 3 Chrome versions"
],
"scripts": {
"build": "npm install && npm run copy-all && npm run update",
"update": "npm update `npm outdated | awk '{print $1}' | tr '\n' ' '` ",
"copy-formiojs": "cp -rf node_modules/formiojs/dist/formio.full* ../../../lib; cp -rf node_modules/formiojs/dist/fonts ../../../lib; cp node_modules/formiojs/Changelog.md ../../../lib/formio.changelog.md; ",
"cleanup": "rm -rf ../../../lib/*server*",
"copy-all": "npm run copy-formiojs && npm run cleanup"
},
"devDependencies": {},
"dependencies": {
"formiojs": "4.21.2",
"formiojs": "4.21.5",
"moment": "^2.29.4"
}
}
15 changes: 7 additions & 8 deletions .github/workspace/prem/package-lock.json

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

3 changes: 2 additions & 1 deletion .github/workspace/prem/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"last 3 Chrome versions"
],
"scripts": {
"build": "npm install && npm run copy-all && npm run update",
"update": "npm update `npm outdated | awk '{print $1}' | tr '\n' ' '` ",
"copy-formios-prem-changelog": "cp node_modules/@formio/premium/Changelog.md ../../../lib/premium.changelog.md",
"copy-formios-prem": "cp -rf node_modules/@formio/premium/dist/* ../../../lib",
Expand All @@ -31,7 +32,7 @@
},
"devDependencies": {},
"dependencies": {
"@formio/premium": "2.0.3",
"@formio/premium": "2.0.6",
"moment": "^2.29.4"
}
}
40 changes: 22 additions & 18 deletions lib/changelog.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,22 @@
# 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
# November 5, 2024 Release
## API Server Version 9.2.8
sha256:c454267d6d78727ceff59fdcd17b575691a63c826411f85178e86c178c570cda

### Included Correlated Libraries
- portal@9.2.6
- formiojs@4.21.5
- core@2.3.0-rc.20
- vm@0.2.8
- formio@4.2.8
- premium@2.0.6
- grid@1.4.0
- formviewpro@1.108.6
- formmanager@1.106.6
- offline@4.9.4
- formio/uswds@2.5.2
- vpat@2.5.2
- reporting@1.0.3

### Fixed
- FIO-9255 fixed an issue where nested forms lose data after submission if some parent has conditional components
- FIO-9181 Conditions based on save as reference select component are not triggering correctly on Print to PDF
49 changes: 49 additions & 0 deletions lib/formio.changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,55 @@ 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.21.5
### Changed
- Official Release

## 4.21.5-rc.6
### Changed
- FIO-9105: trigger error in test
- FIO-8944 fixed navigation through the errors list
- FIO-8660: Fixed email component re-rendering with unique setting option

## 4.21.5-rc.5
### Changed
- Bugfix: allow paths for valueProperty

## 4.21.5-rc.4

## 4.21.5-rc.1
### Changed
- FIO-8962 Fixed screen shifting when validation errors pop up in an embedded Wizard form

## 4.21.4
### Changed
- Official Release

## 4.21.4-rc.2
### Changed
- Revert "FIO-8797: set empty day component value to the empty string"
- Revert "FIO-8798: updated shape of the data of day component with hidden fields"

## 4.21.4-rc.1
### Changed
- FIO-8964 updated version of inputmask lib
- FIO-8797: set empty day component value to the empty string
- FIO-8795 fixed selected data after removing row
- FIO-8798: updated shape of the data of day component with hidden fields
- FIO-8849: fixed an issue where value of the selctboxes/radio with URL data source are not available in simple conditons UI
- FIO-8799 updated conditional tab for Time Component
- FIO-8874: fixed conditional value field for time component
- FIO-8866-8864: fixed simple conditions operators for recaptcha
- FIO-8900-8899: made only 2 operators available for address component in conditionals ui and fixed setting an empty value for address

## 4.21.3
### Changed
- Official Release

## 4.21.3-rc.1
### Changed
- FIO-7779: update pathing for nested container components and add test

## 4.21.2
### Changed
- Official Release
Expand Down
34 changes: 17 additions & 17 deletions lib/formio.full.js

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.

8 changes: 4 additions & 4 deletions lib/formio.full.min.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
/*!
* dist/inputmask
* https://github.com/RobinHerbots/Inputmask
* Copyright (c) 2010 - 2023 Robin Herbots
* Copyright (c) 2010 - 2024 Robin Herbots
* Licensed under the MIT license
* Version: 5.0.8
* Version: 5.0.9
*/

/*!
Expand All @@ -25,14 +25,14 @@

/*! @formio/choices.js v10.2.1 | © 2024 Josh Johnson | https://github.com/jshjohnson/Choices#readme */

/*! @license DOMPurify 3.0.5 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.0.5/LICENSE */
/*! @license DOMPurify 3.1.7 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.1.7/LICENSE */

/*! Native Promise Only
v0.8.1 (c) Kyle Simpson
MIT License: http://getify.mit-license.org
*/

/*! formiojs v4.21.2 | https://unpkg.com/formiojs@4.21.2/LICENSE.txt */
/*! formiojs v4.21.5 | https://unpkg.com/formiojs@4.21.5/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 2350067

Please sign in to comment.