@lightspeed/crane-api 2.2.0 → 2.3.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 +24 -0
- package/dist/index.d.mts +3361 -1086
- package/dist/index.d.ts +3361 -1086
- package/dist/index.mjs +1 -1
- package/package.json +3 -3
- package/types.d.ts +2 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 2.3.0 - 2026-04-20
|
|
4
|
+
|
|
5
|
+
### Added
|
|
6
|
+
|
|
7
|
+
- Add Custom content/design support for storefront custom pages
|
|
8
|
+
- Add factory functions for collections.
|
|
9
|
+
- Accept optional `description` in `design.colorPicker()`.
|
|
10
|
+
- Add nested DECK settings support
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Add 'iconSvg' to the 'MadeWith' type.
|
|
15
|
+
|
|
16
|
+
### Fixed
|
|
17
|
+
|
|
18
|
+
- Update accordion design editor factory to support info section items.
|
|
19
|
+
- Fix empty design defaults for selectbox and toggle.
|
|
20
|
+
|
|
21
|
+
## 2.2.1 - 2026-03-17
|
|
22
|
+
|
|
23
|
+
### Added
|
|
24
|
+
|
|
25
|
+
- Expand the layout validation schema to include the `CTA_FULLWIDTH_NO_IMAGE` icon
|
|
26
|
+
|
|
3
27
|
## 2.2.0 - 2026-03-17
|
|
4
28
|
|
|
5
29
|
### Added
|