Changelog

XD Release 48 (February 2022)

New API Features

XD Release 47 (January 2022)

New API Features

XD Release 45 (October 2021)

New API Features

XD Release 42 (July 2021)

New API Features

Other

XD Release 41.0.12 (June 2021)

New API Features

InnerShadow APIs

Note: AngularGradient may be a returned graphic fill type in XD 41. The APIs to support angular gradients are not yet available.

XD Release 40.0.22 (May 2021)

3D Transform APIs

Updated transform properties for 3D support

XD Release 38.0.32 (March 2021)

New API features

UXP 4.4.1.170

XD Release 37.0.32 (February 2021)

UXP 4.4.0.19

XD Release 36.0.32 (January 2021)

UXP 4.3.2.1

XD Release 35.0.12 (December 2020)

UXP 4.2.1.22

XD Release 34.0.12 (October 2020)

New feature

XD Release 33.0.12 (September 2020)

New API features

Read multiple flows

XD Release 32.0.22 (August 2020)

New feature

XD Release 30.0.12 (June 2020)

New features

Known Issues

XD Release 29.0.32 (May 2020)

New API features

UXP upgrade

The common plugin runtime has been upgraded to UXP 3.4.4, bringing a range of new features and bug fixes:

New features:

Bug fixes:

Breaking API changes

Known Issues

Plugin submission process

XD Release 28.0.12 (March 2020)

XD 28 is a minor update for plugin developers:

Known Issues

Read more about XD 28 new features for end users on the Adobe blog.

XD Release 27.0.12 (February 2020)

XD 27 is a minor update for plugin developers, with one new added API:

Read more about XD 27 new features for end users on the Adobe blog.

XD Release 26.0.12 (January 2020)

Drag & drop

UXP now supports the HTML5 Drag & Drop specification for some specific use cases:

For more, see this sample plugin code.

Debugging with Chrome DevTools (deprecated)

You can now use the Chrome DevTools UI (CDT) to debug your JS code -- and to a limited extent, inspect your UI DOM structure. Read the updated debugging tutorial for details.

What works:

Important caveats:

Other API updates

XD Release 25.1.12 (December 2019)

XD 25 is a minor bug-fix release with no new features for end users. But it adds two small improvements for plugins:

XD Release 24.0.22 (November 2019)

New XD Features

Read more about XD's biggest release of the year here.

Smaller fixes and improvements

Known Issues

XD Release 23.1.32 (October 2019)

New plugin listing process

Information shown in the plugin listing has moved out of manifest.json and is instead provided online when you submit a plugin to the listing.

Smaller fixes and improvements

XD Release 22.0.12 (August 2019)

After a stabilization period, plugins using panel UI are now published in the Plugin Manager listing!

Fixes and improvements

XD Release 21.0.12 (July 2019)

XD 21 adds major updates: the ability to show panel UI, and the much-improved UXP 3 CSS & layout engine.

Danger

The new layout engine likely constitutes a breaking change for any plugin with UI -- read below for details.

Also note that this release has an issue where transactions being wrapped by editDocument is not enforced. This will be fixed in an upcoming patch version, so you will want to continue wrapping scenegraph changes from panels in editDocument so that your plugin isn't broken when we release the fix.

Plugin Panel UI

UXP 3 HTML/CSS changes

In order to gain access to most of these features, your plugin must opt-in to the UXP 3.1 layout engine by changing the minVersion in your manifest.json:

    "host": {
        "minVersion": "21.0"
    }

Known Issues

See the Known Issues page for a comprehensive list of existing known issues.

XD Release 20.0.12 (June 2019)

UI Changes

API Improvements

Known Issues

No new known issues. See the Known Issues page for a comprehensive list of existing known issues.

XD Release 19.0.12 (May 2019)

New API Features

Breaking Changes

Fixes and improvements

User-facing plugin features

Known Issues

No new known issues. See the Known Issues page for a comprehensive list of existing known issues.

XD Release 18.0.12 (April 2019)

New API Features

Breaking Changes

Fixes and improvements

User-facing plugin features

Known Issues

No new known issues. See the Known Issues page for a comprehensive list of existing known issues.

XD Release 17.0.12 (March 2019)

New API Features

Breaking Changes

No breaking changes.

Fixes and improvements

No other API changes.

User-facing plugin features

Known Issues

No new known issues. See the Known Issues page for a comprehensive list of existing known issues.

XD Release 16.0.12 (February 2019)

New API Features

Breaking Changes

No breaking changes.

Fixes and improvements

No other API changes.

Known Issues

No new known issues. See the Known Issues page for a comprehensive list of existing known issues.

XD Release 15.0.12 (January 2019)

New API Features

Breaking Changes

No breaking changes.

Fixes and improvements

No other API changes.

User-facing plugin features

Known Issues

See the Known Issues page for a comprehensive list of existing known issues.

XD Release 14.0.42 (December 2018)

New API Features

Breaking Changes

Fixes and improvements

User-facing plugin features

Known Issues

No new known issues. See the Known Issues page for a comprehensive list of existing known issues.

XD Release 13.0.12 (October 2018)

First release of Adobe XD featuring a public API for in-app plugins!