@csstools/postcss-oklab-function
Advanced tools
+6
-4
| # Changes to PostCSS OKLab Function | ||
| ### 4.0.9 | ||
| ### 4.0.10 | ||
| _April 19, 2025_ | ||
| _May 27, 2025_ | ||
| - Updated [`@csstools/postcss-progressive-custom-properties`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties) to [`4.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties/CHANGELOG.md#401) (patch) | ||
| - Updated [`@csstools/css-color-parser`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser) to [`3.0.9`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser/CHANGELOG.md#309) (patch) | ||
| - Updated [`@csstools/css-tokenizer`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer) to [`3.0.4`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer/CHANGELOG.md#304) (patch) | ||
| - Updated [`@csstools/postcss-progressive-custom-properties`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties) to [`4.1.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties/CHANGELOG.md#410) (minor) | ||
| - Updated [`@csstools/css-parser-algorithms`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms) to [`3.0.5`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms/CHANGELOG.md#305) (patch) | ||
| - Updated [`@csstools/css-color-parser`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser) to [`3.0.10`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser/CHANGELOG.md#3010) (patch) | ||
| [Full CHANGELOG](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-oklab-function/CHANGELOG.md) |
+5
-5
| { | ||
| "name": "@csstools/postcss-oklab-function", | ||
| "description": "Use oklab() and oklch() color functions in CSS", | ||
| "version": "4.0.9", | ||
| "version": "4.0.10", | ||
| "author": "Jonathan Neal <jonathantneal@hotmail.com>", | ||
@@ -41,6 +41,6 @@ "license": "MIT-0", | ||
| "dependencies": { | ||
| "@csstools/css-color-parser": "^3.0.9", | ||
| "@csstools/css-parser-algorithms": "^3.0.4", | ||
| "@csstools/css-tokenizer": "^3.0.3", | ||
| "@csstools/postcss-progressive-custom-properties": "^4.0.1", | ||
| "@csstools/css-color-parser": "^3.0.10", | ||
| "@csstools/css-parser-algorithms": "^3.0.5", | ||
| "@csstools/css-tokenizer": "^3.0.4", | ||
| "@csstools/postcss-progressive-custom-properties": "^4.1.0", | ||
| "@csstools/utilities": "^2.0.0" | ||
@@ -47,0 +47,0 @@ }, |
12607
4.05%