@hievilmath/browser-formidavim 1.8.5 → 1.8.6
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 +4 -0
- package/index.js +36 -36
- package/index.mjs +570 -570
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,8 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
Quick notes about changes made to this package for each version.
|
|
4
4
|
|
|
5
|
+
## Version 1.8.6
|
|
6
|
+
- Fix bug with fallback screen presenting when empty patient profile.
|
|
7
|
+
|
|
5
8
|
## Version 1.8.5
|
|
6
9
|
- Pipeline and Flow expiration_days integration
|
|
10
|
+
- Add Flow metadata to Formidavim chrome extension
|
|
7
11
|
|
|
8
12
|
## Version 1.8.4
|
|
9
13
|
- Checkout component refactor
|