|
1 | 1 |
|
| 2 | +# v0.6.0 - 2016-9-23 |
| 3 | + |
| 4 | + - Update/refactor readme |
| 5 | + - Thank you to [@isiahmeadows](github.com/isiahmeadows) for the [contribution](https://github.com/MadLittleMods/postcss-css-variables/pull/36) |
| 6 | + - Use string value for `undefined` variables to play nice with other plugins downstream |
| 7 | + - Thank you to [@vincentorback](github.com/vincentorback) for the [contribution](https://github.com/MadLittleMods/postcss-css-variables/pull/44) |
| 8 | + |
| 9 | + |
| 10 | +# v0.5.2 - 2016-8-24 |
| 11 | + |
| 12 | + - Fix [#42](https://github.com/MadLittleMods/postcss-css-variables/issues/42) where `opts.preserve` was not working inside at-rules |
| 13 | + - Thank you to [@muftiev](github.com/muftiev) for the [contribution](https://github.com/MadLittleMods/postcss-css-variables/pull/43) |
| 14 | + |
| 15 | + |
2 | 16 | # v0.5.1 - 2015-10-24
|
3 | 17 |
|
4 | 18 | - Fix [postcss/postcss#611](https://github.com/postcss/postcss/issues/611) where we were trying to remove the root node on clean up
|
5 | 19 | - Improved test setup
|
6 | 20 |
|
7 | 21 | # v0.5.0 - 2015-9-12
|
8 | 22 |
|
9 |
| - - Upgrade to PostCSS v5. Fix #20 |
| 23 | + - Upgrade to PostCSS v5. Fix [#20](https://github.com/MadLittleMods/postcss-css-variables/issues/20) |
10 | 24 |
|
11 | 25 | # v0.4.0 - 2015-7-2
|
12 | 26 |
|
13 |
| - - Fix #15 |
| 27 | + - Fix [#15](https://github.com/MadLittleMods/postcss-css-variables/issues/15) |
14 | 28 | - Remove slowness from cloning the `root` with `node.clone().removeAll()`. Now using `./lib/shallow-clone-node.js` to avoid cloning children which will get removed right after.
|
15 |
| - - Thank you to @ddprrt for bringing up the slowness issue in this article, [PostCSS misconceptions](https://medium.com/@ddprrt/postcss-misconceptions-faf5dc5038df). |
| 29 | + - Thank you to [@ddprrt](https://github.com/ddprrt) for bringing up the slowness issue in this article, [PostCSS misconceptions](https://medium.com/@ddprrt/postcss-misconceptions-faf5dc5038df). |
16 | 30 |
|
17 | 31 |
|
18 | 32 |
|
19 | 33 | # v0.3.9 - 2015-6-29
|
20 | 34 |
|
21 |
| - - Remove `opts` global leak. Fix #13 |
| 35 | + - Remove `opts` global leak. Fix [#13](https://github.com/MadLittleMods/postcss-css-variables/issues/13) |
22 | 36 |
|
23 | 37 |
|
24 | 38 | # v0.3.8 - 2015-5-28
|
|
27 | 41 |
|
28 | 42 | # v0.3.7 - 2015-5-27
|
29 | 43 |
|
30 |
| - - Fix #7: Support for child combinator |
| 44 | + - Fix [#7](https://github.com/MadLittleMods/postcss-css-variables/issues/7): Support for child combinator |
31 | 45 | - Added tests for child-combinator/direct-descendant coverage
|
32 | 46 |
|
33 | 47 | # v0.3.6 - 2015-5-21
|
34 | 48 |
|
35 |
| - - Fix #6. Variable usage in comma separated selector to use proper scope |
| 49 | + - Fix [#6](https://github.com/MadLittleMods/postcss-css-variables/issues/6). Variable usage in comma separated selector to use proper scope |
36 | 50 |
|
37 | 51 | # v0.3.5 - 2015-5-12
|
38 | 52 |
|
|
51 | 65 | # v0.3.1 - 2015-5-5
|
52 | 66 |
|
53 | 67 | - Large overhaul of code to make it more robust on proper scope resolution.
|
54 |
| - - Fix #2 |
| 68 | + - Fix [#2]](https://github.com/MadLittleMods/postcss-css-variables/issues/2) |
55 | 69 |
|
56 | 70 | # v0.2.3 - 2015-5-4
|
57 | 71 |
|
|
0 commit comments