You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Important:Spectrum UXP will soon become the standard UI framework in UXP. The pseudo-Spectrum HTML widgets will become deprecated in an XD release early in 2021. There will be a grace period for plugins that use the existing controls. More information will be coming once we announce the deprecation and associated timeline.
Will this affect the internals of xd-dialog-helper?
Yes, this will affect the internals. As far as I can see it, there are three options:
Move to the Spectrum UXP components asap, releasing a new version of the helper, stating its compatibility with XD36+ (undesirable, as it drops support for older versions of XD immediately, which I don't feel an abstraction layer should do if it can be avoided)
Await a deadline for the "grace period" and update the helper as late as possible (with a grace period for plugins to update xd-dialog-helper, as well).
For a period of, say, half a year after the XD 36 release, support both options by checking for the minimum XD version. While this does mean slightly more work with maintaining this library, I believe it is still the best way to go (as long as the period isn't too long), as, as an abstraction layer, it is probably expected to "just work" without caring about the version of XD.
In the recent Adobe blog post about the changes in Adobe XD 36, they wrote:
Will this affect the internals of xd-dialog-helper?
P.S. You can learn more about Spectrum UXP by reading the Photoshop documentation.
The text was updated successfully, but these errors were encountered: