@canva/cli 1.12.0 → 1.13.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,24 @@
1
1
  # Changelog
2
2
 
3
+ ## v1.13.0 - 2026-01-07
4
+
5
+ ### Added
6
+
7
+ - Added `apps link` command to connect a project directory to a Canva app by setting the required ENV variables.
8
+ - Update doctor command to also check for newly released `@canva/app-middleware` package.
9
+
10
+ ### Changed
11
+
12
+ - Cleanup unnecessary `utils` alias in the generated template webpack config.
13
+ - Upgraded `@canva/user` to `2.1.2`.
14
+ - Upgraded `@canva/app-ui-kit` to `5.4.0`.
15
+ - Upgraded `react` and `react-dom` to `19.2.3`.
16
+ - Upgraded `@canva/asset` to `2.3.0`.
17
+
18
+ ### Fixed
19
+
20
+ - Fixed `canva apps list` command not loading any more than 25 apps.
21
+
3
22
  ## v1.12.0 - 2025-12-15
4
23
 
5
24
  ### Added
package/README.md CHANGED
@@ -374,6 +374,17 @@ Report on the status and validity of the [canva-app.json](https://www.canva.dev/
374
374
  canva apps config status
375
375
  ```
376
376
 
377
+ ##### link
378
+
379
+ Link your local project to an existing Canva app by updating the .env file
380
+
381
+ ```shell
382
+ canva apps link
383
+ ```
384
+
385
+ - **Flags**:
386
+ - `--appId`: Specifies an App ID to select.
387
+
377
388
  #### logout
378
389
 
379
390
  Log out and revoke Canva CLI access.