Releases: AdobeXD/typings
Releases · AdobeXD/typings
v25.0
Changes
- converted modules to ambient modules
- adjusted
tsconfig.json
- renamed
LinearGradientFill
toLinearGradient
- called out the inconsistencies with the docs in the README.md
- renamed
Selection
interface toXDSelection
to avoid ambiguity with DOM types.
Issues fixed in this release
Credits
Credits go to @ericdrobinson, @GDreyV and @velara3 for creating the issues and their input in general 👍
Adobe XD 22
Changes
- fixed a few issues in the
application
andscenegraph
modules - converted
SceneNode
andRootNode
to interfaces as they are not exported by thescenegraph
module - added support for
application.editDocument()
(introduced in XD v21)
Issues fixed in this release
Credits
Credits go to @ericdrobinson, @GDreyV and @tsuchinaga for creating the issues and their input in general 👍
Adobe XD 20 – Revision 1
- Changed basically everything about the structure (it should work much better now)
- Fixed a bunch of TypeScript errors
- Fixed a few "content" issues (wrongly declared APIs)
- Added a pull request template
Issues that got fixed with this release
Credits
A huge thank you to @ericdrobinson for all the input and contributions on this.
Adobe XD 20
- Updated typings to match the XD 20 APIs
- Fixed wrongly declared symbals for constants in
uxp
module - Fixed outdated typings in
uxp
module
Issues that got fixed with this release
Special thanks to @ericdrobinson for pointing these out 👍
Adobe XD 19
- Added APIs added in XD 19
Adobe XD 15 – Revision 1
- Fixed many minor issues
- Fixed a mistake introduced in the previous release (making classes exported by
scenegraph
global)
Adobe XD 15
- updated typings to match the APIs of version 15 of Adobe XD
- fixed a few bugs (made some global classes global etc.)
Adobe XD 14 – Revision 1
- Fixed a typo in the class name of
GraphicNode