Skip to content

Commit

Permalink
16.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanZim committed Jan 3, 2024
1 parent 7fb74a5 commit 025f27a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,14 @@
# 16.0.0 / 2024-01-02

- **BREAKING:** Require Node.js v18+ ([#550](https://github.com/postcss/postcss-import/issues/550), [#551](https://github.com/postcss/postcss-import/pull/551))
- **BREAKING:** Signifigant rewrite, with small behavioral tweaks in a number of edge cases
- Support for `@supports` conditional imports added ([#532](https://github.com/postcss/postcss-import/issues/532), [#548](https://github.com/postcss/postcss-import/pull/548))
- When `skipDuplicates` is `false`, handles import cycles correctly ([#462](https://github.com/postcss/postcss-import/issues/462), [#535](https://github.com/postcss/postcss-import/pull/535))
- Add `warnOnEmpty` option to allow disabling warnings for empty files ([#84](https://github.com/postcss/postcss-import/issues/84), [#541](https://github.com/postcss/postcss-import/pull/541))
- Use proper `node.error`s ([#518](https://github.com/postcss/postcss-import/issues/518), [#540](https://github.com/postcss/postcss-import/pull/540))

Huge thanks to [`@romainmenke`](https://github.com/romainmenke) for all the hard work he put into this release.

# 15.1.0 / 2022-12-07

- Add `data:` URL support (this is not useful for most consumers) ([#515](https://github.com/postcss/postcss-import/pull/515))
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-import",
"version": "15.1.0",
"version": "16.0.0",
"description": "PostCSS plugin to import CSS files",
"keywords": [
"css",
Expand Down

0 comments on commit 025f27a

Please sign in to comment.