-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b617db8
commit 754f6d1
Showing
1 changed file
with
38 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,70 @@ | ||
# Changelog | ||
|
||
## 0.1.10 | ||
## 1.0.0-alpha.2 (2019-06-30) | ||
|
||
- 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 (2019-06-24) | ||
|
||
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](https://github.com/twolfson/layout) 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. | ||
|
||
## 0.1.10 (2019-06-08) | ||
|
||
- 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. | ||
|
||
## 0.1.9 | ||
## 0.1.9 (2017-12-18) | ||
|
||
- Save .parent prior to replaceWith #181. Thanks for [@AMar4enko](https://github.com/AMar4enko) Cheers!) | ||
|
||
## 0.1.8 | ||
## 0.1.8 (2017-01-18) | ||
|
||
- Fixed minified css support. Big thank to [@jonas8](https://github.com/jonas8) Cheers! | ||
|
||
## 0.1.7 | ||
## 0.1.7 (2016-07-04) | ||
|
||
- Package deps fixed, huge thanks and lots of beer for [Daniel Lindenkreuz @dlindenkreuz](http://github.com/dlindenkreuz)) | ||
|
||
## 0.1.6 | ||
## 0.1.6 (2016-06-26) | ||
|
||
- Package deps updated (broken!) | ||
|
||
## 0.1.5 | ||
## 0.1.5 (2016-04-21) | ||
|
||
- Fixes improper rule property in background-color extraction function. | ||
- Fixed linter warnings in plugin tests. | ||
|
||
Thanks for [Eugene Romanovsky @setage](http://github.com/setage) again 🍺 | ||
|
||
## 0.1.4 | ||
## 0.1.4 (2016-04-20) | ||
|
||
- Deprecation warnings fixed (Thanks for [Eugene Romanovsky @setage](http://github.com/setage)) | ||
|
||
## 0.1.3 | ||
## 0.1.3 (2016-04-20) | ||
|
||
- Added tests |