@canva/cli 1.4.0 → 1.5.1

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,25 @@
1
1
  # Changelog
2
2
 
3
+ ## v1.5.1 - 2025-10-16
4
+
5
+ ### Fixed
6
+
7
+ - Updated `react` dependencies to use ^ (compatible with) across all templates to reduce the impact of `@canva package` updates with react peer dependencies.
8
+
9
+ ## v1.5.0 - 2025-10-15
10
+
11
+ ### Changed
12
+
13
+ - Update `testRegex` in jest config to include `__tests__`
14
+ - Updated @canva/app-ui-kit to 5.1.0 and React to 19.2.0.
15
+ - Upgraded @canva/app-eslint-plugin to 1.0.0-beta.7.
16
+ - Updated `@canva/design` from `2.7.2` to `2.7.3` across templates.
17
+
18
+ ### Fixed
19
+
20
+ - Minor improvements to the Data Connector README.
21
+ - Fixed a bug that causes app build to break when `BACKEND_HOST` is undefined.
22
+
3
23
  ## v1.4.0 - 2025-10-09
4
24
 
5
25
  ### Added