formbuilder-lhcforms 8.0.4 → 8.0.5

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
@@ -2,6 +2,10 @@
2
2
 
3
3
  This project follows [Semantic Versioning](http://semver.org/).
4
4
 
5
+ ## [8.0.5] 2022-12-05
6
+ ### Fixed
7
+ - Fix loading initial component when switched type from choice to decimal.
8
+
5
9
  ## [8.0.4] 2022-11-28
6
10
  ### Fixed
7
11
  - Fix placing cursor position in integer input when invalid character is typed.
@@ -42,7 +42,7 @@
42
42
  "type": "string",
43
43
  "title": "Data type",
44
44
  "widget": {
45
- "id": "type",
45
+ "id": "select",
46
46
  "labelPosition": "left",
47
47
  "labelWidthClass": "col-sm-2 pr-1",
48
48
  "controlWidthClass": "col-sm-10",
@@ -1 +1 @@
1
- {"version": "8.0.4"}
1
+ {"version": "8.0.5"}
@@ -26,6 +26,6 @@
26
26
  <script src="lforms/lib/elements/scripts.js"></script>
27
27
  <script src="lforms/lib/elements/main.js"></script>
28
28
  <script src="lforms/lib/fhir/lformsFHIRAll.min.js"></script>
29
- <script src="runtime.e3d955f506921cad.js" type="module"></script><script src="polyfills.896ec7ce0831df76.js" type="module"></script><script src="scripts.bd81be7f7835a416.js" defer></script><script src="main.2bc7dfb9e7776868.js" type="module"></script>
29
+ <script src="runtime.e3d955f506921cad.js" type="module"></script><script src="polyfills.896ec7ce0831df76.js" type="module"></script><script src="scripts.bd81be7f7835a416.js" defer></script><script src="main.9ef21ae1711e9aa3.js" type="module"></script>
30
30
 
31
31
  </body></html>