@hievilmath/browser-formidavim 1.4.29 → 1.4.32

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 +9 -2
  2. package/index.js +254 -254
  3. package/index.mjs +3428 -3426
  4. package/package.json +1 -1
package/README.md CHANGED
@@ -2,9 +2,16 @@
2
2
 
3
3
  Quick notes about changes made to this package for each version.
4
4
 
5
- ## Version 1.4.29
5
+ ## Version 1.4.32
6
+ - Change hidden input to use setFlowAndPatientValue instead of setFlowValue
7
+ - Modify Address component style
8
+
9
+ ---
10
+
11
+ ## Version 1.4.30
6
12
  - Move hipaa error message
7
- - Fix address autocomplete
13
+ - Fix input autocomplete
14
+ - Fix address input validation
8
15
 
9
16
  ---
10
17