@canva/design 2.8.1-alpha.1 → 2.8.1-beta.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 CHANGED
@@ -1,19 +1,31 @@
1
1
  # CHANGELOG
2
2
 
3
- ## 2.8.1-alpha.1 - 2026-04-22
3
+ ## 2.8.1-beta.0 - 2026-05-11
4
+
5
+ ### Changed
6
+
7
+ - Introduced a new property to DesignMetadata that lists all the dataset fields in the current document. These are fields that were tagged for bulk create or brand templates mapping, and are only available in FIXED designs. The list will come empty if no fields are available.
4
8
 
5
9
  ### Added
6
10
 
7
- - openDesign (Early-Preview): Added `helpers.timingFor(elementRef)` for element-bound timing access.
8
- - Introducing a new preview API method `applyTemplate` to apply a template to the current design.
11
+ - Introduce `trim` and `imageBox` optional properties on `VideoElement` to beta, enabling apps to control video playback timing (start/end points in seconds) and crop the visible portion of a video.
12
+
13
+ ## 2.7.6-beta.2 - 2026-02-01
9
14
 
10
- ### Fixed
15
+ ### Added
11
16
 
12
- - Fixed `ResetToDefault` import failing at runtime in the built package due to a path restructuring issue in the build.
13
- - Exported missing `Patch` type — previously referenced in `TimingAccessor.set()` but not importable from the package.
17
+ - Beta version of `getDesignMetadata` has been evolved to include `page type` and `page title` for supported page types.
14
18
 
15
- ## 2.8.1-alpha.0 - 2026-04-01
19
+ ## 2.7.6-beta.1 - 2026-01-18
16
20
 
17
21
  ### Added
18
22
 
19
- - Initial npm release of the `@canva/design` Early Preview package.
23
+ - Beta versions of `addElementAtPoint`, `initAppElement`, and `addPage` now support `trim` and `imageBox` on video elements.
24
+ - New API `publish.launch` to launch the content publisher
25
+ - New API `bulkCreate.launch` to open the Bulk Create experience with the Data Connector intent open.
26
+ - Added a CHANGELOG.md to track changes.
27
+ - New API `getDesignTemplateMetadata` in beta to return template metadata for a design that has used a template.
28
+
29
+ ## 2.7.6-beta.0 - 2025-11-12
30
+
31
+ - Initial changelog for the Preview Design SDK.