@canva/cli 1.0.1 → 1.1.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 ADDED
@@ -0,0 +1,41 @@
1
+ # Changelog
2
+
3
+ ## v1.1.0 - 2025-09-04
4
+
5
+ ### Added
6
+
7
+ - Added type exports for `generatePreviewUrl`.
8
+
9
+ ### Changed
10
+
11
+ - Updated `@modelcontextprotocol/sdk` dependency to `1.17.4`.
12
+ - Updated template READMEs to reflect the changes made to navigation structure in the developer portal.
13
+ - Updated `@canva/app-eslint-plugin` to `1.0.0-beta.5` across all templates.
14
+
15
+ ## v1.0.1 - 2025-08-25
16
+
17
+ ### Fixed
18
+
19
+ - Fixed a circular dependency issue in the `data_connector` and `gen_ai` templates causing the app not to load.
20
+ - A bug where the `gen_ai` template was not respecting the `canAcceptPayments` flag from the platform info.
21
+
22
+ ## v1.0.0 - 2025-08-21
23
+
24
+ ### Added
25
+
26
+ - Add a new `app config push|pull|status` command, to manage your app's Developer Portal manifest config locally.
27
+ - Add a new `canva bug` command to start the Github issue creation flow.
28
+ - Add `AGENTS.md` and `CLAUDE.md` support to CLI app creation process to provide instructions for AI agents such as Amp, Codex, Jules, etc...
29
+ - Add an extra step to the app creation process to allow for optional IDE config files to be added or not.
30
+
31
+ ```text
32
+ ? Select optional configs to add to your project: (Use space to toggle, arrow keys to navigate)
33
+ → [x] VS Code Settings - Add `.vscode` directory with editor settings and MCP setup
34
+ [x] Cursor AI Settings - Add `.cursor` directory with Cursor AI editor and MCP configuration
35
+ [x] AGENTS.md - Add AGENTS.md file with instructions for AI agents such as Amp, Codex, Jules, etc...
36
+ [ ] CLAUDE.md - Add CLAUDE.md file with instructions for Claude Code
37
+
38
+ ────────────────────────────────────────────────────────────
39
+ Continue (3 selected)
40
+ Selected: VS Code Settings, Cursor AI Settings, AGENTS.md
41
+ ```
package/README.md CHANGED
@@ -90,7 +90,7 @@ To create a new app:
90
90
 
91
91
  ### Step 3: Preview your app
92
92
 
93
- When your new app is ready, the Canva CLI automatically opens the [Developer Portal](https://www.canva.com/developers/apps) to your new app's Configuration page in your browser. You can then continue to preview and manage your new app.
93
+ When your new app is ready, the Canva CLI automatically opens the [Developer Portal](https://www.canva.com/developers/apps) to your new app's configuration page in your browser. You can then continue to preview and manage your new app.
94
94
 
95
95
  To preview your app:
96
96