@canva/cli 2.0.1 → 2.0.2
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 +15 -0
- package/cli.js +427 -422
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## v2.0.2 - 2026-05-06
|
|
4
|
+
|
|
5
|
+
### Fixed
|
|
6
|
+
|
|
7
|
+
- Fixed the `Read Canva App UI Kit Page` MCP tool losing valid prop values for components with overloaded signatures (e.g. `Button`'s `size` and `icon` props).
|
|
8
|
+
|
|
9
|
+
### Security
|
|
10
|
+
|
|
11
|
+
- Dependencies audit bringing modules up to date:
|
|
12
|
+
|
|
13
|
+
```text
|
|
14
|
+
diff 8.0.3 -> 8.0.4
|
|
15
|
+
tar 7.5.11 -> 7.5.13
|
|
16
|
+
```
|
|
17
|
+
|
|
3
18
|
## v2.0.1 - 2026-04-29
|
|
4
19
|
|
|
5
20
|
### Fixed
|