@formio/js 5.0.0-dev.5734.79d4f47 → 5.0.0-dev.5739.0b95c46

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
@@ -34,6 +34,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
34
34
  - FIO-8627: Fixed the email table generation for nested array components
35
35
  - FIO-5748: Fixed preview not working correctly after hiding/showing it
36
36
  - FIO-8759: fixed validation for the default value component
37
+ - FIO-8765: fixed an issue where dataMap thows an error
38
+ - FIO-8783: Fixed the issue when validation messages disappear after collapse and expand the panel
39
+ - FIO-8072: Added conditional operators for select component with number data type
40
+ - FIO-8752: coerced keyboard actions to a boolean value
41
+ - FIO-8656: lazy load dragula
42
+ - FIO-8570: fixed thousandSeparator problem and decimal symbol problem
43
+ - FIO-8710: fixed incorrect Components import that causes errors when interacting with form components
44
+ - FIO-8801: fixed submission metadata nullish
45
+ - FIO-8809: fixed runtime error in setForm when passing string argument to Formio.builder
37
46
 
38
47
  ### New Features
39
48