@formio/js 5.1.0-dev.6086.0b0957a → 5.1.0-dev.6090.1122fcd
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Changelog.md +57 -402
- package/dist/formio.form.js +7 -7
- package/dist/formio.form.min.js +1 -1
- package/dist/formio.form.min.js.LICENSE.txt +1 -1
- package/dist/formio.full.js +8 -8
- package/dist/formio.full.min.js +1 -1
- package/dist/formio.full.min.js.LICENSE.txt +1 -1
- package/dist/formio.utils.js +2 -2
- package/dist/formio.utils.min.js +1 -1
- package/dist/formio.utils.min.js.LICENSE.txt +1 -1
- package/lib/cjs/Webform.js +3 -1
- package/lib/cjs/WebformBuilder.d.ts +1 -0
- package/lib/cjs/WebformBuilder.js +14 -0
- package/lib/cjs/components/select/Select.js +5 -1
- package/lib/cjs/components/selectboxes/SelectBoxes.js +3 -0
- package/lib/cjs/components/textfield/TextField.js +2 -2
- package/lib/cjs/utils/utils.d.ts +9 -0
- package/lib/cjs/utils/utils.js +16 -1
- package/lib/cjs/widgets/CalendarWidget.js +6 -1
- package/lib/mjs/Webform.js +3 -1
- package/lib/mjs/WebformBuilder.d.ts +1 -0
- package/lib/mjs/WebformBuilder.js +13 -0
- package/lib/mjs/components/select/Select.js +5 -1
- package/lib/mjs/components/selectboxes/SelectBoxes.js +3 -0
- package/lib/mjs/components/textfield/TextField.js +2 -2
- package/lib/mjs/utils/utils.d.ts +9 -0
- package/lib/mjs/utils/utils.js +14 -0
- package/lib/mjs/widgets/CalendarWidget.js +7 -2
- package/package.json +2 -2
package/Changelog.md
CHANGED
@@ -11,109 +11,29 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|
11
11
|
- Fixing the submitOnEnter where it will show the loader for the submit
|
12
12
|
- FIO-8126: Fixed select component emitting blur on click
|
13
13
|
- FIO-8304: allow for multivalue masks to have blank input mask option
|
14
|
-
- 5.x - FIO-8426: changes required for eSignature
|
15
14
|
- FIO-8596: added the editGridEditRow and editGridOpenModal events for editGrid
|
16
|
-
- FIO-7733 remove form min height
|
17
|
-
- FIO-8414 | FIO-8403 | FIO-8389: Fixes 5x validations and conditionals for array data components
|
18
|
-
- FIO-8639 fixed error when adding address component
|
19
15
|
- FIO-8461: Fixes checkbox with radio input type not present in submission on 5.x renderer
|
20
|
-
- FIO-8645: day component required validation error not correct
|
21
|
-
- FIO-8688 fixed 'global is not defined' error message
|
22
|
-
- FIO-7478: fixed and isse where dataGrod reordering does not work in 5.x and fixed reordering with select component
|
23
|
-
- FIO-8633 fixed icon name for Edit Grid
|
24
16
|
- FIO-8457: set pristine flag when datagrid reorders rows
|
25
|
-
- FIO-8716: fixed unsavedRows validation for Edit Grid
|
26
|
-
- FIO-8647,8721: validation not triggered for each row after the first one in data and edit grid
|
27
|
-
- FIO-8720: fixed errors occurring with valid time and number components
|
28
17
|
- FIO-8719: fixed validation for nested wizard fields
|
29
18
|
- FIO-8627: Fixed the email table generation for nested array components
|
30
|
-
- FIO-5748: Fixed preview not working correctly after hiding/showing it
|
31
|
-
- FIO-8759: fixed validation for the default value component
|
32
|
-
- FIO-8765: fixed an issue where dataMap thows an error
|
33
|
-
- FIO-8783: Fixed the issue when validation messages disappear after collapse and expand the panel
|
34
|
-
- FIO-8072: Added conditional operators for select component with number data type
|
35
|
-
- FIO-8752: coerced keyboard actions to a boolean value
|
36
19
|
- FIO-8656: lazy load dragula
|
37
|
-
- FIO-8570: fixed thousandSeparator problem and decimal symbol problem
|
38
|
-
- FIO-8710: fixed incorrect Components import that causes errors when interacting with form components
|
39
20
|
- FIO-8801: fixed submission metadata nullish
|
40
21
|
- FIO-8809: fixed runtime error in setForm when passing string argument to Formio.builder
|
41
|
-
- FIO-8684: Fixes cannot attach more than one component to the PDF form
|
42
22
|
- FIO-8719: fixed validation for Data Grid component inside nested wizard
|
43
|
-
- FIO-8621: added error event on file upload
|
44
|
-
- FIO-8799 updated conditional tab for Time Component
|
45
23
|
- FIO-6495: fixed an issue where revision ID of nested form does not transfer from stage to stage
|
46
|
-
- FIO-8797: set empty day component value to the empty string
|
47
|
-
- FIO-8729: fixed an issue where the rollback to default templates does not work correctly and unknown template message is shown
|
48
24
|
- FIO-8668: fixed an issue where reportingUI form is available is the existing resources in builder
|
49
25
|
- FIO-8714: Bugfix: allow paths for valueProperty
|
50
|
-
- FIO-8795: fixed selected data after removing row
|
51
26
|
- FIO-8771: Included File Component in Review Page Component
|
52
|
-
- FIO-8789: Fixing issues where the wrong urls are used for CDN on remote env
|
53
27
|
- FIO-7524: Added back aspect ratio option to Signature
|
54
|
-
- FIO-8798: updated shape of the data of day component with hidden fields
|
55
|
-
- FIO-8760: Fixes an issue where nested form is not getting all the options
|
56
|
-
- FIO-8706: allow data interpolation for data source in components
|
57
|
-
- FIO-8849: fixed an issue where value of the selctboxes/radio with URL data source are not available in simple conditons UI
|
58
|
-
- FIO-8874: fixed conditional value field for time component
|
59
|
-
- FIO-8931: Disable file synchronization feature
|
60
28
|
- FIO-8458: removing row from data grid triggers save draft action
|
61
|
-
- FIO-8912: consolidate normalization for multivalue components
|
62
|
-
- FIO-8423: change default parent tag from p to div
|
63
29
|
- FIO-8375: allow date time to have manual input
|
64
|
-
- FIO-8912: fix normalization in submission
|
65
|
-
- FIO-8912: updated to model types
|
66
|
-
- FIO-8972: fixed display of select componet with custom dataSrc on Data Tab
|
67
|
-
- FIO-8954: fixed previously selected option is displayed in metadata with data source = url
|
68
|
-
- FIO-8986: fixed setting up of default value with hidden fields
|
69
|
-
- FIO-8938: fixed label display for multiple select with dataSrc resource
|
70
|
-
- FIO-8962: fixed screen shifting when validation errors pop up in an embedded Wizard form
|
71
|
-
- FIO-8234/FIO-7195: Fixes an issue where value properties are shown instead of labels for Select component with Resource/URL data sources in read only mode and for modal preview
|
72
|
-
- FIO-8986: fixed setting default value for day component with hidden day and month
|
73
|
-
- FIO-8719: fixed error message display for nested wizard components
|
74
|
-
- FIO-9086: time component with default value validation fix
|
75
|
-
- FIO-9080 checkbox radio validation error
|
76
|
-
- FIO-9147: fixed an issue where the simple conditionally visible component is not validated on change
|
77
|
-
- FIO-9056: Fix enabling multiple values for address component
|
78
|
-
- FIO-9059: fixed an issue where the value for textarea with json datatype is not normalized and set correctly
|
79
|
-
- FIO-9075: fixed an issue where the form cannot be resubmitted if it has server errors
|
80
|
-
- FIO-9097 fixed navigation through the errors list
|
81
30
|
- FIO-8553: Replaced flatpickr-formio dependency with standard flatpickr
|
82
31
|
- FIO-8569: Fix sdk link
|
83
|
-
- FIO-8948-8950: fixed an issue where radio and select boxes with url type do not display in PDF download
|
84
|
-
- FIO-9034 fixed creating extra submit button
|
85
|
-
- FIO-8908: Fix error message appears when saving not fully filled conditionals tab
|
86
|
-
- FIO-8951: Updated conditions for selectData and added logic to clear selectData
|
87
32
|
- FIO-8556: Test coverage metrics
|
88
|
-
- FIO-9010: tighten up multivalue normalization by covering 'any' type models
|
89
|
-
- FIO-9010 fixed disappearance of components inside Columns after editing
|
90
|
-
- FIO-8991: fixed an issue where select value (when it is array with numbers) does not display in submission grid
|
91
33
|
- Fixed an issue where the 'root' may be the component that does not have a getComponent method
|
92
|
-
- FIO-8920 fixed errors list for the form with nested wizard
|
93
|
-
- FIO-8914: fixed an issue where errors list doesnot appear when submitting a PDF form
|
94
|
-
- FIO-8990: fixed incorrect moment export
|
95
|
-
- FIO-7778: validation link does not open modal
|
96
|
-
- FIO-8900-8899: made only 2 operators available for address component in conditionals ui and fixed setting an empty value for address
|
97
|
-
- FIO-8914: fixed an issue where select url does not work properly when url value has whitespaces at the end
|
98
|
-
- FIO-8970 resolved failing test
|
99
|
-
- FIO-8921: fixed an issue where newly created PDF-form cannot be saved in builder after adding some components in it
|
100
|
-
- FIO-8866-8864: fixed simple conditions operators for recaptcha
|
101
|
-
- FIO-9158: fixed an issue where Password component error message persists to displayed in Edit page
|
102
|
-
- FIO-9126: fixed display of value for Day component with hidden fields
|
103
|
-
- FIO-9158: fixed password component error in Edit page
|
104
|
-
- FIO-9127 fixed saving empty values for Day component with hidden fields
|
105
|
-
- FIO-9153-9154: fixed console errors when navigating tagpad validation errors
|
106
|
-
- FIO-9127 fixed saving an empty value for day component after deleting values
|
107
|
-
- FIO-9120: Fix issue with unchecking radio default value
|
108
|
-
- FIO-7195/FIO-8234: Fixes an issue where Select renders value properties instead of labels in DataTable
|
109
|
-
- FIO-7195: Fixes an issue where Radio/SelectBoxes will show values instead of labels on View tab and in DataTable
|
110
|
-
- FIO-9217 Fix: allow moment.js datetime custom default values in calendar widget-text field components
|
111
|
-
- FIO-8677: Fixes an issue where its possible to draweon Signature on the View tab of PDF form
|
112
34
|
- FIO-9314: made select data property a hidden component and changed hidden component empty value to null
|
113
|
-
- FIO-9347: fixed select preview issue in form builder
|
114
35
|
- FIO-8518: fixed adding checkbox with radio type to pdf design page
|
115
36
|
- FIO-9418: Fixed the edit grid errors to show the outer error wrapper if any fields in the edit grid are invalid
|
116
|
-
|
117
37
|
- FIO-9532: fixed an issue where select components shows values instead of labels in email
|
118
38
|
- FIO-9758: fixed an issue where interpolated content data is not displayed in PDF download
|
119
39
|
- FIO-8548: Update choices.js to 11 version
|
@@ -121,136 +41,96 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|
121
41
|
- FIO-8409: added serverOverride setting for components
|
122
42
|
- Added test for FIO-9020
|
123
43
|
- FIO-8208: Ensure that all file uploads alter the request options before sending the fetch requests
|
44
|
+
- FIO-9985 fixed appearing extra option with an empty key
|
45
|
+
- FIO-9847: time on textfield only changes when timezone included
|
46
|
+
- FIO-9937: Fixed edge cases for clearOnHide with nested forms + new test cases
|
47
|
+
- FIO-9884: Fixed file upload plugin for ckeditor
|
48
|
+
- FIO-9941 fixed errors list translations
|
49
|
+
- FIO-9848 Fixed readonly textarea for screen readers
|
50
|
+
- FIO-9854 fixed appearance of the custom component edit fields
|
51
|
+
- FIO-9510: Fixed the issue with multiple survey components
|
52
|
+
- FIO-9872 fixed opening modal edit window for custom component
|
53
|
+
- FIO-9851 fixed appearing configurable component options
|
54
|
+
- FIO-9855 removed deprecated settings
|
55
|
+
- FIO-9866: added fileUploadingEnd and fielUplaodingStart events back
|
56
|
+
- FIO-9842 removed extra options
|
57
|
+
- FIO-9846 removed encrypted option for EFB
|
58
|
+
- FIO-9837: cant approve valid api key
|
59
|
+
- FIO-9873: Fixed issues with how default values are set within components to ensure they are set properly at the right time in the lifecycle
|
60
|
+
- updated i18n typedef
|
61
|
+
- FIO-9020: Made executeFormController to be called once only for Webform instance
|
62
|
+
- FIO-9669: added token to the list of the available variables for advanced conditions
|
63
|
+
- FIO-9614: fixed an issue where min and max day builder setting changes its value after saving
|
64
|
+
- FIO-9207: Fix image preview for file component when using google drive
|
65
|
+
- FIO-9156 fixed the display of Captcha component for nested forms
|
66
|
+
- FIO-9592: Add emitting form display change event
|
67
|
+
- FIO-8372 fixed setting date after selecting and erasing entire date
|
68
|
+
- fix select styling
|
69
|
+
- FIO-7954: fixed translations
|
70
|
+
- update copy around save as reference
|
71
|
+
- FIO-9506: fixed the return type of the render function
|
72
|
+
- FIO-8727: created test for FIO-8727
|
73
|
+
- FIO-9170 Added a fix for default templates to include custom components
|
74
|
+
- FIO-8862: fixed unnecessary redrawings of the value component in conditional ui
|
75
|
+
- FIO-9339: fixed an issue where preview shows an error when editing component JSON
|
76
|
+
- FIO-9027 fixed display of the overridden values on download page
|
77
|
+
-
|
124
78
|
|
125
|
-
|
79
|
+
|
80
|
+
## 5.1.2-rc.1
|
126
81
|
### Changed
|
127
|
-
-
|
82
|
+
- Updated @formio/core@2.4.1-rc.3
|
83
|
+
- Updated @formio/bootstrap@3.1.1-rc.1
|
84
|
+
- FIO-9217 Fix: allow moment.js datetime custom default values in calendar widget-text field components
|
85
|
+
- FIO-8677: Fixes an issue where its possible to draweon Signature on the View tab of PDF form
|
86
|
+
- FIO-9908: fixed an issue where condtion does not work properly if 'show' setting is a string
|
87
|
+
- FIO-8706: allow data interpolation for data source in components
|
88
|
+
- Fix Scientific notation allowing it by default
|
89
|
+
- FIO-9992: check for server when triggering the captcha
|
90
|
+
- FIO-9902-9878: fixed an issue where PDF is not loaded for the form with hidden/conditionally hidden select
|
128
91
|
|
129
|
-
## 5.1.0
|
92
|
+
## 5.1.0
|
130
93
|
### Changed
|
94
|
+
- Official Release
|
95
|
+
- Updated @formio/bootstrap@3.1.0
|
96
|
+
- Updated @formio/core@2.4.0
|
97
|
+
- FIO-9931: fixed an issue wehre min and max date settings are not saved in builder
|
98
|
+
- FIO-9921: fix issue with local paths not being propogated to edit grid
|
99
|
+
- FIO-9933: Fixed the default value for the Lazy Load option for Select dropdowns.
|
100
|
+
- FIO-9888: Fixed issue where the noDefaults flag would skip defaults even for calculations.
|
101
|
+
- FIO-9913: Fixed problems where conditionally hidden fields would reset when their parents are hidden but have clearOnHide set to false.
|
102
|
+
- FIO-9912: Fixed issue where the default value of the address component would clear and not reset.
|
103
|
+
- FIO-9889: added backwards compatibility checks for provider options
|
104
|
+
- FIO-9721 Added Submit button as available trigger option of captcha inside Wizard
|
131
105
|
- FIO-9838: fix rendering an unknown component on the builder causing error
|
132
106
|
- FIO-9830 fixed captcha trigger for wizard
|
133
107
|
- Fixing issues with the data map and unnecessary reset model functions
|
134
|
-
|
135
|
-
## 5.1.0-rc.24
|
136
|
-
### Changed
|
137
|
-
- Updated @formio/bootstrap@3.1.0-rc.4
|
138
|
-
|
139
|
-
## 5.1.0-rc.23
|
140
|
-
### Changed
|
141
|
-
- Updated @formio/bootstrap@3.1.0-rc.3
|
142
|
-
- FIO-9807: Refactor the conditionally hidden check to be performed at runtime.
|
143
108
|
- FIO-9807: Refactor the conditionally hidden check to be performed at runtime.
|
144
|
-
|
145
|
-
## 5.1.0-rc.22
|
146
|
-
### Changed
|
147
|
-
- Updated @formio/core@2.4.0-rc.12
|
148
109
|
- FIO-9766: Fixing issues with conditionally hidden fields and state being stored…
|
149
110
|
- FIO-9811 fixed drag and drop for custom component
|
150
111
|
- FIO-9815: fixed an issue where nested form inside wizard does not highlight validation errors
|
151
|
-
|
152
|
-
## 5.1.0-rc.21
|
153
|
-
### Changed
|
154
112
|
- FIO-9720 fixed typo
|
155
|
-
|
156
|
-
## 5.1.0-rc.20
|
157
|
-
### Changed
|
158
|
-
- Updated @formio/core@2.4.0-rc.11
|
159
113
|
- FIO-9720 fixed triggering captcha for wizard
|
160
|
-
|
161
|
-
## 5.1.0-rc.19
|
162
|
-
### Changed
|
163
|
-
- Updated @formio/bootstrap@3.1.0-rc.2
|
164
114
|
- FIO-9751 updated modal edit window for components with hidden tabs on builder mode
|
165
115
|
- FIO-9767: fixed an issue where the nested form data is not submitted when clearOnHide is disabled
|
166
|
-
|
167
|
-
## 5.1.0-rc.18
|
168
|
-
### Changed
|
169
|
-
- Updated @formio/core@2.4.0-rc.10
|
170
|
-
|
171
|
-
## 5.1.0-rc.17
|
172
|
-
### Changed
|
173
116
|
- FIO-9640: Fix date components have wrong timezone in email
|
174
117
|
- FIO-9720 fixet trigger captcha component inside layout component
|
175
118
|
- FIO-9385 Preserve non-default widget settings after evaluating field logic
|
176
|
-
|
177
|
-
## 5.1.0-rc.16
|
178
|
-
### Changed
|
179
119
|
- FIO-9515 Fixed Edit grid conditional values not displayed in Edit sub…
|
180
|
-
|
181
|
-
## 5.1.0-rc.15
|
182
|
-
### Changed
|
183
|
-
- Updated @formio/core@2.4.0-rc.9
|
184
|
-
|
185
|
-
## 5.1.0-rc.14
|
186
|
-
### Changed
|
187
|
-
- Updated @formio/core@2.4.0-rc.8
|
188
|
-
|
189
|
-
## 5.1.0-rc.13
|
190
|
-
### Changed
|
191
120
|
- Revert choices back to 10.2.1
|
192
|
-
|
193
|
-
## 5.1.0-rc.12
|
194
|
-
### Changed
|
195
121
|
- FIO-9620: update copy on Form component editForm
|
196
|
-
|
197
|
-
## 5.1.0-rc.11
|
198
|
-
### Changed
|
199
122
|
- Updated @formio/choices.js@11.0.3-rc.1
|
200
123
|
- FIO-9548:fixed setting of form._data for NestedDataComponent into forms with noDefaults option
|
201
124
|
- FIO-8724: Fixed firing change event for DataGrid component
|
202
|
-
|
203
|
-
## 5.1.0-rc.10
|
204
|
-
### Changed
|
205
|
-
- Updated @formio/core@2.4.0-rc.7
|
206
|
-
|
207
|
-
## 5.1.0-rc.9
|
208
|
-
### Changed
|
209
|
-
- Updated @formio/core@2.4.0-rc.6
|
210
|
-
|
211
125
|
- FIO-9511: fixed day min/max validation message
|
212
|
-
|
213
|
-
## 5.1.0-rc.8
|
214
|
-
### Changed
|
215
126
|
- FIO-9499 Component: Check if ref is instance of NodeList on detach
|
216
|
-
|
217
127
|
- FIO-9482 fixed setting Formio version
|
218
|
-
|
219
|
-
## 5.1.0-rc.7
|
220
|
-
### Changed
|
221
128
|
- FIO-9480: ensure parent references are stable before subform creation
|
222
129
|
- FIO-9527: Fixed address component with multiple values
|
223
130
|
- FIO-9517: nested forms with lazy load validation fix
|
224
|
-
|
225
|
-
## 5.1.0-rc.6
|
226
|
-
### Changed
|
227
|
-
- Updated @formio/core@2.4.0-rc.5
|
228
|
-
|
229
|
-
## 5.1.0-rc.5
|
230
|
-
### Changed
|
231
|
-
- Updated @formio/core@2.4.0-rc.4
|
232
|
-
|
233
|
-
- FIO-8575: Added ability to reload google maps library with correct API key
|
234
131
|
- FIO-9552: Fixing the embed code to export the Formio construct
|
235
|
-
|
236
|
-
## 5.1.0-rc.4
|
237
|
-
### Changed
|
238
132
|
- FIO-9506: fixed the return type of the render function
|
239
|
-
|
240
|
-
## 5.1.0-rc.3
|
241
|
-
### Changed
|
242
|
-
- Updated @formio/core@2.4.0-rc.3
|
243
|
-
|
244
|
-
## 5.1.0-rc.2
|
245
|
-
### Changed
|
246
|
-
- Updated @formio/core@2.4.0-rc.2
|
247
133
|
- FIO-9159: change clearOnHide behavior to track conditionally hidden state rather than mere visibility
|
248
|
-
|
249
|
-
## 5.1.0-rc.1
|
250
|
-
### Changed
|
251
|
-
- Updated @formio/bootstrap@3.1.0-rc.1
|
252
|
-
- Updated @formio/core@2.4.0-rc.1
|
253
|
-
- Increment minor version
|
254
134
|
- 5.x - FIO-8426: changes required for eSignature
|
255
135
|
- Refactor the component path system to ensure we are always referencing the correct path.
|
256
136
|
- FIO-9312: fixed an issue where conditionals does not work well when there are several components with the same key/path
|
@@ -478,78 +358,32 @@ Formio.createForm(document.getElementById('formio'), 'https://examples.form.io/e
|
|
478
358
|
- With the 5.x renderer, all templates are now stored within a separate repo, and are included as a dependency for this renderer.
|
479
359
|
|
480
360
|
|
481
|
-
## 5.0.0-rc.102
|
482
|
-
### Changed
|
483
|
-
- Updated @formio/core@2.3.0-rc.23
|
484
|
-
|
485
|
-
## 5.0.0-rc.101
|
486
|
-
### Changed
|
487
361
|
- FIO-9361: Fix showing extra submit buttons
|
488
362
|
- FIO-9327: Fixed an issue where select boxes default values would become messed up during builder mode.
|
489
363
|
- FIO-9350 Wizard: Show form-level errors after failed submission on subsequent form interaction when current page has no errors
|
490
|
-
|
491
|
-
## 5.0.0-rc.100
|
492
|
-
### Changed
|
493
364
|
- FIO-8423: change default parent tag from p to div
|
494
365
|
- FIO-9347: Fixed select preview issue in form builder
|
495
366
|
- FIO-9329: update tooltip for validateWhenHidden
|
496
367
|
- FIO-9386: fixed an issue where configured logic prevents the component settings saving because of validation configured in logic
|
497
368
|
- FIO-9360: validate current page only on wizard change
|
498
|
-
|
499
|
-
## 5.0.0-rc.99
|
500
|
-
### Changed
|
501
|
-
- Updated @formio/core@2.3.0-rc.22
|
502
369
|
- FIO-9329: validateWhenHidden respects both conditionally hidden and intentionally hidden
|
503
370
|
- FIO-9354: Fix custom translation not applied to error message
|
504
|
-
|
505
|
-
## 5.0.0-rc.98
|
506
|
-
### Changed
|
507
371
|
- FIO-9280 fixed validation for select boxes with valid values and when value property is not set
|
508
|
-
|
509
|
-
## 5.0.0-rc.97
|
510
|
-
### Changed
|
511
|
-
- Updated @formio/core@2.3.0-rc.21
|
512
372
|
- FIO-9290: fixed an issue where infinite loader is shown when radio/selectboxes with url type is failed to load options
|
513
373
|
- FIO-9280 fixed value property validation
|
514
|
-
|
515
|
-
### Changed
|
516
374
|
- FIO-9283: fixed an issue where select with resource dataSrc does not display values in readOnly mode
|
517
|
-
|
518
|
-
## 5.0.0-rc.96
|
519
|
-
### Changed
|
520
|
-
- Updated @formio/core@2.3.0-rc.18
|
521
375
|
- FIO-9259 fixed errors list for parent wizard with nested wizard
|
522
376
|
- FIO-9176: updated instance.component.path
|
523
377
|
- FIO-9205: fixed labels in select filter feature
|
524
|
-
|
525
|
-
## 5.0.0-rc.95
|
526
|
-
### Changed
|
527
|
-
- Updated @formio/core@2.3.0-rc.17
|
528
378
|
- FIO-9205: fixed an issue where Select Filter feature does not work
|
529
379
|
- FIO-9173: Allow Scientific Notations
|
530
380
|
- FIO-9247 fixed triggering custom validation inside Edit Grid
|
531
|
-
|
532
|
-
|
533
|
-
## 5.0.0-rc.94
|
534
|
-
### Changed
|
535
|
-
- Updated @formio/bootstrap@3.0.0-rc.41
|
536
|
-
- Updated @formio/core@2.3.0-rc.16
|
537
|
-
|
538
|
-
## 5.0.0-rc.93
|
539
|
-
### Changed
|
540
|
-
- Updated @formio/bootstrap@3.0.0-rc.40
|
541
|
-
- Updated @formio/core@2.3.0-rc.14
|
542
381
|
- FIO-9197: Fix Day component triggered required validation when loading form
|
543
382
|
- FIO-7195: Fixes an issue where Radio/SelectBoxes will show values instead of labels on View tab and in DataTable
|
544
383
|
- FIO-7778: validation link does not open modal
|
545
384
|
- FIO-9072: removed setting dirty flag to true on set submission and changed tests
|
546
385
|
- FIO-9189: moved some methods to core
|
547
386
|
- FIO-9228: fixed an issue where error messages are duplicated in error list for nested wizard
|
548
|
-
|
549
|
-
## 5.0.0-rc.92
|
550
|
-
### Changed
|
551
|
-
- Updated @formio/bootstrap@3.0.0-rc.39
|
552
|
-
- Updated @formio/core@2.3.0-rc.13
|
553
387
|
- FIO-9196: Fixed issue with getting default value instead of requested value in Day component
|
554
388
|
- FIO-9208: Changing the links to go to help.form.io instead of github page.
|
555
389
|
- FIO-8510: changes in nested forms trigger modified change in the parent
|
@@ -557,23 +391,10 @@ Formio.createForm(document.getElementById('formio'), 'https://examples.form.io/e
|
|
557
391
|
- FIO-9186: added test for the issue reated to validation inside layout components insode editGrid
|
558
392
|
- FIO-9184: Fixed edit grid row validation for new row
|
559
393
|
- FIO-9144 Fix cursor jump in number component
|
560
|
-
|
561
|
-
## 5.0.0-rc.91
|
562
|
-
### Changed
|
563
|
-
- Updated @formio/bootstrap@3.0.0-rc.38
|
564
|
-
- Updated @formio/core@2.3.0-rc.10
|
565
394
|
- FIO-7195/FIO-8234: Fixes an issue where Select renders value properties instead of labels in DataTable
|
566
395
|
- FIO-9158: fixed password component error in Edit page
|
567
396
|
- FIO-9153: fixed an issue where tagpad components skip front-end validation before submission
|
568
|
-
|
569
|
-
## 5.0.0-rc.90
|
570
|
-
### Changed
|
571
|
-
- Updated @formio/core@2.3.0-rc.9
|
572
397
|
- FIO-9127 fixed saving empty values for Day component with hidden fields
|
573
|
-
|
574
|
-
## 5.0.0-rc.89
|
575
|
-
### Changed
|
576
|
-
- Updated @formio/core@2.3.0-rc.8
|
577
398
|
- FIO-8914: fixed an issue where select url does not work properly when url value has whitespaces at the end
|
578
399
|
- FIO-8990: fixed incorrect moment export
|
579
400
|
- FIO-9056: Fix enabling multiple values for address component
|
@@ -586,60 +407,22 @@ Formio.createForm(document.getElementById('formio'), 'https://examples.form.io/e
|
|
586
407
|
- FIO-8948-8950: fixed an issue where radio and select boxes with url type do not display in PDF download
|
587
408
|
- FIO-9080 checkbox radio validation error
|
588
409
|
- FIO-9148: Fixed duplicated revision versions
|
589
|
-
|
590
|
-
## 5.0.0-rc.88
|
591
|
-
### Changed
|
592
|
-
- Updated @formio/core@2.3.0-rc.7
|
593
|
-
|
594
|
-
## 5.0.0-rc.87
|
595
|
-
### Changed
|
596
410
|
- FIO-9059: fixed an issue where the value for textarea with json datatype is not normalized and set correctly
|
597
|
-
|
598
|
-
## 5.0.0-rc.86
|
599
|
-
### Changed
|
600
|
-
- Updated @formio/core@2.3.0-rc.6
|
601
|
-
|
602
411
|
- FIO-9075: fixed an issue where the form cannot be resubmitted if it has server errors
|
603
412
|
- FIO-8414 | FIO-8403 | FIO-8389: Fixes 5x validations and conditionals for array data components
|
604
413
|
- FIO-9097 fixed navigation through the errors list
|
605
|
-
|
606
|
-
## 5.0.0-rc.85
|
607
|
-
### Changed
|
608
|
-
- Updated @formio/core@2.3.0-rc.4
|
609
|
-
|
610
|
-
### Changed
|
611
414
|
- FIO-8719 fixed error message display for nested wizard components
|
612
415
|
- FIO-8962 Fixed screen shifting when validation errors pop up in an embedded Wizard form
|
613
416
|
- Bugfix: allow paths for valueProperty
|
614
|
-
|
615
|
-
## 5.0.0-rc.84
|
616
|
-
|
617
|
-
## 5.0.0-rc.83
|
618
|
-
### Changed
|
619
417
|
- FIO-9010: tighten up multivalue normalization by covering 'any' type models
|
620
418
|
- FIO-8986 fixed setting default value for day ,component with hidden day and month
|
621
419
|
- FIO-9034 fixed creating extra submit button
|
622
|
-
|
623
|
-
## 5.0.0-rc.82
|
624
|
-
### Changed
|
625
420
|
- FIO-8234/FIO-7195: Fixes an issue where value properties are shown instead of labels for Select component with Resource/URL data sources in read only mode and for modal preview
|
626
|
-
|
627
|
-
## 5.0.0-rc.81
|
628
|
-
### Changed
|
629
|
-
- Updated @formio/core@2.3.0-rc.3
|
630
421
|
- FIO-8991: fixed an issue where select value (when it is array with numbers) does not display in submission grid
|
631
422
|
- FIO-8951: Updated conditions for selectData and added logic to clear selectData
|
632
423
|
- FIO-9010 fixed disappearance of components inside Columns after editing
|
633
424
|
- FIO-8938 fixed label display for multiple select with dataSrc resource
|
634
425
|
- FIO-8908: Fix error message appears when saving not fully filled conditionals tab
|
635
|
-
|
636
|
-
## 5.0.0-rc.80
|
637
|
-
### Changed
|
638
|
-
- Updated @formio/core@2.2.3-rc.2
|
639
|
-
|
640
|
-
## 5.0.0-rc.79
|
641
|
-
### Changed
|
642
|
-
- Updated @formio/core@2.2.3-rc.1
|
643
426
|
- FIO-8914: fixed an issue where errors list doesnot appear when submitting a PDF form
|
644
427
|
- FIO-8954 previously selected option is displayed in metadata with data source = url
|
645
428
|
- FIO-8920 fixed errors list for the form with nested wizard
|
@@ -648,64 +431,27 @@ Formio.createForm(document.getElementById('formio'), 'https://examples.form.io/e
|
|
648
431
|
- Fixed an issue where the 'root' may be the component that does not have a getComponent method
|
649
432
|
- FIO-8972 fixed display of select componet with custom dataSrc on Data Tab
|
650
433
|
- FIO-8912 update to model types
|
651
|
-
|
652
|
-
## 5.0.0-rc.78
|
653
|
-
### Changed
|
654
434
|
- FIO-8072: Added conditional operators for select component with number data type
|
655
|
-
|
656
|
-
## 5.0.0-rc.77
|
657
|
-
### Changed
|
658
|
-
- Updated @formio/core@2.2.2
|
659
435
|
- FIO-8900-8899: made only 2 operators available for address component in conditionals ui and fixed setting an empty value for address
|
660
436
|
- FIO-8912: consolidate normalization for multivalue components
|
661
437
|
- FIO-8795 fixed selected data after removing row
|
662
|
-
|
663
|
-
## 5.0.0-rc.76
|
664
|
-
### Changed
|
665
|
-
- Updated @formio/core@2.2.2-rc.5
|
666
438
|
- FIO-8874: fixed conditional value field for time component
|
667
439
|
- FIO-8849: fixed an issue where value of the selctboxes/radio with URL data source are not available in simple conditons UI
|
668
440
|
- FIO-8931: Disable file synchronization feature
|
669
441
|
- FIO-8866-8864: fixed simple conditions operators for recaptcha
|
670
442
|
- FIO-8921: fixed an issue where newly created PDF-form cannot be saved in builder after adding some components in it
|
671
443
|
- FIO-8798: updated shape of the data of day component with hidden fields
|
672
|
-
|
673
|
-
## 5.0.0-rc.75
|
674
|
-
### Changed
|
675
|
-
- Updated @formio/core@2.2.2-rc.3
|
676
|
-
|
677
|
-
## 5.0.0-rc.74
|
678
|
-
### Changed
|
679
|
-
- Updated @formio/core@2.2.2-rc.2
|
680
444
|
- FIO-8799 updated conditional tab for Time Component
|
681
445
|
- FIO-8797: set empty day component value to the empty string
|
682
|
-
|
683
446
|
- FIO-8760: Fixes an issue where nested form is not getting all the options
|
684
447
|
- FIO-8789: Fixing issues where the wrong urls are used for CDN on remote environments
|
685
|
-
|
686
|
-
## 5.0.0-rc.73
|
687
|
-
### Changed
|
688
448
|
- FIO-8729: fixed an issue where the rollback to default templates does not work correctly and unknown template message is shown
|
689
|
-
|
690
|
-
## 5.0.0-rc.72
|
691
|
-
### Changed
|
692
|
-
- Updated @formio/core@2.2.2-rc.1
|
693
449
|
- FIO-8684: Fixes cannot attach more than one component to the PDF form
|
694
450
|
- Bugfix/submission metadata nullish
|
695
451
|
- FIO-8765: fixed an issue where dataMap thows an error
|
696
452
|
- FIO-8719 fixed validation for Data Grid component inside nested wizard
|
697
|
-
|
698
|
-
### Changed
|
699
453
|
- FIO-8621: error event on file upload adding
|
700
454
|
- FIO-8783: Fixed the issue when validation messages disappear after collapse and expand the panel
|
701
|
-
|
702
|
-
## 5.0.0-rc.71
|
703
|
-
### Changed
|
704
|
-
- Updated @formio/bootstrap@3.0.0-rc.37
|
705
|
-
|
706
|
-
## 5.0.0-rc.70
|
707
|
-
### Changed
|
708
|
-
- Updated @formio/core@2.2.0-rc.9
|
709
455
|
- FIO-8759 fixed validation for the default value component
|
710
456
|
- FIO-8752: coerced keyboard actions to a boolean value
|
711
457
|
- FIO-8389: Fix conditional logic for Edit Grid
|
@@ -713,53 +459,20 @@ Formio.createForm(document.getElementById('formio'), 'https://examples.form.io/e
|
|
713
459
|
- FIO-8720: fixed errors occurring with valid time and number components
|
714
460
|
- FIO-8719 fixed validation for nested wizard fields
|
715
461
|
- FIO-5748 Fixed preview not working correctly after hiding/showing it
|
716
|
-
|
717
|
-
## 5.0.0-rc.69
|
718
|
-
### Changed
|
719
|
-
- Updated @formio/core@2.2.0-rc.7
|
720
462
|
- FIO-8570: fixed decimal symbol property on number component
|
721
463
|
- FIO-8570: fixed thousandSeparator problem and decimal symbol problem
|
722
|
-
|
723
|
-
## 5.0.0-rc.68
|
724
|
-
### Changed
|
725
|
-
- Updated @formio/core@2.2.0-rc.6
|
726
464
|
- FIO-7733 remove form min height
|
727
465
|
- FIO-8710: fixed incorrect Components import that causes errors when interacting with form components
|
728
466
|
- FIO-8716 fixed unsavedRows validation for Edit Grid
|
729
467
|
- FIO-7478: fixed and isse where dataGrod reordering does not work in 5.x and fixed reordering with select component
|
730
|
-
|
731
|
-
## 5.0.0-rc.67
|
732
|
-
### Changed
|
733
|
-
- Updated @formio/core@2.2.0-rc.5
|
734
468
|
- FIO-8633 fixed icon name for Edit Grid
|
735
469
|
- FIO-8645: day component required validation error not correct
|
736
470
|
- FIO-8688 fixed 'global is not defined' error message
|
737
471
|
- FIO-8639 fixed error when adding address component
|
738
|
-
|
739
|
-
## 5.0.0-rc.66
|
740
|
-
### Changed
|
741
472
|
- FIO-8652: DataGrid does not reorder
|
742
473
|
- FIO-8659: no modal edit in display tab
|
743
|
-
|
744
|
-
## 5.0.0-rc.65
|
745
|
-
### Changed
|
746
|
-
- Updated @formio/core@2.2.0-rc.4
|
747
|
-
|
748
|
-
## 5.0.0-rc.64
|
749
|
-
### Changed
|
750
474
|
- Removing fetch ponyfill since it is no longer needed.
|
751
|
-
|
752
|
-
## 5.0.0-rc.63
|
753
|
-
### Changed
|
754
475
|
- Fixing the formioReady promise to always resolve if you load it from the full source instead of the embed code.
|
755
|
-
|
756
|
-
## 5.0.0-rc.62
|
757
|
-
### Changed
|
758
|
-
- Updated @formio/bootstrap@3.0.0-rc.36
|
759
|
-
|
760
|
-
|
761
|
-
|
762
|
-
### Fixed
|
763
476
|
- FIO-7525: fixed an issue where new conditional logic based on select boxes does not work
|
764
477
|
- Fix broken file exclusion patterns
|
765
478
|
- FIO-7146: disable circleci jobs
|
@@ -843,9 +556,6 @@ Formio.createForm(document.getElementById('formio'), 'https://examples.form.io/e
|
|
843
556
|
- FIO-7936: showCounter messages not translating
|
844
557
|
- FIO-7775: reset value event resets component values to their default values
|
845
558
|
- FIO-6710: added translation for day component placeholder
|
846
|
-
|
847
|
-
## 5.0.0-rc.37
|
848
|
-
### Fixed
|
849
559
|
- FIO-5967: fixed issue with incorrect string representation for object type
|
850
560
|
- FIO-7110: when 'use original revision' is enabled for nested form, submission still displays in current form revision pdfs
|
851
561
|
- Revert "FI0-5429: added a condition to remove the decimal separator when the decimal digits are set to 0"
|
@@ -899,44 +609,22 @@ Formio.createForm(document.getElementById('formio'), 'https://examples.form.io/e
|
|
899
609
|
- FIO-7548: fixed an issue where select dropdown does not overlap the datagrid and causes vertical scroll
|
900
610
|
- FIO-7775: reset value event resets component values to their default values
|
901
611
|
- FIO-6710: added translation for day component placeholder
|
902
|
-
|
903
|
-
### Changed
|
904
612
|
- Add capability for adding sanitize profiles through sanitizeConfig in options
|
905
|
-
|
906
|
-
## 5.0.0-rc.26
|
907
|
-
### Changed
|
908
613
|
- More improvements to the embed capabilities.
|
909
|
-
|
910
|
-
### Fixed
|
911
614
|
- FIO-7074: Fixes an issue where setting submission to the Wizard from the form controller will not set values for all the pages
|
912
|
-
|
913
|
-
## 5.0.0-rc.24
|
914
|
-
### Changed
|
915
615
|
- Removed unnecessary resize polyfill.
|
916
616
|
- Improved embed library experience.
|
917
617
|
- Fixed documentation to use new embed strategy.
|
918
|
-
|
919
|
-
### Fixed
|
920
618
|
- FIO-7128: Fixed issues with multiple select
|
921
619
|
- FIO-7209: radio don't work without value property set when data source url
|
922
620
|
- FIO-6970: Fixes an issue where SelectBoxes Only Available Items validation always fails
|
923
|
-
|
924
|
-
## 5.0.0-rc.23
|
925
|
-
### Fixed
|
926
621
|
- FIO-6578: Fixes an issue with losing focus on Year field when Day component has advanced logic
|
927
|
-
|
928
|
-
## 5.0.0-rc.20
|
929
|
-
### Changed
|
930
622
|
- Removed i18next and NativePromise in favor of a simple translation proxy.
|
931
623
|
- Refactored the embed script so that it can be imported within an application using createForm.
|
932
|
-
|
933
|
-
### Added
|
934
624
|
- Added mobile image, video, and camera capture feature. https://github.com/formio/formio.js/pull/4398
|
935
625
|
- Add submission as form creation option. https://github.com/formio/formio.js/pull/4580
|
936
626
|
- FIO-6630: Expanded Actions Logic UI
|
937
627
|
- FIO-6493: changes needed for reporting-ui
|
938
|
-
|
939
|
-
### Fixed
|
940
628
|
- fix issue: when submission.data doesn't exist, the submission.metadata is removed
|
941
629
|
- Default value for Radio and Checkbox components to set correctly. https://github.com/formio/formio.js/pull/4464
|
942
630
|
- Edit Grid performance improvements. https://github.com/formio/formio.js/pull/4480
|
@@ -979,24 +667,14 @@ Formio.createForm(document.getElementById('formio'), 'https://examples.form.io/e
|
|
979
667
|
- FIO-4782: added encodeURIComponent for filter query
|
980
668
|
- FIO-4856: Fixed an issue where onBlur validation does not work for Select, Tags and Day components
|
981
669
|
- FIO-7110: fixed display of nested form with Use Original Revision on PDF download
|
982
|
-
|
983
|
-
## 5.0.0-rc.6
|
984
|
-
### Added
|
985
670
|
- FIO-5748: added collapsible preview for Form Builder
|
986
|
-
|
987
|
-
### Fixed
|
988
671
|
- FIO-6950: fixed test
|
989
672
|
- FIO-6669: fixed tooltips cutting off in the component settings modal
|
990
673
|
- FIO-6156: fixed help link for Time component
|
991
|
-
|
992
|
-
## 5.0.0-rc.5
|
993
|
-
### Added
|
994
674
|
- FIO-5986: added check for identical uploaded file
|
995
675
|
- FIO-6453: added sanitization inside error message container
|
996
676
|
- FIO-6345: Add rel=noopener to Links to Docs / External Links
|
997
677
|
- FIO-5042: Logout feature for OIDC
|
998
|
-
|
999
|
-
### Fixed
|
1000
678
|
- FIO-6616: fixed issue where the select templates were not getting set correctly in selectData
|
1001
679
|
- FIO-6533: fixed an issue where file upload hash causing delays in file uploads
|
1002
680
|
- FIO-6407: updated tests for Select Component
|
@@ -1049,36 +727,13 @@ Formio.createForm(document.getElementById('formio'), 'https://examples.form.io/e
|
|
1049
727
|
- FIO-5730: fixed template for Select on PDF download
|
1050
728
|
- FIO-5303: fixed Edit and Delete buttons in readOnly
|
1051
729
|
- Revert - FIO-4876: fixed the display of current submission for pdf download
|
1052
|
-
|
1053
|
-
## 5.0.0-rc.4
|
1054
|
-
### Fixed
|
1055
730
|
- Version export to work with compilation as well as unit tests.
|
1056
|
-
|
1057
|
-
## 5.0.0-rc.3
|
1058
|
-
### Fixed
|
1059
731
|
- Re-introduce the old types folder until we can resolve issues with Angular dependencies.
|
1060
|
-
|
1061
|
-
## 5.0.0-rc.2
|
1062
|
-
### Breaking Change
|
1063
|
-
- Removed default Bootstrap 4 template and replaced with Bootstrap 5. If you need Bootstrap 4, you can use the following.
|
1064
|
-
|
1065
|
-
npm install --save @formio/bootstrap
|
1066
|
-
|
1067
|
-
import bootstrap4 from '@formio/bootstrap/bootstrap4';
|
1068
|
-
import { Formio } from 'formiojs';
|
1069
|
-
Formio.use(bootstrap4);
|
1070
|
-
|
1071
|
-
## 5.0.0-rc.1
|
1072
|
-
### Breaking Change
|
1073
732
|
- Upgrade to Bootstrap 5
|
1074
733
|
- Replace SDK with @formio/core SDK.
|
1075
734
|
- Remove Semantic template and Bootstrap 3 template from build. Use import @formio/bootstrap3 or @formio/semantic instead.
|
1076
|
-
|
1077
|
-
### Added
|
1078
735
|
- FIO-4429: Add support for pdf auto conversion fields assignment
|
1079
736
|
- Added basic keyboard accessibility for formbuilder
|
1080
|
-
|
1081
|
-
### Fixed
|
1082
737
|
- FIO-6512: cannot drag and drop components on to pdf first forms using mac
|
1083
738
|
- FIO-6468: fixed an issue where Custom validation on Day component is confusing Day and Year
|
1084
739
|
- Revert "Fio 6512 cannot drag and drop components on to pdf first forms using mac"
|