@hievilmath/browser-formidavim 1.4.40 → 1.5.1
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 +17 -0
- package/index.js +60 -60
- package/index.mjs +1996 -1954
- package/lib/components/inputs/GAClientId.d.ts +16 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,6 +2,23 @@
|
|
|
2
2
|
|
|
3
3
|
Quick notes about changes made to this package for each version.
|
|
4
4
|
|
|
5
|
+
## Version 1.5.1
|
|
6
|
+
- removing work from line below:
|
|
7
|
+
- Add pipeline, flow, form, formdata to important formidavim events to be consumed in the FE app.
|
|
8
|
+
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
## Version 1.5.0
|
|
12
|
+
- Add pipeline, flow, form, formdata to important formidavim events to be consumed in the FE app.
|
|
13
|
+
- Add Google analytics cookie component - Adds specific data to form submission
|
|
14
|
+
|
|
15
|
+
---
|
|
16
|
+
|
|
17
|
+
## Version 1.4.40
|
|
18
|
+
- Version before this was bug testing for release
|
|
19
|
+
|
|
20
|
+
---
|
|
21
|
+
|
|
5
22
|
## Version 1.4.32
|
|
6
23
|
- Change hidden input to use setFlowAndPatientValue instead of setFlowValue
|
|
7
24
|
- Modify Address component style
|