Skip to content

Commit 7a4f0e1

Browse files
committed
Updated build, version, and docs.
1 parent eb2b12a commit 7a4f0e1

33 files changed

+44873
-33704
lines changed

Changelog.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,16 @@ 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-
## [UNRELEASED]
7+
## 3.16.4
88
### Fixed
99
- Edit forms for Base, Nested and Url components.
10+
- Allow custom select options to override any defined options.
11+
12+
### Added
13+
- The ability to configure a collapsed panel as a "lazyLoad" panel for performance improvements of long forms.
14+
15+
### Changed
16+
1017

1118
## 3.16.3
1219
### Fixed

app/bootswatch/package.json

+7-10
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
11
{
2-
"_args": [
3-
[
4-
5-
"/Users/travistidwell/Desktop/formio.js"
6-
]
7-
],
8-
"_development": true,
92
"_from": "[email protected]",
103
114
"_inBundle": false,
@@ -23,18 +16,22 @@
2316
"fetchSpec": "4.3.1"
2417
},
2518
"_requiredBy": [
26-
"#DEV:/"
19+
"#DEV:/",
20+
"#USER"
2721
],
2822
"_resolved": "https://registry.npmjs.org/bootswatch/-/bootswatch-4.3.1.tgz",
29-
"_spec": "4.3.1",
30-
"_where": "/Users/travistidwell/Desktop/formio.js",
23+
"_shasum": "be54748b420a1962dbcf9782605aac092f842e38",
24+
"_spec": "[email protected]",
25+
"_where": "/Users/travistidwell/Documents/formio/modules/formio.js",
3126
"author": {
3227
"name": "Thomas Park"
3328
},
3429
"bugs": {
3530
"url": "https://github.com/thomaspark/bootswatch/issues"
3631
},
32+
"bundleDependencies": false,
3733
"dependencies": {},
34+
"deprecated": false,
3835
"description": "Bootswatch is a collection of themes for Bootstrap.",
3936
"devDependencies": {
4037
"autoprefixer": "^7.1.2",

app/fontawesome/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"_args": [
33
[
44
5-
"/Users/travistidwell/Desktop/formio.js"
5+
"/Users/travistidwell/Documents/formio/modules/formio.js"
66
]
77
],
88
"_development": true,
@@ -27,7 +27,7 @@
2727
],
2828
"_resolved": "https://registry.npmjs.org/font-awesome/-/font-awesome-4.7.0.tgz",
2929
"_spec": "4.7.0",
30-
"_where": "/Users/travistidwell/Desktop/formio.js",
30+
"_where": "/Users/travistidwell/Documents/formio/modules/formio.js",
3131
"author": {
3232
"name": "Dave Gandy",
3333
"email": "[email protected]",

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

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

dist/formio.embed.js

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

dist/formio.embed.min.js

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

dist/formio.form.js

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

dist/formio.form.min.js

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

dist/formio.full.js

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

dist/formio.full.min.js

+12-12
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.

0 commit comments

Comments
 (0)