Releases: jardicc/vscode-uxp-validator
Releases · jardicc/vscode-uxp-validator
1.2.0
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()
androtate()
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 constantyes
enableFillAsCustomAttribute
will be now marked as not needed if target UXP version is higher than version 8.0allowLocalRendering
will show error of missing support if target UXP version is lower than version 8.0enableMessageBridge: "localOnly"
will show error of missing support if target UXP version is lower than version 8.0
1.1.0
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