epiphany/node_modules/@csstools/postcss-scope-pseudo-class/CHANGELOG.md
2023-12-09 22:48:07 -08:00

32 lines
551 B
Markdown

# Changes to PostCSS Scope Pseudo Class
### 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/))
### 2.0.2
_February 9, 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).
- Fix: Do not throw when a selector is invalid, show a warning instead.
### 1.0.0
_November 4, 2022_
- Initial version