@hievilmath/browser-formidavim 1.8.7 → 1.8.9
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 +60 -12
- package/index.js +315 -315
- package/index.mjs +25016 -23743
- package/lib/components/inputs/TitrationCustomUnits.d.ts +2 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -2,46 +2,63 @@
|
|
|
2
2
|
|
|
3
3
|
Quick notes about changes made to this package for each version.
|
|
4
4
|
|
|
5
|
+
## Version 1.8.9
|
|
6
|
+
|
|
7
|
+
- CM-2774 Added out of range warning for the custom dosing component
|
|
8
|
+
|
|
9
|
+
## Version 1.8.8
|
|
10
|
+
|
|
11
|
+
- CM-2774 Attempt to fix subscription text not appearing on confirmation page
|
|
12
|
+
|
|
5
13
|
## Version 1.8.7
|
|
14
|
+
|
|
6
15
|
- CM-2707 Added link styles to small text component
|
|
7
16
|
- Fix bug with subscription trial periods on checkout confirmation page
|
|
8
17
|
- CM-2781 Modify pipeline to not loop flows in same session if the submissions are expired.
|
|
9
18
|
|
|
10
19
|
## Version 1.8.6
|
|
11
|
-
|
|
20
|
+
|
|
21
|
+
- Fix bug with fallback screen presenting when empty patient profile.
|
|
12
22
|
|
|
13
23
|
## Version 1.8.5
|
|
24
|
+
|
|
14
25
|
- Pipeline and Flow expiration_days integration
|
|
15
26
|
- Add Flow metadata to Formidavim chrome extension
|
|
16
27
|
|
|
17
28
|
## Version 1.8.4
|
|
29
|
+
|
|
18
30
|
- Checkout component refactor
|
|
19
31
|
- Checkout component - allow for subscription trial periods
|
|
20
32
|
|
|
21
33
|
## Version 1.8.3
|
|
34
|
+
|
|
22
35
|
- Custom Titration input - refresh component on data change.
|
|
23
36
|
|
|
24
37
|
## Version 1.8.2
|
|
38
|
+
|
|
25
39
|
- Rework jsonata template format for increated accuracy
|
|
26
40
|
- Custom dosing input now saves as number of units instead of 'xx mg'
|
|
27
41
|
- Allow jsonata input as prop for dropdown component.
|
|
28
42
|
|
|
29
43
|
## Version 1.8.1
|
|
44
|
+
|
|
30
45
|
- Added scrolling to error in checkout component
|
|
31
46
|
- Fix styling and navigation for checkout component
|
|
32
47
|
|
|
33
|
-
## Version 1.8.0
|
|
48
|
+
## Version 1.8.0
|
|
49
|
+
|
|
34
50
|
- Added woovim checkout component
|
|
35
|
-
- Added global loader
|
|
51
|
+
- Added global loader
|
|
36
52
|
- Added next button override hook
|
|
37
53
|
|
|
38
|
-
|
|
39
54
|
## Version 1.7.1
|
|
55
|
+
|
|
40
56
|
- Update email component to update patient profile value (in memory) instead of just flow value
|
|
41
57
|
|
|
42
58
|
---
|
|
43
59
|
|
|
44
60
|
## Version 1.7.0
|
|
61
|
+
|
|
45
62
|
- Add min/max validation to number input
|
|
46
63
|
- Add minDigit/MaxDigit and validation to number input
|
|
47
64
|
- Vouched component release
|
|
@@ -49,92 +66,109 @@ Quick notes about changes made to this package for each version.
|
|
|
49
66
|
---
|
|
50
67
|
|
|
51
68
|
## Version 1.6.2
|
|
69
|
+
|
|
52
70
|
- Rework formidavim rendering initialization to prevent infinite loops.
|
|
53
71
|
|
|
54
72
|
---
|
|
55
73
|
|
|
56
74
|
## Version 1.6.1
|
|
75
|
+
|
|
57
76
|
- Video component - add preload metadata prop.
|
|
58
77
|
|
|
59
78
|
---
|
|
60
79
|
|
|
61
80
|
## Version 1.6.0
|
|
81
|
+
|
|
62
82
|
- Remove isLoading return null to prevent infitinite rendering loop
|
|
63
83
|
- No longer initialize all flow input values on flow init - now added on component render.
|
|
64
84
|
|
|
65
85
|
---
|
|
66
86
|
|
|
67
87
|
## Version 1.5.10
|
|
88
|
+
|
|
68
89
|
- Remove file type component from cio event submissions - related to DL
|
|
69
90
|
|
|
70
91
|
---
|
|
71
92
|
|
|
72
93
|
## Version 1.5.9
|
|
94
|
+
|
|
73
95
|
- Reverting 1.5.7
|
|
74
96
|
|
|
75
97
|
---
|
|
76
98
|
|
|
77
99
|
## Version 1.5.8
|
|
100
|
+
|
|
78
101
|
- Fix add form data to form completed onsubmit event - for FE cio events
|
|
79
102
|
- Add form values to form completed and onnext events
|
|
80
103
|
|
|
81
104
|
---
|
|
82
105
|
|
|
83
106
|
## Version 1.5.7
|
|
107
|
+
|
|
84
108
|
- Prevent mobile keyboard from appearing on datepicker input
|
|
85
109
|
|
|
86
110
|
---
|
|
87
111
|
|
|
88
112
|
## Version 1.5.6
|
|
89
|
-
|
|
113
|
+
|
|
114
|
+
- Phone formatting CHAOS. Now just reset the input if a user deletes a digit.
|
|
90
115
|
|
|
91
116
|
---
|
|
92
117
|
|
|
93
118
|
## Version 1.5.5
|
|
119
|
+
|
|
94
120
|
- Fix phone form radio input resetting phone validation
|
|
95
121
|
- Fix phone form radio input formatting when starting with 1
|
|
96
122
|
|
|
97
123
|
---
|
|
98
124
|
|
|
99
125
|
## Version 1.5.4
|
|
126
|
+
|
|
100
127
|
- Change phone component to add error if duplicate
|
|
101
128
|
|
|
102
129
|
---
|
|
103
130
|
|
|
104
131
|
## Version 1.5.3
|
|
132
|
+
|
|
105
133
|
- Reapply 1.5.1 analytic events actions
|
|
106
134
|
|
|
107
135
|
---
|
|
108
136
|
|
|
109
137
|
## Version 1.5.2
|
|
138
|
+
|
|
110
139
|
- Add generic cookie component
|
|
111
140
|
|
|
112
141
|
---
|
|
113
142
|
|
|
114
143
|
## Version 1.5.1
|
|
144
|
+
|
|
115
145
|
- removing work from line below:
|
|
116
146
|
- Add pipeline, flow, form, formdata to important formidavim events to be consumed in the FE app.
|
|
117
147
|
|
|
118
148
|
---
|
|
119
149
|
|
|
120
150
|
## Version 1.5.0
|
|
151
|
+
|
|
121
152
|
- Add pipeline, flow, form, formdata to important formidavim events to be consumed in the FE app.
|
|
122
153
|
- Add Google analytics cookie component - Adds specific data to form submission
|
|
123
154
|
|
|
124
155
|
---
|
|
125
156
|
|
|
126
157
|
## Version 1.4.40
|
|
158
|
+
|
|
127
159
|
- Version before this was bug testing for release
|
|
128
160
|
|
|
129
161
|
---
|
|
130
162
|
|
|
131
163
|
## Version 1.4.32
|
|
164
|
+
|
|
132
165
|
- Change hidden input to use setFlowAndPatientValue instead of setFlowValue
|
|
133
166
|
- Modify Address component style
|
|
134
167
|
|
|
135
168
|
---
|
|
136
169
|
|
|
137
170
|
## Version 1.4.30
|
|
171
|
+
|
|
138
172
|
- Move hipaa error message
|
|
139
173
|
- Fix input autocomplete
|
|
140
174
|
- Fix address input validation
|
|
@@ -142,16 +176,19 @@ Quick notes about changes made to this package for each version.
|
|
|
142
176
|
---
|
|
143
177
|
|
|
144
178
|
## Version 1.4.20 - 28
|
|
179
|
+
|
|
145
180
|
- Testing pipeline rendering optimizations.
|
|
146
181
|
|
|
147
182
|
---
|
|
148
183
|
|
|
149
184
|
## Version 1.4.19
|
|
185
|
+
|
|
150
186
|
- Adjusted phone number formatting to +1(999)-999-9999 - Hotfix
|
|
151
187
|
|
|
152
188
|
---
|
|
153
189
|
|
|
154
190
|
## Version 1.4.18
|
|
191
|
+
|
|
155
192
|
- Adjusted phone number formatting to +1(999)-999-9999
|
|
156
193
|
- Address component styling
|
|
157
194
|
- update pipeline events to allow FE funciton for tracking pipeline status.
|
|
@@ -159,32 +196,38 @@ Quick notes about changes made to this package for each version.
|
|
|
159
196
|
---
|
|
160
197
|
|
|
161
198
|
## Version 1.4.17
|
|
199
|
+
|
|
162
200
|
- Attempt to fix issue with previnting flow from loading when a pipeline is loading
|
|
163
201
|
- reset flow inputValues store when navigation flows in a pipeline
|
|
164
202
|
|
|
165
203
|
---
|
|
166
204
|
|
|
167
205
|
## Version 1.4.16
|
|
206
|
+
|
|
168
207
|
- Update to hipaa component styling
|
|
169
208
|
|
|
170
209
|
---
|
|
171
210
|
|
|
172
211
|
## Version 1.4.15
|
|
212
|
+
|
|
173
213
|
- Update Flow - DataRenderer to wrap submit function in another function to be compatable with pipelines renderer
|
|
174
214
|
|
|
175
215
|
---
|
|
176
216
|
|
|
177
217
|
## Version 1.4.14
|
|
218
|
+
|
|
178
219
|
- Fix pipeline condition evaluator evalutating data at the correct level in patient profile AGAIN
|
|
179
220
|
|
|
180
221
|
---
|
|
181
222
|
|
|
182
223
|
## Version 1.4.13
|
|
224
|
+
|
|
183
225
|
- Fix pipeline condition evaluator evalutating data at the correct level in patient profile
|
|
184
226
|
|
|
185
227
|
---
|
|
186
228
|
|
|
187
229
|
## Version 1.4.12
|
|
230
|
+
|
|
188
231
|
- Add flow and form to flowSlice. Currently will use in admin preview.
|
|
189
232
|
- Rework onpipelineinit and onflowinit
|
|
190
233
|
- Rework pipeline submission to send and render next correctly
|
|
@@ -196,6 +239,7 @@ Quick notes about changes made to this package for each version.
|
|
|
196
239
|
---
|
|
197
240
|
|
|
198
241
|
## Version 1.4.11
|
|
242
|
+
|
|
199
243
|
- Update OTP auth token
|
|
200
244
|
- Formidavim File Input
|
|
201
245
|
- HR style update, link styling fix
|
|
@@ -203,28 +247,32 @@ Quick notes about changes made to this package for each version.
|
|
|
203
247
|
---
|
|
204
248
|
|
|
205
249
|
## Version 1.4.10
|
|
250
|
+
|
|
206
251
|
- Fix pipeline rendering from flow submission data.
|
|
207
252
|
- Reset flow active step when changing flows.
|
|
208
253
|
|
|
209
254
|
---
|
|
210
255
|
|
|
211
256
|
## Version 1.4.9
|
|
257
|
+
|
|
212
258
|
- Added duplicate user validation checks on email and phone inputs
|
|
213
259
|
- Added hidden input component for storing hidden form values/properties
|
|
214
260
|
|
|
215
261
|
---
|
|
216
262
|
|
|
217
263
|
## Version 1.4.8
|
|
218
|
-
|
|
264
|
+
|
|
265
|
+
- Update the required prop in some components. It comes in as a string instead of a boolean. Needs to be Fixed to be a forced bool type in the future, but the existing data would required updating.
|
|
219
266
|
- Fix condition evaluator `contains` to work with arrays
|
|
220
|
-
- Modify patient profile in preview.
|
|
221
|
-
- patient store default user id = null.
|
|
222
|
-
- Add Flow|Pipeline type prop to datafetcher.
|
|
267
|
+
- Modify patient profile in preview.
|
|
268
|
+
- patient store default user id = null.
|
|
269
|
+
- Add Flow|Pipeline type prop to datafetcher.
|
|
223
270
|
|
|
224
271
|
---
|
|
225
272
|
|
|
226
273
|
## Version 1.4.7
|
|
227
|
-
|
|
274
|
+
|
|
275
|
+
- _Add your notes here when you bump to the next version_
|
|
228
276
|
|
|
229
277
|
---
|
|
230
278
|
|
|
@@ -233,10 +281,10 @@ Quick notes about changes made to this package for each version.
|
|
|
233
281
|
```
|
|
234
282
|
## Version X.X.X (Date: YYYY-MM-DD)
|
|
235
283
|
- What you changed
|
|
236
|
-
- What you added
|
|
284
|
+
- What you added
|
|
237
285
|
- What you fixed
|
|
238
286
|
- Any breaking changes
|
|
239
287
|
- Any important notes
|
|
240
288
|
```
|
|
241
289
|
|
|
242
|
-
---
|
|
290
|
+
---
|