Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
391ccfb
FIO-8199: Fixes an issue where Checkbox does not have id and for attr…
alexandraRamanenka May 27, 2024
81188ee
Update Changelog.md
TanyaGashtold May 27, 2024
e1f926e
Update Changelog.md
lane-formio May 30, 2024
7d6a3b7
Remove *zoom (IE7 hack)
timneutkens Jun 6, 2024
ced40da
FIO-8389: Fix conditional pattern
mikekotikov Jun 6, 2024
d3dbd89
Merge pull request #5635 from timneutkens/patch-1
brendanbond Jun 7, 2024
5d58a4e
FIO-8389_add_small_improvement
mikekotikov Jun 7, 2024
256553a
FIO-8389: Refactor
mikekotikov Jun 7, 2024
da3bbb5
FIO-8389: Small logic fixes and add tests
mikekotikov Jun 7, 2024
a17a3a4
Merge pull request #5592 from formio/FIO-8281-fix-select-data-for-mul…
brendanbond Jun 4, 2024
bace016
FIO-7395: fixed the issue with loading nested form
roma-formio Feb 20, 2024
05cbc94
FIO-7395: reimplement logic
roma-formio Mar 14, 2024
a3c961f
FIO-8433 fixed restore draft for nested forms
HannaKurban Jun 7, 2024
5ccf030
Updated build
lane-formio Jun 11, 2024
b4ec7c0
FIO-8402: fixed an issue where Validation Triggering on initial Form …
KatrinKhilko Jun 3, 2024
53d650f
FIO-8402: added test
KatrinKhilko Jun 12, 2024
e049c9f
Updated build
lane-formio Jun 12, 2024
6b46017
FIO-8493: added null check for this.root in builder mode
roma-formio Jun 14, 2024
54d2f39
Updated build
lane-formio Jun 14, 2024
17bb839
Updated build
lane-formio Jun 14, 2024
f3a7b1a
update webform change event to bubble (#5652)
brendanbond Jun 18, 2024
438479f
Update Changelog.md
ryanformio Jun 18, 2024
70ce685
Update Changelog.md
ryanformio Jun 18, 2024
9e88109
Updated build
ryanformio Jun 18, 2024
93a2069
Update Changelog.md
lane-formio Jun 25, 2024
fc31c7d
FIO-7478: fixed an issue where select component displays incorrect la…
TanyaGashtold Jun 26, 2024
e179153
Bump socket.io from 4.5.2 to 4.7.5 (#5653)
dependabot[bot] Jun 26, 2024
12921f0
4.19.x - FIO-7835: changes required for eSignature (#5619)
TanyaGashtold Jul 2, 2024
021206c
Merge pull request #5663 from formio/FIO-7478-fixed-reordering-with-s…
brendanbond Jul 14, 2024
3913132
Updated build
lane-formio Jul 19, 2024
279f13a
Update Changelog.md
lane-formio Jul 23, 2024
040ac63
Update Changelog.md
lane-formio Jul 23, 2024
15896b4
Merge pull request #5638 from formio/fix/FIO-8389_fix_conditional_rules
brendanbond Jul 24, 2024
91b8a1b
Update Changelog.md
lane-formio Aug 8, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
36 changes: 36 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,42 @@ 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/).

## [Unreleased: 4.19.6-rc.1]
### Changed
- FIO-7478: fixed an issue where select component displays incorrect label after datagrid rows reorder
- FIO-7835: changes required for eSignature
- FIO-8389 | FIO-8403 | FIO-8414: Fixes 4.x validations and conditionals for array data components

## 4.19.5
### Changed
- Official Release

## 4.19.5-rc.1
### Changed
- FIO-8510: update webform change event to bubble
- Remove *zoom (IE7 hack)

## 4.19.4
### Changed
- Official Release

## 4.19.4-rc.3
### Changed
- FIO-8493: Added null check for this.root in builder mode

## 4.19.4-rc.2
### Changed
- FIO-8402: fixed an issue where Validation Triggering on initial Form load

## 4.19.4-rc.1
### Changed
- FIO-7395: Fixed the issue with loading nested form
- FIO-8433 fixed restore draft for nested forms
- FIO-8281: fixed selectData property for multiple select component

### Changed
- FIO-8199: Fixes an issue where Checkbox does not have id and for attributes

## 4.19.3
### Changed
- Official Release
Expand Down
4 changes: 0 additions & 4 deletions dist/formio.builder.css
Original file line number Diff line number Diff line change
Expand Up @@ -1102,10 +1102,6 @@ body.formio-dialog-open {
justify-content: flex-end;
}

.formio-dialog.formio-dialog-theme-default .formio-dialog-buttons {
*zoom: 1;
}

.formio-dialog.formio-dialog-theme-default .formio-dialog-buttons:after {
content: "";
display: table;
Expand Down
2 changes: 1 addition & 1 deletion dist/formio.builder.min.css

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions 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.19.3 | https://unpkg.com/formiojs@4.19.3/LICENSE.txt */
/*! formiojs v4.19.5 | https://unpkg.com/formiojs@4.19.5/LICENSE.txt */

/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/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.19.3 | https://unpkg.com/formiojs@4.19.3/LICENSE.txt */
/*! formiojs v4.19.5 | https://unpkg.com/formiojs@4.19.5/LICENSE.txt */
4 changes: 0 additions & 4 deletions dist/formio.form.css
Original file line number Diff line number Diff line change
Expand Up @@ -1079,10 +1079,6 @@ body.formio-dialog-open {
justify-content: flex-end;
}

.formio-dialog.formio-dialog-theme-default .formio-dialog-buttons {
*zoom: 1;
}

.formio-dialog.formio-dialog-theme-default .formio-dialog-buttons:after {
content: "";
display: table;
Expand Down
24 changes: 12 additions & 12 deletions dist/formio.form.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/formio.form.min.css

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 @@ -24,7 +24,7 @@
MIT License: http://getify.mit-license.org
*/

/*! formiojs v4.19.3 | https://unpkg.com/formiojs@4.19.3/LICENSE.txt */
/*! formiojs v4.19.5 | https://unpkg.com/formiojs@4.19.5/LICENSE.txt */

/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */

Expand Down
4 changes: 0 additions & 4 deletions dist/formio.full.css
Original file line number Diff line number Diff line change
Expand Up @@ -3440,10 +3440,6 @@ body.formio-dialog-open {
justify-content: flex-end;
}

.formio-dialog.formio-dialog-theme-default .formio-dialog-buttons {
*zoom: 1;
}

.formio-dialog.formio-dialog-theme-default .formio-dialog-buttons:after {
content: "";
display: table;
Expand Down
24 changes: 12 additions & 12 deletions dist/formio.full.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/formio.full.min.css

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 @@ -24,7 +24,7 @@
MIT License: http://getify.mit-license.org
*/

/*! formiojs v4.19.3 | https://unpkg.com/formiojs@4.19.3/LICENSE.txt */
/*! formiojs v4.19.5 | https://unpkg.com/formiojs@4.19.5/LICENSE.txt */

/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */

Expand Down
2 changes: 1 addition & 1 deletion dist/formio.js

Large diffs are not rendered by default.

Loading