Skip to content

Commit 32470ed

Browse files
committed
9.0.0
1 parent 7d9099c commit 32470ed

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# 9.0.0 - 2016-12-02
2+
3+
- Removed: `transform` option
4+
([#250](https://github.com/postcss/postcss-import/pull/250))
5+
- Removed: `pkg-resolve` is no longer a dependency; this should fix some issues
6+
with webpack. jspm users must manually install `pkg-resolve` if they want to
7+
load jspm modules (see https://github.com/postcss/postcss-import#jspm-usage
8+
for more info) ([#243](https://github.com/postcss/postcss-import/pull/243))
9+
- Changed: If a file is not found, it will now throw an error instead of just
10+
raising a warning ([#247](https://github.com/postcss/postcss-import/pull/247))
11+
- Changed: If a custom resolver does not return an absolute path, the default
12+
resolver will be applied to the returned path.
13+
([#249](https://github.com/postcss/postcss-import/pull/249))
14+
- Changed: postcss-import will try to guess the correct parser for imported
15+
files, based on the file extension.
16+
([#245](https://github.com/postcss/postcss-import/pull/245))
17+
- Changed: Deprecated `addDependencyTo` option, it is not needed if using
18+
postcss-loader >= v1.0.0
19+
([#251](https://github.com/postcss/postcss-import/pull/251))
20+
121
# 8.2.0 - 2016-11-09
222

323
- Fixed: Warn about all `@import`s after other CSS declarations

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-import",
3-
"version": "8.2.0",
3+
"version": "9.0.0",
44
"description": "PostCSS plugin to import CSS files",
55
"keywords": [
66
"css",

0 commit comments

Comments
 (0)