File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Expand file tree Collapse file tree 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+
121# 8.2.0 - 2016-11-09
222
323- Fixed: Warn about all ` @import ` s after other CSS declarations
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments