@lightspeed/crane 2.0.2 → 2.0.4

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,30 @@
1
1
  # Changelog
2
2
 
3
+ ## 2.0.4 - 2026-01-07
4
+
5
+ ### Added
6
+
7
+ - Fetch the local content configuration for Instant Site in 'preview' mode.
8
+ - Add support for initialising, building and deploying custom template pages.
9
+
10
+ ### Changed
11
+
12
+ - Updated dependencies
13
+ - @lightspeed/crane-api@1.1.0
14
+
15
+ ### Fixed
16
+
17
+ - Fix object transformation immutability during the 'deploy' process.
18
+ - Fix faulty configuration amongst reference custom sections, headers and footers.
19
+ - Overwrite the preview folder files to automatically enable new preview capabilities for older apps.
20
+
21
+ ## 2.0.3 - 2025-12-17
22
+
23
+ ### Fixed
24
+
25
+ - Fix 'layoutIcon' property validation for custom sections' layout configuration file.
26
+ - Fix preview rendering error caused by updated `SELECTBOX` component.
27
+
3
28
  ## 2.0.2 - 2025-12-11
4
29
 
5
30
  ### Added