@hievilmath/browser-formidavim 1.9.0 → 1.9.2
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/README.md +9 -0
- package/index.js +448 -422
- package/index.mjs +33804 -27934
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -2,12 +2,21 @@
|
|
|
2
2
|
|
|
3
3
|
Quick notes about changes made to this package for each version.
|
|
4
4
|
|
|
5
|
+
## Version 1.9.2
|
|
6
|
+
|
|
7
|
+
- Update jsonata renderer and hidden component to output more types than only String. (Needing to output a number in a hidden component).
|
|
8
|
+
|
|
9
|
+
## Version 1.9.1
|
|
10
|
+
|
|
11
|
+
- Redirect bug fixing: Clear stale config when fetching new one.
|
|
12
|
+
|
|
5
13
|
## Version 1.9.0
|
|
6
14
|
|
|
7
15
|
- Remove default margin for hidden components
|
|
8
16
|
- Allow null values to be output from the Jsonata templateProcessor (previously converted to empty string)
|
|
9
17
|
- CM 2893 Add \_PatientProfileSnapshot to store at flow init. Allow jsonata expressions to reference.
|
|
10
18
|
- CM 2422 Proceed to next step in form by pressing Enter
|
|
19
|
+
- CM 2368 Added confetti component
|
|
11
20
|
|
|
12
21
|
## Version 1.8.14
|
|
13
22
|
|