Comparing version 2.0.24 to 2.0.25
# Changelog | ||
### [2.0.25](https://www.github.com/mdn/data/compare/v2.0.24...v2.0.25) (2021-12-21) | ||
### Bug Fixes | ||
* change branch reference to main ([a473261](https://www.github.com/mdn/data/commit/a473261308cf82ee387cec886c70ef3d570fc957)) | ||
* remove old clashing workflow ([af9a18c](https://www.github.com/mdn/data/commit/af9a18ce3af2cbca83582debf3c3d3fc0ace7402)) | ||
### Miscellaneous Chores | ||
* release 2.0.25 ([db5a54b](https://www.github.com/mdn/data/commit/db5a54ba4f3c28b52d0801e115fd5ff0a0052743)) | ||
* release 2.0.25 ([0f453ee](https://www.github.com/mdn/data/commit/0f453eedadbd9065d552203260210bdfafa9d7ff)) | ||
### [2.0.24](https://www.github.com/mdn/data/compare/v2.0.24...v2.0.24) (2021-12-17) | ||
### Miscellaneous Chores | ||
* release 2.0.24 ([4d00c38](https://www.github.com/mdn/data/commit/4d00c386efe1cfbf536bb3bc80fed6d687f9ad04)) | ||
### [2.0.24](https://www.github.com/mdn/data/compare/v2.0.23...v2.0.24) (2021-12-15) | ||
@@ -4,0 +25,0 @@ |
@@ -421,2 +421,13 @@ { | ||
}, | ||
"@scroll-timeline": { | ||
"syntax": "@scroll-timeline <timeline-name> { <declaration-list> }", | ||
"interfaces": [ | ||
"ScrollTimeline" | ||
], | ||
"groups": [ | ||
"CSS Animations" | ||
], | ||
"status": "standard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@scroll-timeline" | ||
}, | ||
"@supports": { | ||
@@ -423,0 +434,0 @@ "syntax": "@supports <supports-condition> {\n <group-rule-body>\n}", |
@@ -52,2 +52,3 @@ { | ||
"logicalHeightOrWidthOfContainingBlock", | ||
"mapToRange0To1", | ||
"maxZoomFactor", | ||
@@ -54,0 +55,0 @@ "minZoomFactor", |
@@ -105,3 +105,3 @@ { | ||
"color": { | ||
"syntax": "<rgb()> | <rgba()> | <hsl()> | <hsla()> | <hex-color> | <named-color> | currentcolor | <deprecated-system-color>" | ||
"syntax": "<rgb()> | <rgba()> | <hsl()> | <hsla()> | <hwb()> | <hex-color> | <named-color> | currentcolor | <deprecated-system-color>" | ||
}, | ||
@@ -336,2 +336,5 @@ "color-stop": { | ||
}, | ||
"hwb()": { | ||
"syntax": "hwb( [<hue> | none] [<percentage> | none] [<percentage> | none] [ / [<alpha-value> | none] ]? )" | ||
}, | ||
"id-selector": { | ||
@@ -338,0 +341,0 @@ "syntax": "<hash-token>" |
{ | ||
"name": "mdn-data", | ||
"version": "2.0.24", | ||
"version": "2.0.25", | ||
"description": "Open Web data by the Mozilla Developer Network", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
588875
17481