@lightspeed/crane 1.3.3 → 1.4.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,27 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.4.1 - 2025-10-23
4
+
5
+ ### Added
6
+
7
+ - Add support for extended ISO 639-1 language codes in the format of [ISO 639-1]\_[ISO 3166-1].
8
+ - Add `showcaseOverrides` support to custom header/footer inside multipage templates.
9
+
10
+ ### Changed
11
+
12
+ - Update version of several dependencies.
13
+
14
+ ## 1.4.0 - 2025-10-06
15
+
16
+ ### Changed
17
+
18
+ - Update CLI TypeScript type definitions to improve type safety, code organization, and maintainability.
19
+ - Update Local Preview to support external content mocking.
20
+
21
+ ### Fixed
22
+
23
+ - Fix Local Preview to correctly handle background colours in custom sections.
24
+
3
25
  ## 1.3.3 - 2025-09-23
4
26
 
5
27
  ### Added