Commit 32470ed 1 parent 7d9099c commit 32470ed Copy full SHA for 32470ed
File tree 2 files changed +21
-1
lines changed
2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
21
# 8.2.0 - 2016-11-09
2
22
3
23
- Fixed: Warn about all ` @import ` s after other CSS declarations
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " postcss-import" ,
3
- "version" : " 8.2 .0" ,
3
+ "version" : " 9.0 .0" ,
4
4
"description" : " PostCSS plugin to import CSS files" ,
5
5
"keywords" : [
6
6
" css" ,
You can’t perform that action at this time.
0 commit comments