@lightspeed/crane 3.1.0 → 3.2.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,29 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 3.2.1 - 2026-03-17
|
|
4
|
+
|
|
5
|
+
### Changed
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @lightspeed/crane-api@2.2.1
|
|
9
|
+
|
|
10
|
+
## 3.2.0 - 2026-03-17
|
|
11
|
+
|
|
12
|
+
### Added
|
|
13
|
+
|
|
14
|
+
- Add new 'ACCORDION' design editor type support.
|
|
15
|
+
- Add `layoutId` and `showcaseId` validation to their respective configuration files.
|
|
16
|
+
|
|
17
|
+
### Changed
|
|
18
|
+
|
|
19
|
+
- Use terser minifier for SSR builds to prevent variable name collisions with Lambda runtime globals
|
|
20
|
+
- Updated dependencies
|
|
21
|
+
- @lightspeed/crane-api@2.2.0
|
|
22
|
+
|
|
23
|
+
### Fixed
|
|
24
|
+
|
|
25
|
+
- Fix SSR rendering issues for Windows in 'preview' mode.
|
|
26
|
+
|
|
3
27
|
## 3.1.0 - 2026-03-12
|
|
4
28
|
|
|
5
29
|
### Added
|