AdobeXD Typings Versions Save

Typings for Adobe XD API Surfaces

v25.0

4 years ago

Changes

  • converted modules to ambient modules
  • adjusted tsconfig.json
  • renamed LinearGradientFill to LinearGradient
  • called out the inconsistencies with the docs in the README.md
  • renamed Selection interface to XDSelection to avoid ambiguity with DOM types.

Issues fixed in this release

  • #41
  • #60
  • #67
  • #71
  • #72

Credits

Credits go to @ericdrobinson, @GDreyV and @velara3 for creating the issues and their input in general :+1:

v22.0

4 years ago

Changes

  • fixed a few issues in the application and scenegraph modules
  • converted SceneNode and RootNode to interfaces as they are not exported by the scenegraph module
  • added support for application.editDocument() (introduced in XD v21)

Issues fixed in this release

  • #56
  • #62
  • #63
  • #64
  • #66

Credits

Credits go to @ericdrobinson, @GDreyV and @tsuchinaga for creating the issues and their input in general :+1:

v20.1

4 years ago
  • 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

  • #49
  • #52
  • #53
  • #54
  • #55

Credits

A huge thank you to @ericdrobinson for all the input and contributions on this.

v20.0

4 years ago
  • 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

  • #50
  • #48

Special thanks to @ericdrobinson for pointing these out 👍

v19.0

4 years ago
  • Added APIs added in XD 19

v15.1

5 years ago
  • Fixed many minor issues
  • Fixed a mistake introduced in the previous release (making classes exported by scenegraph global)

v15.0

5 years ago
  • updated typings to match the APIs of version 15 of Adobe XD
  • fixed a few bugs (made some global classes global etc.)

v14.1

5 years ago
  • Fixed a typo in the class name of GraphicNode

v14.0

5 years ago

Changes

  • Updated typings to reflect changes of the APIs in Adobe XD 14 (#33, #34, #35, #36, #37, #38)

v14.0-beta.1

5 years ago

Prerelease of the updated version with support for Adobe XD version 14.

Changes:

  • Updated typings to reflect changes of the APIs in Adobe XD 14 (#33, #34, #35, #36, #37, #38)

Note:

This will (prosumably) be the XD 14 typings release version when #39 gets merged.