@spiffcommerce/core 40.1.1 → 40.2.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/CHANGELOG.md CHANGED
@@ -14,6 +14,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14
14
  - `Fixed` for any bug fixes.
15
15
  - `Security` in case of vulnerabilities.
16
16
 
17
+ ## [40.2.0] - 23-03-2026
18
+
19
+ ## Fixed
20
+
21
+ - Corrected a number of instances where lazy-loaded options were unintentionally not being used.
22
+
23
+ ### Changed
24
+
25
+ - The Question step handle method `getDisplayType` now returns a promise to account for the changes to option lazy loading.
26
+
17
27
  ## [40.1.0] - 19-03-2026
18
28
 
19
29
  ### Changed