Postcss Import Versions Save

PostCSS plugin to inline at-import rules content

14.0.0

3 years ago

This release should not have breaking changes for the vast majority of users; only those with @charset statements in their CSS may be affected.

  • BREAKING: Error if multiple incompatible @charset statements (#447)
  • BREAKING: Warn if @charset statements are not at the top of files (#447)
  • Fix handing of @charset (#436, #447)

13.0.0

3 years ago
  • BREAKING: Require Node 10+ (#429)
  • BREAKING: Upgrade to postcss v8 and require it as a peerDependency (#427, #432)
  • Update dependencies

12.0.0

5 years ago

11.1.0

6 years ago
  • Added: filter option

11.0.0

6 years ago
  • Changed: A syntax error in an imported file now throws an error instead of just warning (#264)
  • Changed: Symlink handling to be consistent with Node.js require (#300)

10.0.0

7 years ago
  • Removed: Support for Node.js versions less than 4.5.x (#283)
  • Changed: Upgraded to Postcss v6 (#283)
  • Removed: jspm support (#283)
  • Removed: deprecated addDependencyTo option
  • Removed: onImport option
  • Changed: Doesn't depend on promise-each (#281)

9.1.0

7 years ago
  • Added: addModulesDirectories option (#256)

9.0.0

7 years ago
  • Removed: transform option (#250)
  • Removed: pkg-resolve is no longer a dependency; this should fix some issues with webpack. jspm users must manually install pkg-resolve if they want to load jspm modules (see https://github.com/postcss/postcss-import#jspm-usage for more info) (#243)
  • Changed: If a file is not found, it will now throw an error instead of just raising a warning (#247)
  • Changed: If a custom resolver does not return an absolute path, the default resolver will be applied to the returned path. (#249)
  • Changed: postcss-import will try to guess the correct parser for imported files, based on the file extension. (#245)
  • Changed: Deprecated addDependencyTo option, it is not needed if using postcss-loader >= v1.0.0 (#251)

8.2.0

7 years ago
  • Fixed: Warn about all @imports after other CSS declarations (#240)
  • Added: dependency message (#241)

8.1.3

7 years ago
  • Fixed: Nested import ordering (#236 - @RyanZim)