@lightspeed/crane 3.4.4-rc.4 → 3.4.5-rc.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 +17 -1
- package/dist/cli.mjs +29 -29
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,14 +1,30 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 3.4.5 - 2026-06-04
|
|
4
|
+
|
|
5
|
+
### Added
|
|
6
|
+
|
|
7
|
+
- Support all types for Button and Menu content setting
|
|
8
|
+
|
|
9
|
+
### Changed
|
|
10
|
+
|
|
11
|
+
- Updated dependencies
|
|
12
|
+
- @lightspeed/crane-api@2.4.1
|
|
13
|
+
|
|
3
14
|
## 3.4.4 - 2026-06-03
|
|
4
15
|
|
|
16
|
+
### Added
|
|
17
|
+
|
|
18
|
+
- Add new storefront design settings for product custom layout
|
|
19
|
+
|
|
5
20
|
### Changed
|
|
6
21
|
|
|
7
22
|
- Updated dependencies
|
|
8
|
-
- @lightspeed/crane-api@2.
|
|
23
|
+
- @lightspeed/crane-api@2.4.0
|
|
9
24
|
|
|
10
25
|
### Fixed
|
|
11
26
|
|
|
27
|
+
- Preserve visible defaults when transforming text, image, and logo design layout overrides.
|
|
12
28
|
- Support nested DECK defaults in showcase configuration; validate nested deck card setting keys recursively.
|
|
13
29
|
|
|
14
30
|
## 3.4.3 - 2026-05-21
|