@hievilmath/browser-formidavim 1.8.13 → 1.9.0
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 +10 -3
- package/index.js +419 -419
- package/index.mjs +18010 -17519
- package/lib/components/visual/Confetti.d.ts +13 -0
- package/lib/constants/components.d.ts +1 -0
- package/lib/hooks/useFlowStore.d.ts +370 -1
- package/lib/state/slices/patient.slice.d.ts +6 -0
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -2,13 +2,20 @@
|
|
|
2
2
|
|
|
3
3
|
Quick notes about changes made to this package for each version.
|
|
4
4
|
|
|
5
|
-
## Version 1.
|
|
5
|
+
## Version 1.9.0
|
|
6
6
|
|
|
7
|
-
-
|
|
7
|
+
- Remove default margin for hidden components
|
|
8
|
+
- Allow null values to be output from the Jsonata templateProcessor (previously converted to empty string)
|
|
9
|
+
- CM 2893 Add \_PatientProfileSnapshot to store at flow init. Allow jsonata expressions to reference.
|
|
10
|
+
- CM 2422 Proceed to next step in form by pressing Enter
|
|
11
|
+
|
|
12
|
+
## Version 1.8.14
|
|
13
|
+
|
|
14
|
+
- Update date component to reset and render with null value. revert 1.8.13
|
|
8
15
|
|
|
9
16
|
## Version 1.8.12
|
|
10
17
|
|
|
11
|
-
- Adjust list of reset
|
|
18
|
+
- Adjust list of reset properties in admin ui
|
|
12
19
|
- dosing custom select bug - fixed the last_dose resetting if revisiting form.
|
|
13
20
|
|
|
14
21
|
## Version 1.8.11
|