@canva/cli 1.22.0 → 2.0.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 +16 -0
- package/cli.js +422 -420
- package/lib/cjs/index.cjs +2 -2
- package/lib/esm/index.mjs +2 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## v2.0.0 - 2026-04-21
|
|
4
|
+
|
|
5
|
+
### Removed
|
|
6
|
+
|
|
7
|
+
- Dropped support for Node.js 20. The minimum supported version is now Node.js 22.
|
|
8
|
+
|
|
9
|
+
### Changed
|
|
10
|
+
|
|
11
|
+
- Updated colorSurface token in the App UI Kit v5 migration to match current Canva behaviour.
|
|
12
|
+
|
|
13
|
+
## v1.23.0 - 2026-04-01
|
|
14
|
+
|
|
15
|
+
### Added
|
|
16
|
+
|
|
17
|
+
- Added new permission scope to read brand template data
|
|
18
|
+
|
|
3
19
|
## v1.22.0 - 2026-03-25
|
|
4
20
|
|
|
5
21
|
### Added
|