|
1 | 1 | # Changelog
|
2 | 2 |
|
3 |
| -## 0.1.10 |
| 3 | +## 1.0.0-alpha.2 (2019-06-30) |
| 4 | + |
| 5 | +- Replaces Q promise libraries with native promises. |
| 6 | +- Removes .npmignore in favor of package.json files config. |
| 7 | +- Replaces async library with map and async/await. |
| 8 | +- Replaces some lodash functions with native ones. |
| 9 | + |
| 10 | +## 1.0.0-alpha.1 (2019-06-24) |
| 11 | + |
| 12 | +This is the first 1.0.0 alpha release of postcss-easysprites. |
| 13 | + |
| 14 | +## Breaking Changes |
| 15 | + |
| 16 | +- 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. |
| 17 | + |
| 18 | +### New User Features |
| 19 | + |
| 20 | +- Added option to output the pixel `height` and `width` of the image. |
| 21 | +- Added option to choose the [layout algorithm](https://github.com/twolfson/layout) spritesmith should use. |
| 22 | +- Expanded background-color support when using `background` property. Color keyword names, `transparent`, `currentColor`, RGB, RGBa, HSL, HSLa, are supported. |
| 23 | +- Updated all dependencies to their latest versions, include PostCSS, Gulpjs, and lodash. |
| 24 | + |
| 25 | +### DX Features |
| 26 | + |
| 27 | +- Updated to use more ES6 syntax features. |
| 28 | +- Added additional test coverage, including visual regression tests. |
| 29 | +- Modularized plugin components. |
| 30 | +- Moved from jscs to eslint + prettier. |
| 31 | +- Add commitizen git configuration support. |
| 32 | + |
| 33 | +## 0.1.10 (2019-06-08) |
4 | 34 |
|
5 | 35 | - Update lodash dependency to 4.17.11.
|
6 | 36 | - Replace custom console.log override 'fixture-stdout' library.
|
7 | 37 | - Updated other non-major dependencies.
|
8 | 38 | - Update Travis config to test with more recent versions of Node.
|
9 | 39 | - Add package-lock.json file so consistent install of dependencies can be assured.
|
10 | 40 |
|
11 |
| -## 0.1.9 |
| 41 | +## 0.1.9 (2017-12-18) |
12 | 42 |
|
13 | 43 | - Save .parent prior to replaceWith #181. Thanks for [@AMar4enko](https://github.com/AMar4enko) Cheers!)
|
14 | 44 |
|
15 |
| -## 0.1.8 |
| 45 | +## 0.1.8 (2017-01-18) |
16 | 46 |
|
17 | 47 | - Fixed minified css support. Big thank to [@jonas8](https://github.com/jonas8) Cheers!
|
18 | 48 |
|
19 |
| -## 0.1.7 |
| 49 | +## 0.1.7 (2016-07-04) |
20 | 50 |
|
21 | 51 | - Package deps fixed, huge thanks and lots of beer for [Daniel Lindenkreuz @dlindenkreuz](http://github.com/dlindenkreuz))
|
22 | 52 |
|
23 |
| -## 0.1.6 |
| 53 | +## 0.1.6 (2016-06-26) |
24 | 54 |
|
25 | 55 | - Package deps updated (broken!)
|
26 | 56 |
|
27 |
| -## 0.1.5 |
| 57 | +## 0.1.5 (2016-04-21) |
28 | 58 |
|
29 | 59 | - Fixes improper rule property in background-color extraction function.
|
30 | 60 | - Fixed linter warnings in plugin tests.
|
31 | 61 |
|
32 | 62 | Thanks for [Eugene Romanovsky @setage](http://github.com/setage) again 🍺
|
33 | 63 |
|
34 |
| -## 0.1.4 |
| 64 | +## 0.1.4 (2016-04-20) |
35 | 65 |
|
36 | 66 | - Deprecation warnings fixed (Thanks for [Eugene Romanovsky @setage](http://github.com/setage))
|
37 | 67 |
|
38 |
| -## 0.1.3 |
| 68 | +## 0.1.3 (2016-04-20) |
39 | 69 |
|
40 | 70 | - Added tests
|
0 commit comments