Skip to content

Releases: jardicc/vscode-uxp-validator

1.2.0

28 Oct 20:02
6f4c168
Compare
Choose a tag to compare

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

1.1.0

21 Apr 16:48
Compare
Choose a tag to compare

CSS

  • Updates supported cursors
  • Updates pointer-events syntax and version info
  • Adds CSS pseudo-classes :not() and :defined
  • Removes rem unit support

Manifest

  • Improves manifest version detection
  • Updates manifest schema (adds version 6)
  • Adds support for enableFillAsCustomAttribute feature flag in V5Schema.ts
  • Adds enableAlerts feature flag
  • Updates info about userInfo permission bug and tells them it works only in PS
  • Adds support for customData property in V4 and V5 schemas

Others

  • Adds info how to develop this plugin
  • Updates CONTRIBUTING.md with information on how to update CSS/LESS/SASS rules and manifest.json rules
  • Updates versionTable.ts with new release dates and versions

Get it here: https://marketplace.visualstudio.com/items?itemName=JaroslavBereza.uxpvalidator

1.0.0

14 Apr 17:21
Compare
Choose a tag to compare
  • sets array in host and hosts in manifest.json as non-supported in manifest v4 and v5
  • removes "Beta" from plugin name
  • changes plugin icon

0.0.5

14 Apr 17:23
Compare
Choose a tag to compare

Initial release