Skip to content

Commit 65dafc0

Browse files
authored
Merge branch 'master' into master
2 parents eb04398 + ddb3b8b commit 65dafc0

File tree

7 files changed

+261
-104
lines changed

7 files changed

+261
-104
lines changed

CHANGELOG.md

Lines changed: 21 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,38 @@
11

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+
216
# v0.5.1 - 2015-10-24
317

418
- Fix [postcss/postcss#611](https://github.com/postcss/postcss/issues/611) where we were trying to remove the root node on clean up
519
- Improved test setup
620

721
# v0.5.0 - 2015-9-12
822

9-
- Upgrade to PostCSS v5. Fix #20
23+
- Upgrade to PostCSS v5. Fix [#20](https://github.com/MadLittleMods/postcss-css-variables/issues/20)
1024

1125
# v0.4.0 - 2015-7-2
1226

13-
- Fix #15
27+
- Fix [#15](https://github.com/MadLittleMods/postcss-css-variables/issues/15)
1428
- 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).
1630

1731

1832

1933
# v0.3.9 - 2015-6-29
2034

21-
- Remove `opts` global leak. Fix #13
35+
- Remove `opts` global leak. Fix [#13](https://github.com/MadLittleMods/postcss-css-variables/issues/13)
2236

2337

2438
# v0.3.8 - 2015-5-28
@@ -27,12 +41,12 @@
2741

2842
# v0.3.7 - 2015-5-27
2943

30-
- Fix #7: Support for child combinator
44+
- Fix [#7](https://github.com/MadLittleMods/postcss-css-variables/issues/7): Support for child combinator
3145
- Added tests for child-combinator/direct-descendant coverage
3246

3347
# v0.3.6 - 2015-5-21
3448

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
3650

3751
# v0.3.5 - 2015-5-12
3852

@@ -51,7 +65,7 @@
5165
# v0.3.1 - 2015-5-5
5266

5367
- 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)
5569

5670
# v0.2.3 - 2015-5-4
5771

0 commit comments

Comments
 (0)