@lightspeed/crane-api 1.1.0 → 2.0.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
@@ -1,5 +1,36 @@
1
1
  # Changelog
2
2
 
3
+ ## 2.0.0 - 2026-02-25
4
+
5
+ ### Added
6
+
7
+ - Add optional factory methods to configuration files.
8
+ - Add missing properties support to 'TEXT' and 'LOGO' design editor defaults.
9
+ - Expand the layout icon validation schema to include additional slider icons.
10
+ - Add new types for Section Collection.
11
+ - Add tileId support to Vue base props.
12
+ - Add linkTarget support for 'HYPER_LINK' type action links.
13
+ - Add subcategory support for store category action on link.
14
+
15
+ ### Changed
16
+
17
+ - Update input configuration file types for sections and templates.
18
+ - Disallow overriding `maxProducts`/`maxCategories` via showcase files for 'PRODUCT_SELECTOR' and 'CATEGORY_SELECTOR' types.
19
+ - Update type inference to use Zod schemas.
20
+
21
+ ### Fixed
22
+
23
+ - Fix 'NAVIGATION_MENU' configuration type's handling of custom pages.
24
+ - Fix display of uncategorized products in 'PRODUCT_SELECTOR' type.
25
+ - Fix undefined perform action for category, page and nested items in 'NAVIGATION_MENU' configuration type.
26
+ - Update Product Selector filtering to evaluate all category IDs, not just the default category.
27
+
28
+ ## 1.1.1 - 2026-01-14
29
+
30
+ ### Added
31
+
32
+ - Enable the Category and Product selectors to accept an externalContent parameter, which is required to support integration with the Deck content editor.
33
+
3
34
  ## 1.1.0 - 2026-01-07
4
35
 
5
36
  ### Added