@hievilmath/browser-formidavim 1.4.8 → 1.4.10

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 ADDED
@@ -0,0 +1,44 @@
1
+ # @hievilmath/browser-formidavim Changelog
2
+
3
+ Quick notes about changes made to this package for each version.
4
+
5
+ ---
6
+
7
+ ## Version 1.4.10
8
+ - Fix pipeline rendering from flow submission data.
9
+ - Reset flow active step when changing flows.
10
+
11
+ ---
12
+
13
+ ## Version 1.4.9
14
+ - Added duplicate user validation checks on email and phone inputs
15
+ - Added hidden input component for storing hidden form values/properties
16
+
17
+ ---
18
+
19
+ ## Version 1.4.8
20
+ - Update the required prop in some components. It comes in as a string instead of a boolean. Needs to be Fixed to be a forced bool type in the future, but the existing data would required updating.
21
+ - Fix condition evaluator `contains` to work with arrays
22
+ - Modify patient profile in preview.
23
+ - patient store default user id = null.
24
+ - Add Flow|Pipeline type prop to datafetcher.
25
+
26
+ ---
27
+
28
+ ## Version 1.4.7
29
+ - *Add your notes here when you bump to the next version*
30
+
31
+ ---
32
+
33
+ ## Template for new versions:
34
+
35
+ ```
36
+ ## Version X.X.X (Date: YYYY-MM-DD)
37
+ - What you changed
38
+ - What you added
39
+ - What you fixed
40
+ - Any breaking changes
41
+ - Any important notes
42
+ ```
43
+
44
+ ---