Skip to content

Releases: glebmachine/postcss-easysprites

1.1.0

18 Jul 20:50
12345d3
Compare
Choose a tag to compare
  • Add outputStylesheetPath option. Big thank to @kenfoo.
  • Update minor dependencies.

1.0.0

02 Nov 13:52
Compare
Choose a tag to compare
  • Switch from exports to module.exports syntax.
  • Add @async jsdoc param documentation.
  • Use object destructuring for postcss decl function.
  • Switch to jsdoc eslint plugin with recommended settings.
  • Update all non-major dependencies.

1.0.0 Beta 1

10 Aug 03:32
Compare
Choose a tag to compare
  • Removed dependency on lodash by replace it with native functions.
  • Added jsdoc library and npm script.
  • Converted promises to async/await syntax.
  • Updated sprite layout visual tests.
  • Updated minor dependencies.

1.0.0 Alpha 3

10 Aug 03:33
Compare
Choose a tag to compare

Refactor

  • Adds more test coverage.
  • Replaces more lodash functions with native ones.
  • Updates dependencies.
  • General refactoring.

1.0.0 Alpha 2

30 Jun 03:18
Compare
Choose a tag to compare

Refactor:

  • Replaces Q promise libraries with native promises.
  • Removes .npmignore in favor of package.json files config.
  • Replaces async library with map and async/await.
  • Replaces some lodash functions with native ones.

1.0.0 Alpha 1

25 Jun 00:54
1aafc3e
Compare
Choose a tag to compare

This is the first 1.0.0 alpha release of postcss-easysprites.

Breaking Changes:

  • The 1.0.0 release only supports Nodejs version >= 8.0. If you need support for earlier versions of Nodejs, you can continue to use the 0.1.10 release.

New User Features:

  • Added option to output the pixel height and width of the image.
  • Added option to choose the layout algorithm spritesmith should use.
  • Expanded background-color support when using background property. Color keyword names, transparent, currentColor, RGB, RGBa, HSL, HSLa, are supported.
  • Updated all dependencies to their latest versions, include PostCSS, Gulpjs, and lodash.

DX Features:

  • Updated to use more ES6 syntax features.
  • Added additional test coverage, including visual regression tests.
  • Modularized plugin components.
  • Moved from jscs to eslint + prettier.
  • Add commitizen git configuration support.

Release 0.1.10

08 Jun 22:53
ebf476e
Compare
Choose a tag to compare
  • Update lodash dependency to 4.17.11.
  • Replace custom console.log override 'fixture-stdout' library.
  • Updated other non-major dependencies.
  • Update Travis config to test with more recent versions of Node.
  • Add package-lock.json file so consistent install of dependencies can be assured.

Save .parent prior to replaceWith #181

18 Dec 15:40
80d17f8
Compare
Choose a tag to compare

Fixed minified css support

18 Jan 13:10
Compare
Choose a tag to compare

Big thank to @jonas8
Cheers! 🍺

Fixed deps

04 Jul 15:19
Compare
Choose a tag to compare

Package deps fixed, huge thanks and lots of beer for Daniel Lindenkreuz @dlindenkreuz) 🍻