@lightspeed/crane-api 2.2.1 → 2.3.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,36 @@
1
1
  # Changelog
2
2
 
3
+ ## 2.3.1 - 2026-05-11
4
+
5
+ ### Added
6
+
7
+ - Add `OverlayType` enum.
8
+
9
+ ### Fixed
10
+
11
+ - Correct design data interface types after global resolution: color uses Color, font uses string, size uses number.
12
+ - Prevent malformed global font references from crashing design rendering.
13
+ - Make the `borderInfo` property optional for image content settings.
14
+ - Treat empty textarea content as missing when computing `hasContent`
15
+
16
+ ## 2.3.0 - 2026-04-20
17
+
18
+ ### Added
19
+
20
+ - Add Custom content/design support for storefront custom pages
21
+ - Add factory functions for collections.
22
+ - Accept optional `description` in `design.colorPicker()`.
23
+ - Add nested DECK settings support
24
+
25
+ ### Changed
26
+
27
+ - Add 'iconSvg' to the 'MadeWith' type.
28
+
29
+ ### Fixed
30
+
31
+ - Update accordion design editor factory to support info section items.
32
+ - Fix empty design defaults for selectbox and toggle.
33
+
3
34
  ## 2.2.1 - 2026-03-17
4
35
 
5
36
  ### Added