@canva/cli 1.2.0 → 1.3.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 +12 -1
- package/cli.js +615 -629
- package/package.json +12 -4
- package/templates/base/package.json +9 -7
- package/templates/dam/package.json +8 -8
- package/templates/data_connector/package.json +7 -7
- package/templates/data_connector/src/components/inputs/search_filter.tsx +2 -1
- package/templates/data_connector/src/context/app_context.tsx +3 -2
- package/templates/data_connector/src/routes/protected_route.tsx +2 -1
- package/templates/gen_ai/package.json +7 -7
- package/templates/gen_ai/src/components/image_grid.tsx +3 -2
- package/templates/gen_ai/src/components/tests/remaining_credit.tests.tsx +2 -2
- package/templates/hello_world/package.json +7 -7
- package/templates/hello_world/src/tests/app.tests.tsx +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,17 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## v1.
|
|
3
|
+
## v1.3.0 - 2025-10-01
|
|
4
|
+
|
|
5
|
+
### Added
|
|
6
|
+
|
|
7
|
+
- Added a new apps migration for upgrading to App UI Kit v5 and React v19
|
|
8
|
+
|
|
9
|
+
### Changed
|
|
10
|
+
|
|
11
|
+
- Updated app templates to use App UI Kit v5 and React v19
|
|
12
|
+
- Updated to `ink` v6.3.1.
|
|
13
|
+
|
|
14
|
+
## v1.2.0 - 2025-09-14
|
|
4
15
|
|
|
5
16
|
### Added
|
|
6
17
|
|