@hievilmath/browser-formidavim 1.4.17 → 1.4.18
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 +265 -244
- package/index.mjs +1872 -1846
- package/lib/components/PipelineProcessor.d.ts +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,6 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
Quick notes about changes made to this package for each version.
|
|
4
4
|
|
|
5
|
+
## Version 1.4.18
|
|
6
|
+
- Adjusted phone number formatting to +1(999)-999-9999
|
|
7
|
+
- Address component styling
|
|
8
|
+
- update pipeline events to allow FE funciton for tracking pipeline status.
|
|
9
|
+
|
|
5
10
|
---
|
|
6
11
|
|
|
7
12
|
## Version 1.4.17
|
|
@@ -10,6 +15,11 @@ Quick notes about changes made to this package for each version.
|
|
|
10
15
|
|
|
11
16
|
---
|
|
12
17
|
|
|
18
|
+
## Version 1.4.16
|
|
19
|
+
- Update to hipaa component styling
|
|
20
|
+
|
|
21
|
+
---
|
|
22
|
+
|
|
13
23
|
## Version 1.4.15
|
|
14
24
|
- Update Flow - DataRenderer to wrap submit function in another function to be compatable with pipelines renderer
|
|
15
25
|
|