Skip to content

Commit

Permalink
Merge branch 'main' into FIO-7146-uswds-viewer-circleci-to-ghactions
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanformio committed Mar 4, 2024
2 parents b6aae70 + 1e56390 commit a25cf8e
Show file tree
Hide file tree
Showing 57 changed files with 1,245 additions and 277 deletions.
112 changes: 112 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,118 @@ 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/).

## 5.5.1-rc.3

## 5.5.0
### Changed
- Official Release

## 5.5.0-rc.6
### Changed
- Updated [email protected]
- Updated @formio/premium@1.22.2

## 5.5.0-rc.5
### Changed
- Updated [email protected]
- Updated @formio/premium@1.22.2-rc.1

- Updated pdf-server 5.5.0-rc.5

## 5.4.1
### Changed
- Official Release

## 5.4.1-rc.2
### Changed
- Updated [email protected]
- Updated @formio/premium@1.22.1
- Updated @formio/uswds@2.5.1

## 5.4.1-rc.1
### Changed
- Updated [email protected]
- Updated @formio/premium@1.22.1-rc.1
- Updated @formio/uswds@2.5.1-rc.1

- Updated pdf-server 5.4.1-rc.2

## 5.3.6
### Changed
- Official Release
- Updated [email protected]
- Updated @formio/premium@1.21.4

## 5.3.6-rc.1
### Changed
- Updated [email protected]
- Updated @formio/premium@1.21.4-rc.1


## 5.3.5
### Changed
- Official Release

## 5.3.5-rc.1
### Changed
- Updated [email protected]
- Updated @formio/premium@1.21.3
- Updated pdf-server 5.3.5

## 5.3.4
### Changed
- Official Release

## 5.3.4-rc.1
### Changed
- Updated [email protected]
- Updated @formio/premium@1.21.2
- Updated pdf-server 5.3.4

## 5.3.2
### Changed
- Official Release

## 5.3.2-rc.1
### Changed
- Updated [email protected]
- Updated @formio/premium@1.21.1


## 5.3.1
### Changed
- Official Release

## 5.3.1-rc.1
### Changed
- Updated [email protected]
- Updated [email protected]

## 5.3.0
### Changed
- Official Release

## 5.3.0-rc.1
### Changed
- Updated [email protected]
- Updated @formio/premium@1.21.0
- Increment minor version
- Updated [email protected]

## 5.2.0
### Changed
- Official Release
- Updated [email protected]
- Updated @formio/premium@1.20.0
- Updated @formio/uswds@2.5.0

## 5.2.0-rc.6
### Changed
- Updated [email protected]

### Changed
- Updated [email protected]

## 5.2.0-rc.4
### Changed
- Updated [email protected]
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
## ##
#######################################################

FROM formio/pdf-server:5.2.0-rc.4
FROM formio/pdf-server:5.5.1-rc.3
COPY ./dist /src/node_modules/formio-viewer/dist/
12 changes: 6 additions & 6 deletions dist/index.html

Large diffs are not rendered by default.

12 changes: 9 additions & 3 deletions dist/lib/formiojs/formio.builder.css
Original file line number Diff line number Diff line change
Expand Up @@ -1292,12 +1292,15 @@ body.formio-dialog-open {

.formio-component .table {
margin-bottom: 0;
word-break: break-all;
word-break: break-word;
}

.formio-component-htmlelement {
word-wrap: break-word;
}
.formio-component-htmlelement ol, .formio-component-htmlelement ul {
margin-left: 10px;
}

.editgrid-table-container {
margin-bottom: 10px;
Expand Down Expand Up @@ -1377,7 +1380,7 @@ body.formio-dialog-open {
}

.datagrid-table > tbody > tr > td {
word-break: break-all;
word-break: auto-phrase;
}

.formio-component-modaledit .formio-modaledit-view-container {
Expand Down Expand Up @@ -1523,6 +1526,9 @@ td .formio-component-modaledit .formio-modaledit-view-container {
.formio-component-textarea .ck.ck-editor__editable .image .ck-progress-bar {
height: 4px;
}
.formio-component-textarea .ck.ck-editor ul, .formio-component-textarea .ck.ck-editor ol {
margin-left: 10px;
}

div[data-oembed-url] {
width: 100%;
Expand Down Expand Up @@ -2277,6 +2283,6 @@ span[role=link] {
}

.builder-component-selected {
border: 2px dashed #e8e8e8;
border: 2px dashed #919191;
outline: none !important;
}
2 changes: 1 addition & 1 deletion dist/lib/formiojs/formio.builder.min.css

Large diffs are not rendered by default.

110 changes: 86 additions & 24 deletions dist/lib/formiojs/formio.contrib.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions dist/lib/formiojs/formio.contrib.min.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,16 @@
* MIT licensed
*/

/*! @license DOMPurify 2.4.1 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/2.4.1/LICENSE */
/*! @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 */

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

/*! formiojs v4.16.0-rc.9 | https://unpkg.com/[email protected]/LICENSE.txt */
/*! formiojs v4.19.0 | https://unpkg.com/[email protected]/LICENSE.txt */

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

/**
* @license
Expand Down
2 changes: 1 addition & 1 deletion dist/lib/formiojs/formio.embed.min.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
/*! formiojs v4.16.0-rc.9 | https://unpkg.com/formiojs@4.16.0-rc.9/LICENSE.txt */
/*! formiojs v4.19.0 | https://unpkg.com/formiojs@4.19.0/LICENSE.txt */
10 changes: 8 additions & 2 deletions dist/lib/formiojs/formio.form.css
Original file line number Diff line number Diff line change
Expand Up @@ -1269,12 +1269,15 @@ body.formio-dialog-open {

.formio-component .table {
margin-bottom: 0;
word-break: break-all;
word-break: break-word;
}

.formio-component-htmlelement {
word-wrap: break-word;
}
.formio-component-htmlelement ol, .formio-component-htmlelement ul {
margin-left: 10px;
}

.editgrid-table-container {
margin-bottom: 10px;
Expand Down Expand Up @@ -1354,7 +1357,7 @@ body.formio-dialog-open {
}

.datagrid-table > tbody > tr > td {
word-break: break-all;
word-break: auto-phrase;
}

.formio-component-modaledit .formio-modaledit-view-container {
Expand Down Expand Up @@ -1500,6 +1503,9 @@ td .formio-component-modaledit .formio-modaledit-view-container {
.formio-component-textarea .ck.ck-editor__editable .image .ck-progress-bar {
height: 4px;
}
.formio-component-textarea .ck.ck-editor ul, .formio-component-textarea .ck.ck-editor ol {
margin-left: 10px;
}

div[data-oembed-url] {
width: 100%;
Expand Down
168 changes: 106 additions & 62 deletions dist/lib/formiojs/formio.form.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/lib/formiojs/formio.form.min.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ License: MIT
* Released under the ISC license.
*/

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

/*! @license DOMPurify 2.4.5 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/2.4.5/LICENSE */
/*! @license DOMPurify 3.0.6 | (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.6/LICENSE */

/*! Native Promise Only
v0.8.1 (c) Kyle Simpson
Expand Down
2 changes: 1 addition & 1 deletion dist/lib/formiojs/formio.form.min.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit a25cf8e

Please sign in to comment.