@hievilmath/browser-formidavim 1.4.27 → 1.4.29

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.
Files changed (4) hide show
  1. package/README.md +8 -2
  2. package/index.js +247 -247
  3. package/index.mjs +1269 -1264
  4. package/package.json +1 -1
package/README.md CHANGED
@@ -2,7 +2,13 @@
2
2
 
3
3
  Quick notes about changes made to this package for each version.
4
4
 
5
- ## Version 1.4.20 - 27
5
+ ## Version 1.4.29
6
+ - Move hipaa error message
7
+ - Fix address autocomplete
8
+
9
+ ---
10
+
11
+ ## Version 1.4.20 - 28
6
12
  - Testing pipeline rendering optimizations.
7
13
 
8
14
  ---
@@ -15,7 +21,7 @@ Quick notes about changes made to this package for each version.
15
21
  ## Version 1.4.18
16
22
  - Adjusted phone number formatting to +1(999)-999-9999
17
23
  - Address component styling
18
- - update pipeline events to allow FE funciton for tracking pipeline status.
24
+ - update pipeline events to allow FE funciton for tracking pipeline status.
19
25
 
20
26
  ---
21
27