UXP Changelog

UXP v8.1.0

New

Fixed

UDT v2.1.0

UXP v8.0.1

Breaking Changes

Deprecations

New

Updated

UXP v7.4.0

Updated

Fixed

UXP v7.3.0

New

Updated

Fixed

UDT v2.0

New

UXP Playground to experiment with APIs. Click on the 'Playground' tab next to 'Developer Workspace' to select an app and get started.

Updated

Plugin actions are surfaced based on the 'Status' of your plugin in the Developer Workspace

UXP v7.2.0

New

Updated

UXP v7.1.0

New

HTMLElement now supports

Updated

Fixed

// CSS variable
html {
  --iconColor: yellow;
}

<svg height="100" width="100">
  <circle cx="50" cy="50" r="40" stroke="black" stroke-width="3" fill="var(--iconColor, red)" />
</svg>
// shows a yellow circle

UXP v7.0.0

New

Changed

UXP v6.5.0

New

UXP v6.4

New

Bugs Fixes

UXP v6.3

New

Bugs Fixes