Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@

### Unreleased

- Updated `@mdn/browser-compat-data` to `5.2.43` (patch)
- Updated `caniuse-lite` to `1.0.30001468` (patch)
- Added: Stage 2 `gradients-interpolation-method`
- Updated `@mdn/browser-compat-data` to `5.2.45` (patch)
- Updated `caniuse-lite` to `1.0.30001469` (patch)

### 7.4.1 (January 24, 2023)

Expand Down
11 changes: 11 additions & 0 deletions cssdb.json
Original file line number Diff line number Diff line change
Expand Up @@ -752,6 +752,17 @@
],
"vendors_implementations": 3
},
{
"id": "gradients-interpolation-method",
"title": "Gradients Interpolation Method",
"description": "Define the interpolation method for gradients",
"specification": "https://www.w3.org/TR/css-images-4/#color-interpolation",
"stage": 2,
"browser_support": {},
"example": ".pie_chart {\n background-image: conic-gradient(in oklch, yellowgreen 40%, gold 0deg 75%, #f06 0deg);\n}",
"polyfills": [],
"vendors_implementations": 0
},
{
"id": "gray-function",
"title": "`gray()` Function",
Expand Down
11 changes: 11 additions & 0 deletions cssdb.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -752,6 +752,17 @@ export default [
],
"vendors_implementations": 3
},
{
"id": "gradients-interpolation-method",
"title": "Gradients Interpolation Method",
"description": "Define the interpolation method for gradients",
"specification": "https://www.w3.org/TR/css-images-4/#color-interpolation",
"stage": 2,
"browser_support": {},
"example": ".pie_chart {\n background-image: conic-gradient(in oklch, yellowgreen 40%, gold 0deg 75%, #f06 0deg);\n}",
"polyfills": [],
"vendors_implementations": 0
},
{
"id": "gray-function",
"title": "`gray()` Function",
Expand Down
10 changes: 10 additions & 0 deletions cssdb.settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -579,6 +579,16 @@
}
]
},
{
"id": "gradients-interpolation-method",
"title": "Gradients Interpolation Method",
"description": "Define the interpolation method for gradients",
"specification": "https://www.w3.org/TR/css-images-4/#color-interpolation",
"stage": 2,
"browser_support": {},
"example": ".pie_chart {\n background-image: conic-gradient(in oklch, yellowgreen 40%, gold 0deg 75%, #f06 0deg);\n}",
"polyfills": []
},
{
"id": "gray-function",
"title": "`gray()` Function",
Expand Down
111 changes: 57 additions & 54 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
"test:json": "node tasks/test.cjs"
},
"devDependencies": {
"@mdn/browser-compat-data": "^5.2.43",
"@mdn/browser-compat-data": "^5.2.45",
"browserslist": "^4.21.5",
"caniuse-lite": "^1.0.30001468",
"caniuse-lite": "^1.0.30001469",
"glob": "^9.3.0",
"lodash.get": "^4.4.2",
"postcss": "^8.4.21",
Expand Down