@canva/cli 1.16.0 → 1.18.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,27 @@
1
1
  # Changelog
2
2
 
3
+ ## v1.18.0 - 2026-02-05
4
+
5
+ ### Changed
6
+
7
+ - Upgraded `@canva/intents` to `2.1.2`.
8
+
9
+ ## v1.17.0 - 2026-02-03
10
+
11
+ ### Added
12
+
13
+ - Added mocking for `@canva/intents` package in `jest.setup.ts` for each template.
14
+
15
+ ### Changed
16
+
17
+ - Template selection during `canva apps create` now wraps around when navigating with arrow keys
18
+ - Updated CLI templates to use `@canva/app-ui-kit` component props instead of CSS classes for layout styling.
19
+ - Upgraded `@canva/intents` to `2.1.0`.
20
+
21
+ ### Fixed
22
+
23
+ - Fixed an issue in the template for the Content Publisher intent.
24
+
3
25
  ## v1.16.0 - 2026-01-28
4
26
 
5
27
  ### Changed