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 c103d39 commit 42ff57c
Show file tree
Hide file tree
Showing 19 changed files with 24 additions and 20 deletions.
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +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/).

## 4.15.0-rc.9
### Fixed
- Fixed the signature pad.

## 4.15.0-rc.8
### Changed
- Updated @formio/bootstrap3@2.12.2-rc.1
Expand Down
2 changes: 1 addition & 1 deletion 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.

2 changes: 1 addition & 1 deletion dist/formio.contrib.min.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
MIT License: http://getify.mit-license.org
*/

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

/**
* @license
Expand Down
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.8 | https://unpkg.com/[email protected].8/LICENSE.txt */
/*! formiojs v4.15.0-rc.9 | https://unpkg.com/[email protected].9/LICENSE.txt */
4 changes: 2 additions & 2 deletions dist/formio.form.js

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.

2 changes: 1 addition & 1 deletion dist/formio.form.min.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
MIT License: http://getify.mit-license.org
*/

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

/**
* @license
Expand Down
4 changes: 2 additions & 2 deletions dist/formio.full.js

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.

2 changes: 1 addition & 1 deletion dist/formio.full.min.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
MIT License: http://getify.mit-license.org
*/

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

/**
* @license
Expand Down
2 changes: 1 addition & 1 deletion 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.

2 changes: 1 addition & 1 deletion dist/formio.min.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
MIT License: http://getify.mit-license.org
*/

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

/**
* @license
Expand Down
2 changes: 1 addition & 1 deletion dist/formio.utils.min.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
MIT License: http://getify.mit-license.org
*/

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

/**
* @license
Expand Down
2 changes: 1 addition & 1 deletion docs/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -29964,7 +29964,7 @@
},
{
"kind": "packageJSON",
"content": "{\n \"name\": \"formiojs\",\n \"version\": \"4.15.0-rc.8\",\n \"description\": \"JavaScript powered Forms with JSON Form Builder\",\n \"main\": \"index.js\",\n \"types\": \"index.d.ts\",\n \"files\": [\n \"dist\",\n \"lib\",\n \"utils.js\",\n \"wizard.js\",\n \"form.js\",\n \"embed.js\",\n \"full.js\",\n \"types\",\n \"index.d.ts\"\n ],\n \"pre-commit\": [\n \"lint\"\n ],\n \"scripts\": {\n \"build\": \"esdoc && gulp build\",\n \"transpile\": \"babel ./src/ --out-dir ./lib/\",\n \"templates\": \"gulp templates\",\n \"watch\": \"babel -w ./src/ --out-dir ./lib/\",\n \"rebuild\": \"rm -rf node_modules;npm install;gulp build\",\n \"tag\": \"VERSION=$(cat package.json | grep version | head -1 | awk -F: '{ print $2 }' | sed 's/[\\\",]//g' | tr -d '[[:space:]]');git add -A; git commit -m \\\"Build $Version\\\";git push origin master;git tag v$VERSION;git push origin --tags;\",\n \"dopublish\": \"npm test;gulp build;npm run tag;npm publish lib;\",\n \"lint\": \"gulp eslint\",\n \"serve\": \"jekyll serve --config _config.yml,_config.dev.yml\",\n \"test\": \"npm run transpile && npm run templates && npm run test:unit\",\n \"test:unit\": \"mocha 'lib/**/*.unit.js'\",\n \"test:updateRenders\": \"TZ=UTC node --require @babel/register --require jsdom-global/register test/updateRenders.js\",\n \"test:e2e\": \"NODE_OPTIONS=\\\"--max-old-space-size=4096\\\" karma start --verbose --single-run\"\n },\n \"repository\": {\n \"type\": \"git\",\n \"url\": \"git+https://github.com/formio/formio.js.git\"\n },\n \"contributors\": [\n {\n \"name\": \"Form.io Open Source Community\",\n \"url\": \"https://github.com/formio/formio.js/graphs/contributors\"\n }\n ],\n \"license\": \"MIT\",\n \"bugs\": {\n \"url\": \"https://github.com/formio/formio.js/issues\"\n },\n \"browser\": {\n \"vm\": false\n },\n \"homepage\": \"https://github.com/formio/formio.js#readme\",\n \"dependencies\": {\n \"@formio/bootstrap3\": \"^2.12.2-rc.1\",\n \"@formio/choices.js\": \"^9.0.1\",\n \"@formio/semantic\": \"^2.6.0\",\n \"@formio/vanilla-text-mask\": \"^5.1.1\",\n \"autocompleter\": \"^6.1.2\",\n \"browser-cookies\": \"^1.2.0\",\n \"compare-versions\": \"^4.1.3\",\n \"core-js\": \"^3.21.1\",\n \"custom-event-polyfill\": \"^1.0.7\",\n \"dialog-polyfill\": \"^0.5.6\",\n \"dompurify\": \"^2.3.6\",\n \"downloadjs\": \"^1.4.7\",\n \"dragula\": \"^3.7.3\",\n \"eventemitter3\": \"^4.0.7\",\n \"fast-deep-equal\": \"^3.1.3\",\n \"fast-json-patch\": \"^3.1.1\",\n \"fetch-ponyfill\": \"^7.1.0\",\n \"i18next\": \"^21.6.14\",\n \"idb\": \"^7.0.1\",\n \"ismobilejs\": \"^1.1.1\",\n \"json-logic-js\": \"^2.0.2\",\n \"jstimezonedetect\": \"^1.0.7\",\n \"jwt-decode\": \"^3.1.2\",\n \"lodash\": \"^4.17.21\",\n \"moment\": \"^2.29.2\",\n \"moment-timezone\": \"^0.5.34\",\n \"native-promise-only\": \"^0.8.1\",\n \"quill\": \"^2.0.0-dev.3\",\n \"signature_pad\": \"^4.0.4\",\n \"string-hash\": \"^1.1.3\",\n \"text-mask-addons\": \"^3.8.0\",\n \"tippy.js\": \"^6.3.7\",\n \"uuid\": \"^8.3.2\",\n \"vanilla-picker\": \"^2.12.1\"\n },\n \"devDependencies\": {\n \"@babel/cli\": \"^7.17.6\",\n \"@babel/core\": \"^7.17.9\",\n \"@babel/plugin-proposal-class-properties\": \"^7.16.7\",\n \"@babel/plugin-proposal-export-default-from\": \"^7.16.7\",\n \"@babel/plugin-proposal-optional-chaining\": \"^7.16.7\",\n \"@babel/polyfill\": \"^7.12.1\",\n \"@babel/preset-env\": \"^7.16.11\",\n \"@babel/register\": \"^7.17.7\",\n \"async-limiter\": \"^2.0.0\",\n \"babel-eslint\": \"^10.1.0\",\n \"babel-loader\": \"^8.2.4\",\n \"bootstrap\": \"^4.6.0\",\n \"bootswatch\": \"^4.6.0\",\n \"browser-env\": \"^3.3.0\",\n \"chai\": \"^4.3.6\",\n \"chance\": \"^1.1.8\",\n \"del\": \"^6.0.0\",\n \"ejs-loader\": \"^0.5.0\",\n \"escape-string-regexp\": \"^5.0.0\",\n \"esdoc\": \"^1.0.4\",\n \"esdoc-ecmascript-proposal-plugin\": \"^1.0.0\",\n \"esdoc-standard-plugin\": \"^1.0.0\",\n \"eslint\": \"7.32.0\",\n \"eslint-config-formio\": \"^1.1.4\",\n \"fetch-mock\": \"^9.11.0\",\n \"file-loader\": \"^6.2.0\",\n \"flatpickr\": \"4.6.6\",\n \"font-awesome\": \"^4.7.0\",\n \"gulp\": \"^4.0.2\",\n \"gulp-babel\": \"^8.0.0\",\n \"gulp-clean-css\": \"^4.3.0\",\n \"gulp-concat\": \"^2.6.1\",\n \"gulp-eslint\": \"^6.0.0\",\n \"gulp-filter\": \"^7.0.0\",\n \"gulp-insert\": \"^0.5.0\",\n \"gulp-rename\": \"^2.0.0\",\n \"gulp-replace\": \"^1.1.3\",\n \"gulp-sass\": \"^5.1.0\",\n \"gulp-sync\": \"^0.1.4\",\n \"gulp-template\": \"^5.0.0\",\n \"gulp-watch\": \"^5.0.1\",\n \"hoek\": \"^6.1.3\",\n \"jquery\": \"^3.5.1\",\n \"jsdom\": \"^19.0.0\",\n \"jsdom-global\": \"^3.0.2\",\n \"karma\": \"^6.3.17\",\n \"karma-chrome-launcher\": \"^3.1.1\",\n \"karma-mocha\": \"^2.0.1\",\n \"karma-mocha-reporter\": \"^2.2.5\",\n \"karma-phantomjs-launcher\": \"^1.0.4\",\n \"karma-webpack\": \"^5.0.0\",\n \"marked\": \"^4.0.12\",\n \"mocha\": \"^9.2.2\",\n \"natives\": \"^1.1.6\",\n \"power-assert\": \"^1.6.1\",\n \"pre-commit\": \"^1.2.2\",\n \"pretty\": \"^2.0.0\",\n \"pygments-css\": \"^1.0.0\",\n \"raw-loader\": \"^4.0.2\",\n \"sass\": \"^1.49.11\",\n \"shortcut-buttons-flatpickr\": \"^0.4.0\",\n \"sinon\": \"^13.0.1\",\n \"webpack\": \"^5.65.0\",\n \"webpack-stream\": \"^7.0.0\",\n \"written-number\": \"^0.11.1\"\n }\n}\n",
"content": "{\n \"name\": \"formiojs\",\n \"version\": \"4.15.0-rc.9\",\n \"description\": \"JavaScript powered Forms with JSON Form Builder\",\n \"main\": \"index.js\",\n \"types\": \"index.d.ts\",\n \"files\": [\n \"dist\",\n \"lib\",\n \"utils.js\",\n \"wizard.js\",\n \"form.js\",\n \"embed.js\",\n \"full.js\",\n \"types\",\n \"index.d.ts\"\n ],\n \"pre-commit\": [\n \"lint\"\n ],\n \"scripts\": {\n \"build\": \"esdoc && gulp build\",\n \"transpile\": \"babel ./src/ --out-dir ./lib/\",\n \"templates\": \"gulp templates\",\n \"watch\": \"babel -w ./src/ --out-dir ./lib/\",\n \"rebuild\": \"rm -rf node_modules;npm install;gulp build\",\n \"tag\": \"VERSION=$(cat package.json | grep version | head -1 | awk -F: '{ print $2 }' | sed 's/[\\\",]//g' | tr -d '[[:space:]]');git add -A; git commit -m \\\"Build $Version\\\";git push origin master;git tag v$VERSION;git push origin --tags;\",\n \"dopublish\": \"npm test;gulp build;npm run tag;npm publish lib;\",\n \"lint\": \"gulp eslint\",\n \"serve\": \"jekyll serve --config _config.yml,_config.dev.yml\",\n \"test\": \"npm run transpile && npm run templates && npm run test:unit\",\n \"test:unit\": \"mocha 'lib/**/*.unit.js'\",\n \"test:updateRenders\": \"TZ=UTC node --require @babel/register --require jsdom-global/register test/updateRenders.js\",\n \"test:e2e\": \"NODE_OPTIONS=\\\"--max-old-space-size=4096\\\" karma start --verbose --single-run\"\n },\n \"repository\": {\n \"type\": \"git\",\n \"url\": \"git+https://github.com/formio/formio.js.git\"\n },\n \"contributors\": [\n {\n \"name\": \"Form.io Open Source Community\",\n \"url\": \"https://github.com/formio/formio.js/graphs/contributors\"\n }\n ],\n \"license\": \"MIT\",\n \"bugs\": {\n \"url\": \"https://github.com/formio/formio.js/issues\"\n },\n \"browser\": {\n \"vm\": false\n },\n \"homepage\": \"https://github.com/formio/formio.js#readme\",\n \"dependencies\": {\n \"@formio/bootstrap3\": \"^2.12.2-rc.1\",\n \"@formio/choices.js\": \"^9.0.1\",\n \"@formio/semantic\": \"^2.6.0\",\n \"@formio/vanilla-text-mask\": \"^5.1.1\",\n \"autocompleter\": \"^6.1.2\",\n \"browser-cookies\": \"^1.2.0\",\n \"compare-versions\": \"^4.1.3\",\n \"core-js\": \"^3.21.1\",\n \"custom-event-polyfill\": \"^1.0.7\",\n \"dialog-polyfill\": \"^0.5.6\",\n \"dompurify\": \"^2.3.6\",\n \"downloadjs\": \"^1.4.7\",\n \"dragula\": \"^3.7.3\",\n \"eventemitter3\": \"^4.0.7\",\n \"fast-deep-equal\": \"^3.1.3\",\n \"fast-json-patch\": \"^3.1.1\",\n \"fetch-ponyfill\": \"^7.1.0\",\n \"i18next\": \"^21.6.14\",\n \"idb\": \"^7.0.1\",\n \"ismobilejs\": \"^1.1.1\",\n \"json-logic-js\": \"^2.0.2\",\n \"jstimezonedetect\": \"^1.0.7\",\n \"jwt-decode\": \"^3.1.2\",\n \"lodash\": \"^4.17.21\",\n \"moment\": \"^2.29.2\",\n \"moment-timezone\": \"^0.5.34\",\n \"native-promise-only\": \"^0.8.1\",\n \"quill\": \"^2.0.0-dev.3\",\n \"signature_pad\": \"^4.0.4\",\n \"string-hash\": \"^1.1.3\",\n \"text-mask-addons\": \"^3.8.0\",\n \"tippy.js\": \"^6.3.7\",\n \"uuid\": \"^8.3.2\",\n \"vanilla-picker\": \"^2.12.1\"\n },\n \"devDependencies\": {\n \"@babel/cli\": \"^7.17.6\",\n \"@babel/core\": \"^7.17.9\",\n \"@babel/plugin-proposal-class-properties\": \"^7.16.7\",\n \"@babel/plugin-proposal-export-default-from\": \"^7.16.7\",\n \"@babel/plugin-proposal-optional-chaining\": \"^7.16.7\",\n \"@babel/polyfill\": \"^7.12.1\",\n \"@babel/preset-env\": \"^7.16.11\",\n \"@babel/register\": \"^7.17.7\",\n \"async-limiter\": \"^2.0.0\",\n \"babel-eslint\": \"^10.1.0\",\n \"babel-loader\": \"^8.2.4\",\n \"bootstrap\": \"^4.6.0\",\n \"bootswatch\": \"^4.6.0\",\n \"browser-env\": \"^3.3.0\",\n \"chai\": \"^4.3.6\",\n \"chance\": \"^1.1.8\",\n \"del\": \"^6.0.0\",\n \"ejs-loader\": \"^0.5.0\",\n \"escape-string-regexp\": \"^5.0.0\",\n \"esdoc\": \"^1.0.4\",\n \"esdoc-ecmascript-proposal-plugin\": \"^1.0.0\",\n \"esdoc-standard-plugin\": \"^1.0.0\",\n \"eslint\": \"7.32.0\",\n \"eslint-config-formio\": \"^1.1.4\",\n \"fetch-mock\": \"^9.11.0\",\n \"file-loader\": \"^6.2.0\",\n \"flatpickr\": \"4.6.6\",\n \"font-awesome\": \"^4.7.0\",\n \"gulp\": \"^4.0.2\",\n \"gulp-babel\": \"^8.0.0\",\n \"gulp-clean-css\": \"^4.3.0\",\n \"gulp-concat\": \"^2.6.1\",\n \"gulp-eslint\": \"^6.0.0\",\n \"gulp-filter\": \"^7.0.0\",\n \"gulp-insert\": \"^0.5.0\",\n \"gulp-rename\": \"^2.0.0\",\n \"gulp-replace\": \"^1.1.3\",\n \"gulp-sass\": \"^5.1.0\",\n \"gulp-sync\": \"^0.1.4\",\n \"gulp-template\": \"^5.0.0\",\n \"gulp-watch\": \"^5.0.1\",\n \"hoek\": \"^6.1.3\",\n \"jquery\": \"^3.5.1\",\n \"jsdom\": \"^19.0.0\",\n \"jsdom-global\": \"^3.0.2\",\n \"karma\": \"^6.3.17\",\n \"karma-chrome-launcher\": \"^3.1.1\",\n \"karma-mocha\": \"^2.0.1\",\n \"karma-mocha-reporter\": \"^2.2.5\",\n \"karma-phantomjs-launcher\": \"^1.0.4\",\n \"karma-webpack\": \"^5.0.0\",\n \"marked\": \"^4.0.12\",\n \"mocha\": \"^9.2.2\",\n \"natives\": \"^1.1.6\",\n \"power-assert\": \"^1.6.1\",\n \"pre-commit\": \"^1.2.2\",\n \"pretty\": \"^2.0.0\",\n \"pygments-css\": \"^1.0.0\",\n \"raw-loader\": \"^4.0.2\",\n \"sass\": \"^1.49.11\",\n \"shortcut-buttons-flatpickr\": \"^0.4.0\",\n \"sinon\": \"^13.0.1\",\n \"webpack\": \"^5.65.0\",\n \"webpack-stream\": \"^7.0.0\",\n \"written-number\": \"^0.11.1\"\n }\n}\n",
"longname": "/Users/travistidwell/Documents/formio/cicd/formio.js/package.json",
"name": "package.json",
"static": true,
Expand Down
2 changes: 1 addition & 1 deletion 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "formiojs",
"version": "4.15.0-rc.8",
"version": "4.15.0-rc.9",
"description": "JavaScript powered Forms with JSON Form Builder",
"main": "index.js",
"types": "index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/components/signature/Signature.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { SignaturePad } from 'signature_pad';
import SignaturePad from 'signature_pad';
import Input from '../_classes/input/Input';
import _ from 'lodash';

Expand Down

0 comments on commit 42ff57c

Please sign in to comment.