Skip to content

Commit e44cd9e

Browse files
authored
Merge pull request #226 from AdobeXD/xd-32-docs
Xd 32 docs
2 parents 7f63665 + bf72237 commit e44cd9e

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed

changes.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
XD Release 32.0.12 (August 2020)
4+
-------------------------------------
5+
6+
### New feature
7+
* **Multiple Flows** -- Designers can now author multiple prototype or interaction flows in a single document. For any document that includes multiple flow support the
8+
[HomeArtboard](./reference/interactions.md#module_interactions-homeArtboard) API will return the most upper left artboard and [isHomeArtBoard](./reference/scenegraph.md#Artboard-isHomeArtBoard) will only return `true` for the most upper left artboard.
9+
10+
311
XD Release 30.0.12 (June 2020)
412
-------------------------------------
513

reference/interactions.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,10 @@ Animation style with which `"goToArtboard"` and `"overlay"` actions transition f
177177
### *interactions.homeArtboard : <code>?Artboard</code>*
178178
The starting Artboard seen when the interactive prototype is launched.
179179

180+
**Since**: XD 32
181+
182+
In case there are multiple interactive prototype experiences (flows), implying multiple home artboards, this API only returns the top-left artboard among all of those home artboards.
183+
180184
**Kind**: static property of [<code>interactions</code>](#module_interactions)
181185
**Read only**: true
182186

reference/scenegraph.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1409,6 +1409,10 @@ Note: currently, this API excludes any applicable keyboard/gamepad interactions.
14091409

14101410
True if this is the starting Artboard seen when the interactive prototype is launched.
14111411

1412+
**Since**: XD 32
1413+
1414+
In case there are multiple interactive prototype experiences (flows), implying multiple home artboards, this API returns true only for the top-left artboard among all of those home artboards.
1415+
14121416
**Kind**: instance property of [<code>Artboard</code>](#Artboard)
14131417
**Read only**: true
14141418
**See**: [interactions.homeArtboard](./interactions.md#module_interactions-homeArtboard)

0 commit comments

Comments
 (0)