@csstools/postcss-oklab-function
Advanced tools
+4
-3
| # Changes to PostCSS OKLab Function | ||
| ### 5.0.3 | ||
| ### 5.0.4 | ||
| _April 12, 2026_ | ||
| _May 13, 2026_ | ||
| - Updated [`@csstools/css-color-parser`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser) to [`4.1.0`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser/CHANGELOG.md#410) (minor) | ||
| - Updated [`@csstools/postcss-progressive-custom-properties`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties) to [`5.1.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties/CHANGELOG.md#510) (minor) | ||
| - Updated [`@csstools/css-color-parser`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser) to [`4.1.1`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser/CHANGELOG.md#411) (patch) | ||
| [Full CHANGELOG](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-oklab-function/CHANGELOG.md) |
+3
-3
| { | ||
| "name": "@csstools/postcss-oklab-function", | ||
| "description": "Use oklab() and oklch() color functions in CSS", | ||
| "version": "5.0.3", | ||
| "version": "5.0.4", | ||
| "author": "Jonathan Neal <jonathantneal@hotmail.com>", | ||
@@ -34,6 +34,6 @@ "license": "MIT-0", | ||
| "dependencies": { | ||
| "@csstools/css-color-parser": "^4.1.0", | ||
| "@csstools/css-color-parser": "^4.1.1", | ||
| "@csstools/css-parser-algorithms": "^4.0.0", | ||
| "@csstools/css-tokenizer": "^4.0.0", | ||
| "@csstools/postcss-progressive-custom-properties": "^5.0.0", | ||
| "@csstools/postcss-progressive-custom-properties": "^5.1.0", | ||
| "@csstools/utilities": "^3.0.0" | ||
@@ -40,0 +40,0 @@ }, |
10281
3.01%