Skip to content

1.0.0 Alpha 1

Compare
Choose a tag to compare
@patrickcate patrickcate released this 25 Jun 00:54
· 169 commits to master since this release
1aafc3e

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.