Skip to content

Commit d504317

Browse files
committed
FormBuilder 1.8.7 (autocommit)
1 parent 9e2a6d5 commit d504317

File tree

9 files changed

+20
-13
lines changed

9 files changed

+20
-13
lines changed

build/optimajet-builder.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/optimajet-form.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demo/build/optimajet-builder.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demo/build/optimajet-form.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demo/css/optimajet-formbuilder.css

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -730,12 +730,13 @@ a.dwkit-btn{
730730
}
731731

732732
.ui.input.error .react-datepicker__input-container > input,
733+
.ui.input.error > input,
733734
.error .react-datepicker__input-container > input {
734-
background-color: #fff6f6;
735-
border-color: #e0b4b4;
736-
color: #9f3a38;
737-
-webkit-box-shadow: none;
738-
box-shadow: none;
735+
background-color: #fff6f6;
736+
border-color: #e0b4b4;
737+
color: #9f3a38 !important;
738+
-webkit-box-shadow: none;
739+
box-shadow: none;
739740
}
740741

741742
.files, .file, .dropzone {

demo/package-lock.json

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

demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "optimajet-formbuilder",
3-
"version": "1.8.6",
3+
"version": "1.8.7",
44
"description": "OptimaJet FormBuilder",
55
"main": "lib/app.js",
66
"scripts": {

release-notes.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Release Notes
22

3+
## 1.8.7
4+
5+
_January 12, 2023_
6+
7+
- The SemanticUI control for the input with the "time" type has been replaced with a standard one
8+
39
## 1.8.6
410

511
_September 28, 2022_

version.txt

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)