epiphany/node_modules/postcss-gap-properties/CHANGELOG.md
2023-12-09 22:48:07 -08:00

71 lines
1.1 KiB
Markdown

# Changes to PostCSS Gap Properties
### 5.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/))
### 4.0.1
_January 28, 2023_
- Improve `types` declaration in `package.json`
### 4.0.0
_January 24, 2023_
- Updated: Support for Node v14+ (major).
- Added: TypeScript support.
### 3.0.5
_July 12, 2022_
- Fix detection of `display: grid;`
### 3.0.4
_July 8, 2022_
- Fix case insensitive matching.
### 3.0.3
_February 5, 2022_
- Improved `es module` and `commonjs` compatibility
### 3.0.2
_January 2, 2022_
- Removed Sourcemaps from package tarball.
- Moved CLI to CLI Package. See [announcement](https://github.com/csstools/postcss-plugins/discussions/121).
### 3.0.1
_December 13, 2021_
- Updated: documentation
### 3.0.0
_September 17, 2021_
- Updated: Support for PostCS 8+ (major).
- Updated: Support for Node 12+ (major).
### 2.0.0
_September 17, 2018_
- Updated: Support for PostCSS v7+
- Updated: Support for Node v6+
### 1.0.0
_April 30, 2018_
- Initial version