@podium/schemas
Advanced tools
Comparing version 4.0.7 to 4.1.0
@@ -0,1 +1,8 @@ | ||
# [4.1.0](https://github.com/podium-lib/schemas/compare/v4.0.7...v4.1.0) (2021-01-22) | ||
### Features | ||
* Add css and js html attributes to schema ([#88](https://github.com/podium-lib/schemas/issues/88)) ([1db6f63](https://github.com/podium-lib/schemas/commit/1db6f632d63337e25f68f7c0ff80cd15a61a33a3)) | ||
## [4.0.7](https://github.com/podium-lib/schemas/compare/v4.0.6...v4.0.7) (2021-01-21) | ||
@@ -2,0 +9,0 @@ |
@@ -56,6 +56,30 @@ { | ||
"type": { | ||
"type": "string", | ||
"default": "text/css" | ||
}, | ||
"crossorigin": { | ||
"type": "string" | ||
}, | ||
"disabled": { | ||
"type": "boolean", | ||
"default": false | ||
}, | ||
"hreflang": { | ||
"type": "string" | ||
}, | ||
"title": { | ||
"type": "string" | ||
}, | ||
"media": { | ||
"type": "string" | ||
}, | ||
"rel": { | ||
"type": "string", | ||
"default": "stylesheet" | ||
}, | ||
"as": { | ||
"type": "string" | ||
} | ||
}, | ||
"required": ["value", "type"] | ||
"required": ["value"] | ||
}, | ||
@@ -76,5 +100,26 @@ "default": [] | ||
"type": "string" | ||
}, | ||
"referrerpolicy": { | ||
"type": "string" | ||
}, | ||
"crossorigin": { | ||
"type": "string" | ||
}, | ||
"integrity": { | ||
"type": "string" | ||
}, | ||
"nomodule": { | ||
"type": "boolean", | ||
"default": false | ||
}, | ||
"async": { | ||
"type": "boolean", | ||
"default": false | ||
}, | ||
"defer": { | ||
"type": "boolean", | ||
"default": false | ||
} | ||
}, | ||
"required": ["value", "type"] | ||
"required": ["value"] | ||
}, | ||
@@ -81,0 +126,0 @@ "default": [] |
{ | ||
"name": "@podium/schemas", | ||
"version": "4.0.7", | ||
"version": "4.1.0", | ||
"description": "Schemas for validating the @podium contract.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9902
195