@hievilmath/browser-formidavim 1.9.0 → 1.9.1

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.
Files changed (4) hide show
  1. package/README.md +5 -0
  2. package/index.js +106 -106
  3. package/index.mjs +5998 -3779
  4. package/package.json +1 -1
package/README.md CHANGED
@@ -2,12 +2,17 @@
2
2
 
3
3
  Quick notes about changes made to this package for each version.
4
4
 
5
+ ## Version 1.9.1
6
+
7
+ - Redirect bug fixing: Clear stale config when fetching new one.
8
+
5
9
  ## Version 1.9.0
6
10
 
7
11
  - Remove default margin for hidden components
8
12
  - Allow null values to be output from the Jsonata templateProcessor (previously converted to empty string)
9
13
  - CM 2893 Add \_PatientProfileSnapshot to store at flow init. Allow jsonata expressions to reference.
10
14
  - CM 2422 Proceed to next step in form by pressing Enter
15
+ - CM 2368 Added confetti component
11
16
 
12
17
  ## Version 1.8.14
13
18