Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[QOLDEV-942] [email protected] [email protected] [email protected] #759

Merged
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
* [email protected]
* [email protected]
* [email protected]
* [email protected]
* [email protected]
* [email protected]
* [email protected]
* [email protected]
* [email protected]
* [email protected]
* formio/[email protected]
* [email protected]
* [email protected]
## 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
Loading