XD 14 was released today and includes some great enhancements for plugin developers. Most notably:
- Store metadata in XD documents or attached to individual scenegraph nodes
- Text nodes: create/modify area text; get/set paragraph spacing; shortcut APIs for simple text styling
- Pan and zoom the viewport
- Get links to latest shared prototypes & design specs
- Improved search in the “Discover Plugins” UI
- …plus bug fixes and other smaller changes
For more details on what’s new, see the updated changelog page or this complete diff of all docs changes. There’s also a longer blog post discussing these updates.
If you build a plugin that relies on any of these new APIs, don’t forget to set your manifest.json
file to specify "minVersion": "14.0.0"
.
We’re excited to see what cool things you’re going to build with these new APIs!