@hievilmath/browser-formidavim 1.8.6 → 1.8.7
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 +5 -0
- package/index.js +128 -109
- package/index.mjs +4024 -3994
- 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.8.7
|
|
6
|
+
- CM-2707 Added link styles to small text component
|
|
7
|
+
- Fix bug with subscription trial periods on checkout confirmation page
|
|
8
|
+
- CM-2781 Modify pipeline to not loop flows in same session if the submissions are expired.
|
|
9
|
+
|
|
5
10
|
## Version 1.8.6
|
|
6
11
|
- Fix bug with fallback screen presenting when empty patient profile.
|
|
7
12
|
|