@hievilmath/browser-formidavim 1.4.11 → 1.4.12
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 +11 -0
- package/index.js +377 -377
- package/index.mjs +12544 -12371
- package/lib/components/PipelineProcessor.d.ts +1 -1
- package/lib/components/Renderer.d.ts +1 -0
- package/lib/components/inputs/Address.d.ts +55 -0
- package/lib/components/visual/HipaaConsent.d.ts +1 -0
- package/lib/hooks/useFlowStore.d.ts +4 -0
- package/lib/state/slices/flow.slice.d.ts +16 -1
- package/lib/styled-components/layout.d.ts +4 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,6 +4,17 @@ Quick notes about changes made to this package for each version.
|
|
|
4
4
|
|
|
5
5
|
---
|
|
6
6
|
|
|
7
|
+
## Version 1.4.12
|
|
8
|
+
- Add flow and form to flowSlice. Currently will use in admin preview.
|
|
9
|
+
- Rework onpipelineinit and onflowinit
|
|
10
|
+
- Rework pipeline submission to send and render next correctly
|
|
11
|
+
- adjust styling for address suggestions
|
|
12
|
+
- hipaa secondary checkbox
|
|
13
|
+
- Fixed states with multiple words (North Dakota) on address input
|
|
14
|
+
- Fixed video controls to hide when controls is set to false
|
|
15
|
+
|
|
16
|
+
---
|
|
17
|
+
|
|
7
18
|
## Version 1.4.11
|
|
8
19
|
- Update OTP auth token
|
|
9
20
|
- Formidavim File Input
|