129 lines
5.1 KiB
Markdown
129 lines
5.1 KiB
Markdown
# Changes to PostCSS Gradients Interpolation Method
|
|
|
|
### 4.0.7
|
|
|
|
_October 9, 2023_
|
|
|
|
- Updated [`@csstools/css-color-parser`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser) to [`1.4.0`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser/CHANGELOG.md#140) (minor)
|
|
- Updated [`@csstools/postcss-progressive-custom-properties`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties) to [`3.0.2`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties/CHANGELOG.md#302) (patch)
|
|
|
|
### 4.0.6
|
|
|
|
_October 2, 2023_
|
|
|
|
- Updated [`@csstools/css-color-parser`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser) to [`1.3.3`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser/CHANGELOG.md#133) (patch)
|
|
|
|
### 4.0.5
|
|
|
|
_September 24, 2023_
|
|
|
|
- Small performance improvements
|
|
- Updated [`@csstools/css-tokenizer`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer) to [`2.2.1`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer/CHANGELOG.md#221) (patch)
|
|
- Updated [`@csstools/css-parser-algorithms`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms) to [`2.3.2`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms/CHANGELOG.md#232) (patch)
|
|
- Updated [`@csstools/css-color-parser`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser) to [`1.3.2`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser/CHANGELOG.md#132) (patch)
|
|
|
|
### 4.0.4
|
|
|
|
_September 18, 2023_
|
|
|
|
- Updated [`@csstools/postcss-progressive-custom-properties`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties) to [`3.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties/CHANGELOG.md#301) (patch)
|
|
|
|
### 4.0.3
|
|
|
|
_September 2, 2023_
|
|
|
|
- Updated [`@csstools/css-color-parser`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser) to [`1.3.1`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser/CHANGELOG.md#131) (patch)
|
|
|
|
### 4.0.2
|
|
|
|
_August 28, 2023_
|
|
|
|
- Updated [`@csstools/css-color-parser`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser) to [`1.3.0`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser/CHANGELOG.md#130) (minor)
|
|
|
|
### 4.0.1
|
|
|
|
_July 24, 2023_
|
|
|
|
- Updated [`@csstools/css-tokenizer`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer) to [`2.2.0`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer/CHANGELOG.md#220) (minor)
|
|
- Updated [`@csstools/css-parser-algorithms`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms) to [`2.3.1`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms/CHANGELOG.md#231) (patch)
|
|
|
|
### 4.0.0
|
|
|
|
_July 3, 2023_
|
|
|
|
- Change license to `MIT-0` ([read more about this change in the blog post](https://preset-env.cssdb.org/blog/license-change/))
|
|
- Updated [`@csstools/css-parser-algorithms`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms) to [`2.3.0`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms/CHANGELOG.md#230) (minor)
|
|
- Updated [`@csstools/postcss-progressive-custom-properties`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties) to [`3.0.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties/CHANGELOG.md#300) (major)
|
|
- Updated [`@csstools/css-color-parser`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser) to [`1.2.2`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser/CHANGELOG.md#122) (patch)
|
|
|
|
### 3.0.6
|
|
|
|
_June 1, 2023_
|
|
|
|
- Updated `@csstools/postcss-progressive-custom-properties` to `2.3.0` (minor)
|
|
|
|
|
|
### 3.0.5
|
|
|
|
_May 19, 2023_
|
|
|
|
- Updated `@csstools/postcss-progressive-custom-properties` to `2.2.0` (minor)
|
|
- Updated `@csstools/css-color-parser` to `1.2.0` (minor)
|
|
|
|
|
|
|
|
### 3.0.4
|
|
|
|
_April 17, 2023_
|
|
|
|
- Fix infinite loop when parsing gradient functions. (see : https://github.com/csstools/postcss-plugins/issues/948)
|
|
|
|
### 3.0.3
|
|
|
|
_April 10, 2023_
|
|
|
|
- Updated `@csstools/css-tokenizer` to `2.1.1` (patch)
|
|
- Updated `@csstools/css-parser-algorithms` to `2.1.1` (patch)
|
|
- Updated `@csstools/css-color-parser` to `1.1.2` (patch)
|
|
|
|
### 3.0.2
|
|
|
|
_April 10, 2023_
|
|
|
|
- Fix interpolation method `longer`, `increasing`,... for color stops with the same color.
|
|
|
|
### 3.0.1
|
|
|
|
_March 28, 2023_
|
|
|
|
- Skip gamut mapping for interpolation color hints.
|
|
|
|
### 3.0.0
|
|
|
|
_March 25, 2023_
|
|
|
|
- Handle `color-mix()` internally with `@csstools/css-color-parser`
|
|
|
|
### 2.0.1
|
|
|
|
_January 28, 2023_
|
|
|
|
- Improve `types` declaration in `package.json`
|
|
|
|
### 2.0.0
|
|
|
|
_January 24, 2023_
|
|
|
|
- Updated: Support for Node v14+ (major).
|
|
|
|
### 1.0.1
|
|
|
|
_March 7, 2022_
|
|
|
|
- fix dependencies
|
|
|
|
### 1.0.0
|
|
|
|
_March 4, 2022_
|
|
|
|
- Initial version
|