@formio/js 5.0.0-dev.5834.98680ce → 5.0.0-dev.5835.540c19a
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 +28 -1
- package/dist/formio.form.js +9 -9
- package/dist/formio.form.min.js +1 -1
- package/dist/formio.full.js +9 -9
- package/dist/formio.full.min.js +1 -1
- package/dist/formio.utils.js +1 -1
- package/dist/formio.utils.min.js +1 -1
- package/lib/cjs/components/Components.js +4 -2
- package/lib/cjs/components/_classes/component/Component.js +8 -5
- package/lib/cjs/components/_classes/list/ListComponent.js +1 -0
- package/lib/cjs/components/address/Address.js +10 -0
- package/lib/cjs/components/day/Day.js +23 -10
- package/lib/cjs/components/radio/Radio.js +8 -0
- package/lib/cjs/components/select/Select.js +11 -4
- package/lib/cjs/components/time/Time.js +6 -0
- package/lib/mjs/components/Components.js +4 -2
- package/lib/mjs/components/_classes/component/Component.js +5 -2
- package/lib/mjs/components/_classes/list/ListComponent.js +1 -0
- package/lib/mjs/components/address/Address.js +10 -0
- package/lib/mjs/components/day/Day.js +23 -10
- package/lib/mjs/components/radio/Radio.js +8 -0
- package/lib/mjs/components/select/Select.js +11 -4
- package/lib/mjs/components/time/Time.js +6 -0
- package/package.json +2 -2
package/Changelog.md
CHANGED
|
@@ -76,7 +76,34 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|
|
76
76
|
- 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
|
|
77
77
|
- FIO-8986: fixed setting default value for day component with hidden day and month
|
|
78
78
|
- FIO-8719: fixed error message display for nested wizard components
|
|
79
|
-
- FIO-
|
|
79
|
+
- FIO-9080 checkbox radio validation error
|
|
80
|
+
- FIO-9147: fixed an issue where the simple conditionally visible component is not validated on change
|
|
81
|
+
- FIO-9056: Fix enabling multiple values for address component
|
|
82
|
+
- FIO-9059: fixed an issue where the value for textarea with json datatype is not normalized and set correctly
|
|
83
|
+
- FIO-9075: fixed an issue where the form cannot be resubmitted if it has server errors
|
|
84
|
+
- FIO-9097 fixed navigation through the errors list
|
|
85
|
+
- FIO-8553: Replaced flatpickr-formio dependency with standard flatpickr
|
|
86
|
+
- FIO-8569: Fix sdk link
|
|
87
|
+
- FIO-8948-8950: fixed an issue where radio and select boxes with url type do not display in PDF download
|
|
88
|
+
- FIO-9034 fixed creating extra submit button
|
|
89
|
+
- FIO-8908: Fix error message appears when saving not fully filled conditionals tab
|
|
90
|
+
- FIO-8951: Updated conditions for selectData and added logic to clear selectData
|
|
91
|
+
- FIO-8556: Test coverage metrics
|
|
92
|
+
- FIO-9010: tighten up multivalue normalization by covering 'any' type models
|
|
93
|
+
- FIO-9010 fixed disappearance of components inside Columns after editing
|
|
94
|
+
- FIO-8991: fixed an issue where select value (when it is array with numbers) does not display in submission grid
|
|
95
|
+
- Fixed an issue where the 'root' may be the component that does not have a getComponent method
|
|
96
|
+
- FIO-8920 fixed errors list for the form with nested wizard
|
|
97
|
+
- FIO-8914: fixed an issue where errors list doesnot appear when submitting a PDF form
|
|
98
|
+
- FIO-8990: fixed incorrect moment export
|
|
99
|
+
- FIO-7778: validation link does not open modal
|
|
100
|
+
- FIO-8900-8899: made only 2 operators available for address component in conditionals ui and fixed setting an empty value for address
|
|
101
|
+
- FIO-8914: fixed an issue where select url does not work properly when url value has whitespaces at the end
|
|
102
|
+
- FIO-8970 resolved failing test
|
|
103
|
+
- FIO-8921: fixed an issue where newly created PDF-form cannot be saved in builder after adding some components in it
|
|
104
|
+
- FIO-8866-8864: fixed simple conditions operators for recaptcha
|
|
105
|
+
- FIO-9158: fixed an issue where Password component error message persists to displayed in Edit page
|
|
106
|
+
- FIO-9126: fixed display of value for Day component with hidden fields
|
|
80
107
|
|
|
81
108
|
### New Features
|
|
82
109
|
|