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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Targets
adds new Photoshop and InDesign versions as choices to target
updates info on V8 versions
CSS
in Less and Sass it should now be able to mark built-in browser functions as not available in UXP
CSS Under SWC feature flag
adds scaleX() & scaleY() function for CSS transformations (since UXP v8.0)
adds translate property (since UXP v8.0)
adds scale() and rotate() both of these were introduced at some point between UXP 8.0 and 7.0 but you can't find them anywhere in the documentation so I just set support to UXP 8.0 even if it works at lower version... because I a don't want to reinstall PS x-times just to find out. If you have the exact version please feel free to make a pull request.
Manifest
adds CSSNextSupport into validation scheme
adds few extra rules to check how it will interact with other feature flags
changes allowLocalRendering from a string to constant yes
enableFillAsCustomAttribute will be now marked as not needed if target UXP version is higher than version 8.0
allowLocalRendering will show error of missing support if target UXP version is lower than version 8.0
enableMessageBridge: "localOnly" will show error of missing support if target UXP version is lower than version 8.0