@lightspeed/crane-api 2.0.0 → 2.2.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 CHANGED
@@ -1,5 +1,22 @@
1
1
  # Changelog
2
2
 
3
+ ## 2.2.0 - 2026-03-17
4
+
5
+ ### Added
6
+
7
+ - Add new 'ACCORDION' design editor type support.
8
+
9
+ ## 2.1.0 - 2026-03-12
10
+
11
+ ### Added
12
+
13
+ - Added `INFO` design editor type for displaying informational content with an optional CTA button
14
+ - Add automatic vue shim to build configuration.
15
+
16
+ ### Fixed
17
+
18
+ - Add language prefix to GO_TO_STORE and GO_TO_PAGE action links
19
+
3
20
  ## 2.0.0 - 2026-02-25
4
21
 
5
22
  ### Added