Skip to content

1.2.0

Latest
Compare
Choose a tag to compare
@jardicc jardicc released this 28 Oct 20:02
6f4c168

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