Skip to content

Commit 8ae60b0

Browse files
committed
Updated build and version.
1 parent 6257e7f commit 8ae60b0

25 files changed

+94129
-85400
lines changed

Changelog.md

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
### 4.14.0-rc.16
8+
#### Fixed
9+
- FIO-3570: Form cannot be submitted if Edit Grid has Open First Row when Empty checked
10+
- FIO-3565: Tree component cannot be submitted
11+
712
### 4.14.0-rc.15
813
#### Fixed
914
- FIO-3055: fixed datagrid template

app/bootswatch/package.json

+51-24
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,41 @@
11
{
2-
"name": "bootswatch",
3-
"description": "Bootswatch is a collection of themes for Bootstrap.",
4-
"version": "4.6.0",
5-
"author": "Thomas Park",
6-
"homepage": "https://bootswatch.com",
7-
"license": "MIT",
8-
"repository": {
9-
"type": "git",
10-
"url": "git+https://github.com/thomaspark/bootswatch.git"
2+
"_args": [
3+
[
4+
5+
"/Users/travistidwell/Documents/formio/modules/formio.js"
6+
]
7+
],
8+
"_development": true,
9+
"_from": "[email protected]",
10+
11+
"_inBundle": false,
12+
"_integrity": "sha512-Yr6YqFBC8jwTzoJoLViYlvO97IhPWGqZEm+6FXHfD/G6gbUok6sZkdXxdh4Zb6iCGEwr9p7zGCn38yKQD/bh2Q==",
13+
"_location": "/bootswatch",
14+
"_phantomChildren": {},
15+
"_requested": {
16+
"type": "version",
17+
"registry": true,
18+
19+
"name": "bootswatch",
20+
"escapedName": "bootswatch",
21+
"rawSpec": "4.6.0",
22+
"saveSpec": null,
23+
"fetchSpec": "4.6.0"
24+
},
25+
"_requiredBy": [
26+
"#DEV:/"
27+
],
28+
"_resolved": "https://registry.npmjs.org/bootswatch/-/bootswatch-4.6.0.tgz",
29+
"_spec": "4.6.0",
30+
"_where": "/Users/travistidwell/Documents/formio/modules/formio.js",
31+
"author": {
32+
"name": "Thomas Park"
1133
},
1234
"bugs": {
1335
"url": "https://github.com/thomaspark/bootswatch/issues"
1436
},
15-
"scripts": {
16-
"build": "grunt swatch",
17-
"htmllint": "grunt htmllint",
18-
"stylelint": "stylelint \"**/*.scss\" --rd",
19-
"test": "npm run stylelint"
20-
},
21-
"files": [
22-
"dist/**/*.{css,scss}"
23-
],
2437
"dependencies": {},
38+
"description": "Bootswatch is a collection of themes for Bootstrap.",
2539
"devDependencies": {
2640
"@lodder/grunt-postcss": "^3.0.0",
2741
"autoprefixer": "^10.1.0",
@@ -41,9 +55,22 @@
4155
"postcss": "^8.2.0",
4256
"stylelint": "^13.8.0",
4357
"stylelint-config-twbs-bootstrap": "^2.1.0"
44-
}
45-
46-
,"_resolved": "https://registry.npmjs.org/bootswatch/-/bootswatch-4.6.0.tgz"
47-
,"_integrity": "sha512-Yr6YqFBC8jwTzoJoLViYlvO97IhPWGqZEm+6FXHfD/G6gbUok6sZkdXxdh4Zb6iCGEwr9p7zGCn38yKQD/bh2Q=="
48-
,"_from": "[email protected]"
49-
}
58+
},
59+
"files": [
60+
"dist/**/*.{css,scss}"
61+
],
62+
"homepage": "https://bootswatch.com",
63+
"license": "MIT",
64+
"name": "bootswatch",
65+
"repository": {
66+
"type": "git",
67+
"url": "git+https://github.com/thomaspark/bootswatch.git"
68+
},
69+
"scripts": {
70+
"build": "grunt swatch",
71+
"htmllint": "grunt htmllint",
72+
"stylelint": "stylelint \"**/*.scss\" --rd",
73+
"test": "npm run stylelint"
74+
},
75+
"version": "4.6.0"
76+
}

dist/formio.contrib.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/formio.contrib.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/formio.contrib.min.js.LICENSE.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
MIT License: http://getify.mit-license.org
1212
*/
1313

14-
/*! formiojs v4.14.0-rc.15 | https://unpkg.com/[email protected].15/LICENSE.txt */
14+
/*! formiojs v4.14.0-rc.16 | https://unpkg.com/[email protected].16/LICENSE.txt */
1515

1616
/**
1717
* @license

dist/formio.embed.min.js.LICENSE.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
/*! formiojs v4.14.0-rc.15 | https://unpkg.com/[email protected].15/LICENSE.txt */
1+
/*! formiojs v4.14.0-rc.16 | https://unpkg.com/[email protected].16/LICENSE.txt */

dist/formio.form.js

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/formio.form.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/formio.form.min.js.LICENSE.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
MIT License: http://getify.mit-license.org
4141
*/
4242

43-
/*! formiojs v4.14.0-rc.15 | https://unpkg.com/[email protected].15/LICENSE.txt */
43+
/*! formiojs v4.14.0-rc.16 | https://unpkg.com/[email protected].16/LICENSE.txt */
4444

4545
/**
4646
* @license

dist/formio.full.js

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/formio.full.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/formio.full.min.js.LICENSE.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
MIT License: http://getify.mit-license.org
4141
*/
4242

43-
/*! formiojs v4.14.0-rc.15 | https://unpkg.com/[email protected].15/LICENSE.txt */
43+
/*! formiojs v4.14.0-rc.16 | https://unpkg.com/[email protected].16/LICENSE.txt */
4444

4545
/**
4646
* @license

dist/formio.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/formio.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/formio.min.js.LICENSE.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
MIT License: http://getify.mit-license.org
1212
*/
1313

14-
/*! formiojs v4.14.0-rc.15 | https://unpkg.com/[email protected].15/LICENSE.txt */
14+
/*! formiojs v4.14.0-rc.16 | https://unpkg.com/[email protected].16/LICENSE.txt */
1515

1616
/**
1717
* @license

dist/formio.utils.min.js.LICENSE.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
MIT License: http://getify.mit-license.org
1212
*/
1313

14-
/*! formiojs v4.14.0-rc.15 | https://unpkg.com/[email protected].15/LICENSE.txt */
14+
/*! formiojs v4.14.0-rc.16 | https://unpkg.com/[email protected].16/LICENSE.txt */
1515

1616
/**
1717
* @license

0 commit comments

Comments
 (0)