Skip to content

Commit 37177c8

Browse files
committed
Updated changelog to point out Editor API updates
1 parent 1db686d commit 37177c8

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

src/pages/references/changelog.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,25 @@ keywords:
1313
- Add-on Manifest
1414
- AddOnSdk
1515
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.
1717
contributors:
1818
- https://github.com/hollyschinsky
1919
---
2020

2121
# Changelog
2222

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+
<InlineAlert slots="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+
2335
## 2023-09-19
2436
### Added
2537
- New [iframe Sandbox Context guide](../guides/develop/context.md) with details on the new `subdomain` support and CORS handling.

0 commit comments

Comments
 (0)