@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 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.8.13
5
+ ## Version 1.9.0
6
6
 
7
- - Bug fix - dosing input - reevaluate out of bounds warning when rerendering the component.
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 properts in admin ui
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