🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

postcss-sprites

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-sprites - npm Package Versions

23

4.2.1

Diff
2create_studio
published 4.2.1 •

Changelog

Source

[4.2.1] - 2017-02-07

Fixed

  • Preserve source of original declarations - See #90
2create_studio
published 4.2.0 •

Changelog

Source

[4.2.0] - 2017-02-07

Added

Fixed

  • Typos in examples
  • Rejected promises without error
  • Incorrect extraction of the urls
2create_studio
published 4.1.1 •

Changelog

Source

[4.1.1] - 2016-12-7

Changed

  • Apply background-size to all generated sprites
  • Use a hash instead of real path for id attribute in SVG sprites
2create_studio
published 4.1.0 •

Changelog

Source

[4.1.0] - 2016-11-22

Added

  • Better support for modular stylesheets
  • originalUrl property to Image object
  • Support for Promises in onSaveSpritesheet hook
2create_studio
published 4.0.0 •

Changelog

Source

[4.0.0] - 2016-08-26

Added

  • Support for SVG files

Fixed

  • Support for CommonJS
  • Broken options when the plugin is used in process with a watch flag(e.g postcss-cli)

Changed

  • Params passed to onSaveSpritesheet hook
2create_studio
published 3.3.0 •

Changelog

Source

[3.3.0] - 2016-07-26

Added

  • The filepath of stylesheet to Image object
2create_studio
published 3.2.3 •

Changelog

Source

[3.2.3] - 2016-07-22

Fixed

  • Usage of Result.warn
2create_studio
published 3.2.2 •

Changelog

Source

[3.2.2] - 2016-07-22

Fixed

  • Warnings in built-in filter
2create_studio
published 3.2.1 •

Changelog

Source

[3.2.1] - 2016-07-21

Changed

  • Use console.log instead of Result.warn to print the success message

Fixed

  • Broken tests under Node 6
2create_studio
published 3.2.0 •

Changelog

Source

[3.2.0] - 2016-07-18

Changed

  • Use Result.warn API instead of console.warn
  • Publish the original source to npm