You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/pages/references/changelog.md
+13-1
Original file line number
Diff line number
Diff line change
@@ -13,13 +13,25 @@ keywords:
13
13
- Add-on Manifest
14
14
- AddOnSdk
15
15
title: Changelog
16
-
description: This is the changelog page
16
+
description: Contains a running log of changes to the add-on documentation, SDK, CLI, etc.
17
17
contributors:
18
18
- https://github.com/hollyschinsky
19
19
---
20
20
21
21
# Changelog
22
22
23
+
## 2023-09-25
24
+
### Updates
25
+
The [Editor API references](https://developer.adobe.com/express-add-on-apis/docs/api/classes/Editor/) have been updated with additional descriptions and details as well as some new an modified APIs:
26
+
27
+
- Artboard now has a single fill only. **Note:** it's possible that all node types will move to this model in the near future.
28
+
- The `name` property is now only available on `PageNode`, not all node types.
29
+
- New `Node.locked` & `Context.selectionIncludingNonEditable` properties were added for the locking feature that recently shipped in Express.
30
+
31
+
<InlineAlertslots="text"variant="info"/>
32
+
33
+
If you're using the experimental Editor APIs in any add-ons currently, we encourage you to check the specific methods and objects you're using in these [updated references](https://developer.adobe.com/express-add-on-apis/docs/api/classes/Editor/) to discover anything new or changed.
34
+
23
35
## 2023-09-19
24
36
### Added
25
37
- New [iframe Sandbox Context guide](../guides/develop/context.md) with details on the new `subdomain` support and CORS handling.
0 commit comments