Skip to content

Commit

Permalink
Updated build and version.
Browse files Browse the repository at this point in the history
  • Loading branch information
travist committed Apr 6, 2022
1 parent 9e71357 commit c103d39
Show file tree
Hide file tree
Showing 97 changed files with 155,638 additions and 122,055 deletions.
5 changes: 4 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ 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/).

## [Unreleased: 4.15.0-rc.8]
## 4.15.0-rc.8
### Changed
- Updated @formio/bootstrap3@2.12.2-rc.1

### Fixed
- FIO-4815: Fixed an issue where submission of the form with Tabs component fails
- FIO-4225: fixed an issue where last selected/entered value from multiple values is highlighted as error value, when Date/Time is required
Expand Down
3 changes: 0 additions & 3 deletions babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ module.exports = {
[
'@babel/preset-env',
{
targets: {
ie: '11',
},
useBuiltIns: 'usage',
corejs: 3
},
Expand Down
18 changes: 11 additions & 7 deletions dist/formio.builder.css
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,9 @@ dialog.fixed {
.builder-component.has-error .invalid-feedback,
.formio-component.has-error .invalid-feedback,
.formio-component.alert-danger .invalid-feedback,
.formio-component.has-message .invalid-feedback {
.formio-component.has-message .invalid-feedback,
.formio-component-modal-wrapper.has-message .invalid-feedback,
.formio-component-modal-wrapper.has-error .invalid-feedback {
display: block;
color: inherit;
margin-top: 4px;
Expand Down Expand Up @@ -179,9 +181,9 @@ dialog.fixed {
.quill-source-code {
width: 100%;
margin: 0px;
background: #1d1d1d;
background: rgb(29, 29, 29);
box-sizing: border-box;
color: #cccccc;
color: rgb(204, 204, 204);
font-size: 15px;
outline: none;
padding: 20px;
Expand Down Expand Up @@ -1228,8 +1230,8 @@ div[data-oembed-url] {
display: table-caption;
caption-side: bottom;
word-break: break-word;
color: #333333;
background-color: #f7f7f7;
color: hsl(0deg, 0%, 20%);
background-color: hsl(0deg, 0%, 97%);
padding: 0.6em;
font-size: 0.75em;
outline-offset: -1px;
Expand Down Expand Up @@ -1312,13 +1314,13 @@ div[data-oembed-url] {
margin-left: 0;
margin-right: 0;
font-style: italic;
border-left: solid 5px #cccccc;
border-left: solid 5px hsl(0deg, 0%, 80%);
}

/* ckeditor5-block-quote/theme/blockquote.css */
.formio-component-content[dir=rtl] blockquote {
border-left: 0;
border-right: solid 5px #cccccc;
border-right: solid 5px hsl(0deg, 0%, 80%);
}

.formio-component-content .text-tiny {
Expand Down Expand Up @@ -1808,6 +1810,8 @@ span[role=link] {
.builder-sidebar_scroll {
position: sticky;
top: 15px;
max-height: 100vh;
overflow-y: auto;
}

.builder-sidebar_search {
Expand Down
2 changes: 1 addition & 1 deletion dist/formio.builder.min.css

Large diffs are not rendered by default.

997 changes: 632 additions & 365 deletions dist/formio.contrib.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/formio.contrib.min.js

Large diffs are not rendered by default.

12 changes: 9 additions & 3 deletions dist/formio.contrib.min.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,23 @@
/*!
* https://github.com/Starcounter-Jack/JSON-Patch
* (c) 2017 Joachim Wester
* (c) 2017-2021 Joachim Wester
* MIT license
*/

/*! @license DOMPurify 2.3.4 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/2.3.4/LICENSE */
/*!
* https://github.com/Starcounter-Jack/JSON-Patch
* (c) 2017-2022 Joachim Wester
* MIT licensed
*/

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

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

/*! formiojs v4.15.0-rc.7 | https://unpkg.com/[email protected].7/LICENSE.txt */
/*! formiojs v4.15.0-rc.8 | https://unpkg.com/[email protected].8/LICENSE.txt */

/**
* @license
Expand Down
2 changes: 1 addition & 1 deletion dist/formio.embed.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/formio.embed.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/formio.embed.min.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
/*! formiojs v4.15.0-rc.7 | https://unpkg.com/[email protected].7/LICENSE.txt */
/*! formiojs v4.15.0-rc.8 | https://unpkg.com/[email protected].8/LICENSE.txt */
16 changes: 9 additions & 7 deletions dist/formio.form.css
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,9 @@ dialog.fixed {
.builder-component.has-error .invalid-feedback,
.formio-component.has-error .invalid-feedback,
.formio-component.alert-danger .invalid-feedback,
.formio-component.has-message .invalid-feedback {
.formio-component.has-message .invalid-feedback,
.formio-component-modal-wrapper.has-message .invalid-feedback,
.formio-component-modal-wrapper.has-error .invalid-feedback {
display: block;
color: inherit;
margin-top: 4px;
Expand Down Expand Up @@ -156,9 +158,9 @@ dialog.fixed {
.quill-source-code {
width: 100%;
margin: 0px;
background: #1d1d1d;
background: rgb(29, 29, 29);
box-sizing: border-box;
color: #cccccc;
color: rgb(204, 204, 204);
font-size: 15px;
outline: none;
padding: 20px;
Expand Down Expand Up @@ -1205,8 +1207,8 @@ div[data-oembed-url] {
display: table-caption;
caption-side: bottom;
word-break: break-word;
color: #333333;
background-color: #f7f7f7;
color: hsl(0deg, 0%, 20%);
background-color: hsl(0deg, 0%, 97%);
padding: 0.6em;
font-size: 0.75em;
outline-offset: -1px;
Expand Down Expand Up @@ -1289,13 +1291,13 @@ div[data-oembed-url] {
margin-left: 0;
margin-right: 0;
font-style: italic;
border-left: solid 5px #cccccc;
border-left: solid 5px hsl(0deg, 0%, 80%);
}

/* ckeditor5-block-quote/theme/blockquote.css */
.formio-component-content[dir=rtl] blockquote {
border-left: 0;
border-right: solid 5px #cccccc;
border-right: solid 5px hsl(0deg, 0%, 80%);
}

.formio-component-content .text-tiny {
Expand Down
1,643 changes: 957 additions & 686 deletions dist/formio.form.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/formio.form.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/formio.form.min.js

Large diffs are not rendered by default.

29 changes: 11 additions & 18 deletions dist/formio.form.min.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,39 +8,32 @@
*/

/*!
* Signature Pad v2.3.2
* https://github.com/szimek/signature_pad
*
* Copyright 2017 Szymon Nowak
* Released under the MIT license
*
* The main idea and some parts of the code (e.g. drawing variable width Bézier curve) are taken from:
* http://corner.squareup.com/2012/07/smoother-signatures.html
*
* Implementation of interpolation using cubic Bézier curves is taken from:
* http://benknowscode.wordpress.com/2012/09/14/path-interpolation-using-cubic-bezier-and-control-point-estimation-in-javascript
*
* Algorithm for approximated length of a Bézier curve is taken from:
* http://www.lemoda.net/maths/bezier-length/index.html
*
* Signature Pad v4.0.4 | https://github.com/szimek/signature_pad
* (c) 2022 Szymon Nowak | Released under the MIT license
*/

/*!
* https://github.com/Starcounter-Jack/JSON-Patch
* (c) 2017 Joachim Wester
* (c) 2017-2021 Joachim Wester
* MIT license
*/

/*!
* https://github.com/Starcounter-Jack/JSON-Patch
* (c) 2017-2022 Joachim Wester
* MIT licensed
*/

/*! @formio/choices.js v9.0.1 | © 2021 Josh Johnson | https://github.com/jshjohnson/Choices#readme */

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

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

/*! formiojs v4.15.0-rc.7 | https://unpkg.com/[email protected].7/LICENSE.txt */
/*! formiojs v4.15.0-rc.8 | https://unpkg.com/[email protected].8/LICENSE.txt */

/**
* @license
Expand Down
18 changes: 11 additions & 7 deletions dist/formio.full.css
Original file line number Diff line number Diff line change
Expand Up @@ -2476,7 +2476,9 @@ dialog.fixed {
.builder-component.has-error .invalid-feedback,
.formio-component.has-error .invalid-feedback,
.formio-component.alert-danger .invalid-feedback,
.formio-component.has-message .invalid-feedback {
.formio-component.has-message .invalid-feedback,
.formio-component-modal-wrapper.has-message .invalid-feedback,
.formio-component-modal-wrapper.has-error .invalid-feedback {
display: block;
color: inherit;
margin-top: 4px;
Expand Down Expand Up @@ -2517,9 +2519,9 @@ dialog.fixed {
.quill-source-code {
width: 100%;
margin: 0px;
background: #1d1d1d;
background: rgb(29, 29, 29);
box-sizing: border-box;
color: #cccccc;
color: rgb(204, 204, 204);
font-size: 15px;
outline: none;
padding: 20px;
Expand Down Expand Up @@ -3566,8 +3568,8 @@ div[data-oembed-url] {
display: table-caption;
caption-side: bottom;
word-break: break-word;
color: #333333;
background-color: #f7f7f7;
color: hsl(0deg, 0%, 20%);
background-color: hsl(0deg, 0%, 97%);
padding: 0.6em;
font-size: 0.75em;
outline-offset: -1px;
Expand Down Expand Up @@ -3650,13 +3652,13 @@ div[data-oembed-url] {
margin-left: 0;
margin-right: 0;
font-style: italic;
border-left: solid 5px #cccccc;
border-left: solid 5px hsl(0deg, 0%, 80%);
}

/* ckeditor5-block-quote/theme/blockquote.css */
.formio-component-content[dir=rtl] blockquote {
border-left: 0;
border-right: solid 5px #cccccc;
border-right: solid 5px hsl(0deg, 0%, 80%);
}

.formio-component-content .text-tiny {
Expand Down Expand Up @@ -4146,6 +4148,8 @@ span[role=link] {
.builder-sidebar_scroll {
position: sticky;
top: 15px;
max-height: 100vh;
overflow-y: auto;
}

.builder-sidebar_search {
Expand Down
1,649 changes: 960 additions & 689 deletions dist/formio.full.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

29 changes: 11 additions & 18 deletions dist/formio.full.min.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,39 +8,32 @@
*/

/*!
* Signature Pad v2.3.2
* https://github.com/szimek/signature_pad
*
* Copyright 2017 Szymon Nowak
* Released under the MIT license
*
* The main idea and some parts of the code (e.g. drawing variable width Bézier curve) are taken from:
* http://corner.squareup.com/2012/07/smoother-signatures.html
*
* Implementation of interpolation using cubic Bézier curves is taken from:
* http://benknowscode.wordpress.com/2012/09/14/path-interpolation-using-cubic-bezier-and-control-point-estimation-in-javascript
*
* Algorithm for approximated length of a Bézier curve is taken from:
* http://www.lemoda.net/maths/bezier-length/index.html
*
* Signature Pad v4.0.4 | https://github.com/szimek/signature_pad
* (c) 2022 Szymon Nowak | Released under the MIT license
*/

/*!
* https://github.com/Starcounter-Jack/JSON-Patch
* (c) 2017 Joachim Wester
* (c) 2017-2021 Joachim Wester
* MIT license
*/

/*!
* https://github.com/Starcounter-Jack/JSON-Patch
* (c) 2017-2022 Joachim Wester
* MIT licensed
*/

/*! @formio/choices.js v9.0.1 | © 2021 Josh Johnson | https://github.com/jshjohnson/Choices#readme */

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

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

/*! formiojs v4.15.0-rc.7 | https://unpkg.com/[email protected].7/LICENSE.txt */
/*! formiojs v4.15.0-rc.8 | https://unpkg.com/[email protected].8/LICENSE.txt */

/**
* @license
Expand Down
367 changes: 312 additions & 55 deletions dist/formio.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

12 changes: 9 additions & 3 deletions dist/formio.min.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,23 @@
/*!
* https://github.com/Starcounter-Jack/JSON-Patch
* (c) 2017 Joachim Wester
* (c) 2017-2021 Joachim Wester
* MIT license
*/

/*! @license DOMPurify 2.3.4 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/2.3.4/LICENSE */
/*!
* https://github.com/Starcounter-Jack/JSON-Patch
* (c) 2017-2022 Joachim Wester
* MIT licensed
*/

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

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

/*! formiojs v4.15.0-rc.7 | https://unpkg.com/[email protected].7/LICENSE.txt */
/*! formiojs v4.15.0-rc.8 | https://unpkg.com/[email protected].8/LICENSE.txt */

/**
* @license
Expand Down
280 changes: 248 additions & 32 deletions dist/formio.utils.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/formio.utils.min.js

Large diffs are not rendered by default.

12 changes: 9 additions & 3 deletions dist/formio.utils.min.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,23 @@
/*!
* https://github.com/Starcounter-Jack/JSON-Patch
* (c) 2017 Joachim Wester
* (c) 2017-2021 Joachim Wester
* MIT license
*/

/*! @license DOMPurify 2.3.4 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/2.3.4/LICENSE */
/*!
* https://github.com/Starcounter-Jack/JSON-Patch
* (c) 2017-2022 Joachim Wester
* MIT licensed
*/

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

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

/*! formiojs v4.15.0-rc.7 | https://unpkg.com/[email protected].7/LICENSE.txt */
/*! formiojs v4.15.0-rc.8 | https://unpkg.com/[email protected].8/LICENSE.txt */

/**
* @license
Expand Down
Loading

0 comments on commit c103d39

Please sign in to comment.