@formio/js 5.1.0-dev.6048.c77fe06 → 5.1.0-dev.6053.1bce8e0

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 CHANGED
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file
4
4
  The format is based on [Keep a Changelog](http://keepachangelog.com/)
5
5
  and this project adheres to [Semantic Versioning](http://semver.org/).
6
6
 
7
- ## [Unreleased: 5.1.0-rc.1]
7
+ ## [Unreleased: 5.2.0-rc.1]
8
8
  ### Changed
9
9
  - FIO-8270: panel component closing on logic event trigger
10
10
  - FIO-8575: Added ability to reload google maps library with correct API key
@@ -12,7 +12,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
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
14
  - 5.x - FIO-8426: changes required for eSignature
15
- -
16
15
  - FIO-8596: added the editGridEditRow and editGridOpenModal events for editGrid
17
16
  - FIO-7733 remove form min height
18
17
  - FIO-8414 | FIO-8403 | FIO-8389: Fixes 5x validations and conditionals for array data components
@@ -114,12 +113,147 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
114
113
  - FIO-9347: fixed select preview issue in form builder
115
114
  - FIO-8518: fixed adding checkbox with radio type to pdf design page
116
115
  - FIO-9418: Fixed the edit grid errors to show the outer error wrapper if any fields in the edit grid are invalid
116
+
117
+ - FIO-9532: fixed an issue where select components shows values instead of labels in email
118
+ - FIO-9758: fixed an issue where interpolated content data is not displayed in PDF download
119
+ - FIO-8548: Update choices.js to 11 version
120
+ - FIO-9569: Fixes an issue where Wizard will paste a copy of the current page instead of the copied one
121
+ - FIO-8409: added serverOverride setting for components
122
+ - Added test for FIO-9020
123
+ - FIO-8208: Ensure that all file uploads alter the request options before sending the fetch requests
117
124
 
118
- # Change Log
119
- All notable changes to this project will be documented in this file
125
+ ## 5.1.0-rc.26
126
+ ### Changed
127
+ - FIO-9721 Added Submit button as available trigger option of captcha inside Wizard
120
128
 
121
- The format is based on [Keep a Changelog](http://keepachangelog.com/)
122
- and this project adheres to [Semantic Versioning](http://semver.org/).
129
+ ## 5.1.0-rc.25
130
+ ### Changed
131
+ - FIO-9838: fix rendering an unknown component on the builder causing error
132
+ - FIO-9830 fixed captcha trigger for wizard
133
+ - 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
+ - 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
+ - FIO-9766: Fixing issues with conditionally hidden fields and state being stored…
149
+ - FIO-9811 fixed drag and drop for custom component
150
+ - 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
+ - FIO-9720 fixed typo
155
+
156
+ ## 5.1.0-rc.20
157
+ ### Changed
158
+ - Updated @formio/core@2.4.0-rc.11
159
+ - 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
+ - FIO-9751 updated modal edit window for components with hidden tabs on builder mode
165
+ - 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
+ - FIO-9640: Fix date components have wrong timezone in email
174
+ - FIO-9720 fixet trigger captcha component inside layout component
175
+ - FIO-9385 Preserve non-default widget settings after evaluating field logic
176
+
177
+ ## 5.1.0-rc.16
178
+ ### Changed
179
+ - 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
+ - Revert choices back to 10.2.1
192
+
193
+ ## 5.1.0-rc.12
194
+ ### Changed
195
+ - FIO-9620: update copy on Form component editForm
196
+
197
+ ## 5.1.0-rc.11
198
+ ### Changed
199
+ - Updated @formio/choices.js@11.0.3-rc.1
200
+ - FIO-9548:fixed setting of form._data for NestedDataComponent into forms with noDefaults option
201
+ - 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
+ - FIO-9511: fixed day min/max validation message
212
+
213
+ ## 5.1.0-rc.8
214
+ ### Changed
215
+ - FIO-9499 Component: Check if ref is instance of NodeList on detach
216
+
217
+ - FIO-9482 fixed setting Formio version
218
+
219
+ ## 5.1.0-rc.7
220
+ ### Changed
221
+ - FIO-9480: ensure parent references are stable before subform creation
222
+ - FIO-9527: Fixed address component with multiple values
223
+ - 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
+ - FIO-9552: Fixing the embed code to export the Formio construct
235
+
236
+ ## 5.1.0-rc.4
237
+ ### Changed
238
+ - 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
+ - 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
+ - 5.x - FIO-8426: changes required for eSignature
255
+ - Refactor the component path system to ensure we are always referencing the correct path.
256
+ - FIO-9312: fixed an issue where conditionals does not work well when there are several components with the same key/path
123
257
 
124
258
  ## 5.0.0
125
259
  ### Changed