@hievilmath/browser-formidavim 1.4.13 → 1.4.15
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 +10 -0
- package/index.js +63 -63
- package/index.mjs +1036 -1024
- package/lib/components/DataRenderer.d.ts +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,6 +4,16 @@ Quick notes about changes made to this package for each version.
|
|
|
4
4
|
|
|
5
5
|
---
|
|
6
6
|
|
|
7
|
+
## Version 1.4.15
|
|
8
|
+
- Update Flow - DataRenderer to wrap submit function in another function to be compatable with pipelines renderer
|
|
9
|
+
|
|
10
|
+
---
|
|
11
|
+
|
|
12
|
+
## Version 1.4.14
|
|
13
|
+
- Fix pipeline condition evaluator evalutating data at the correct level in patient profile AGAIN
|
|
14
|
+
|
|
15
|
+
---
|
|
16
|
+
|
|
7
17
|
## Version 1.4.13
|
|
8
18
|
- Fix pipeline condition evaluator evalutating data at the correct level in patient profile
|
|
9
19
|
|