epiphany/node_modules/@csstools/postcss-ic-unit/CHANGELOG.md

66 lines
1.7 KiB
Markdown
Raw Normal View History

2023-12-09 22:48:07 -08:00
# Changes to PostCSS IC Unit
### 3.0.2
_October 9, 2023_
- 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)
### 3.0.1
_September 18, 2023_
- Improve performance
- 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)
### 3.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/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)
### 2.0.4
_June 1, 2023_
- Updated `@csstools/postcss-progressive-custom-properties` to `2.3.0` (minor)
### 2.0.3
_May 19, 2023_
- Updated `@csstools/postcss-progressive-custom-properties` to `2.2.0` (minor)
### 2.0.2
_February 8, 2023_
- Reduce the amount of duplicate fallback CSS.
### 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
_July 8, 2022_
- Fix case insensitive matching.
### 1.0.0
_February 15, 2022_
- Initial version