Skip to content

Commit 04a8fdd

Browse files
committed
FormBuilder 1.8.6 (autocommit)
1 parent 927923c commit 04a8fdd

File tree

9 files changed

+20640
-226
lines changed

9 files changed

+20640
-226
lines changed

build/optimajet-builder.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

build/optimajet-form.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

demo/build/optimajet-builder.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

demo/build/optimajet-form.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

demo/package-lock.json

Lines changed: 20610 additions & 217 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demo/package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "optimajet-formbuilder",
3-
"version": "1.8.5",
3+
"version": "1.8.6",
44
"description": "OptimaJet FormBuilder",
55
"main": "lib/app.js",
66
"scripts": {
@@ -22,7 +22,7 @@
2222
"clone": "2.1.2",
2323
"draft-convert": "2.1.8",
2424
"draft-js": "0.11.3",
25-
"jquery": "3.4.1",
25+
"jquery": "^3.5.0",
2626
"json5": "2.1.3",
2727
"moment": "2.25.3",
2828
"numeral": "2.0.6",
@@ -43,18 +43,17 @@
4343
"semantic-ui-react": "0.87.3",
4444
"uuid": "3.3.2"
4545
},
46-
"peerDependencies": {},
4746
"devDependencies": {
4847
"@babel/core": "7.9.6",
4948
"@babel/plugin-proposal-class-properties": "^7.8.3",
5049
"@babel/preset-env": "^7.9.6",
5150
"@babel/preset-react": "^7.9.4",
5251
"babel-loader": "^8.1.0",
52+
"babel-polyfill": "^6.26.0",
5353
"uglifyjs-webpack-plugin": "2.1.3",
5454
"webpack": "^4.43.0",
5555
"webpack-cli": "^3.3.11",
56-
"webpack-dev-server": "^3.11.0",
57-
"babel-polyfill": "^6.26.0"
56+
"webpack-dev-server": "^3.11.0"
5857
},
5958
"bugs": {
6059
"url": "https://formbuilder.dev"

release-notes.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,24 +37,34 @@
3737
<body class="vscode-body vscode-light">
3838
<!--Stay on the edge of our innovations and learn about the changes made to DWKit with each of our releases.-->
3939
<h1 id="release-notes">Release Notes</h1>
40+
<h2 id="186">1.8.6</h2>
41+
<h2>September 28, 2022</h2>
42+
<ul>
43+
<li>Added download timeout to configuration settings</li>
44+
</ul>
4045
<h2 id="185">1.8.5</h2>
46+
<h2>June 21, 2022</h2>
4147
<ul>
4248
<li>Added a property for editing HTML attributes of elements</li>
4349
</ul>
4450
<h2 id="184">1.8.4</h2>
51+
<h2>April 21, 2022</h2>
4552
<ul>
4653
<li>Bug fix and minor improvements</li>
4754
</ul>
4855
<h2 id="183">1.8.3</h2>
56+
<h2>April 1, 2022</h2>
4957
<ul>
5058
<li>Improve adaptation for large screen sizes</li>
5159
<li>Prevent validation for hidden (by visibility-condition) controls</li>
5260
</ul>
5361
<h2 id="182">1.8.2</h2>
62+
<h2>December 3, 2021</h2>
5463
<ul>
5564
<li>Bug fix and minor improvements</li>
5665
</ul>
5766
<h2 id="181">1.8.1</h2>
67+
<h2>November 30, 2021</h2>
5868
<ul>
5969
<li>Bug fix and minor improvements</li>
6070
</ul>

release-notes.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,41 @@
22

33
# Release Notes
44

5+
## 1.8.6
6+
7+
_September 28, 2022_
8+
9+
- Added download timeout to configuration settings
10+
511
## 1.8.5
612

13+
_June 21, 2022_
14+
715
- Added a property for editing HTML attributes of elements
816

917
## 1.8.4
1018

19+
_April 21, 2022_
20+
1121
- Bug fix and minor improvements
1222

1323
## 1.8.3
1424

25+
_April 1, 2022_
26+
1527
- Improve adaptation for large screen sizes
1628
- Prevent validation for hidden (by visibility-condition) controls
1729

1830
## 1.8.2
1931

32+
_December 3, 2021_
33+
2034
- Bug fix and minor improvements
2135

2236
## 1.8.1
2337

38+
_November 30, 2021_
39+
2440
- Bug fix and minor improvements
2541

2642
## 1.8

version.txt

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)