source: trip-planner-front/node_modules/postcss-selector-matches/CHANGELOG.md@ 188ee53

Last change on this file since 188ee53 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 2.2 KB
Line 
1# 4.0.0 - 2018-09-17
2
3- Added: compatibility with postcss v7.x
4- Added: compatibility with node v6.x
5
6# 3.0.1 - 2017-05-15
7
8- Fixed: incorrect export
9
10# 3.0.0 - 2017-05-11
11
12- Added: compatibility with postcss v6.x
13
14# 2.0.5 - 2016-09-13
15
16- Fixed: another regression of 2.0.2
17 (don't mangle selector parts that don't contain `:matches`)
18 ([#13](https://github.com/postcss/postcss-selector-matches/pull/13) - @rgrove)
19
20# 2.0.4 - 2016-09-06
21
22- Fixed: another regression of 2.0.2
23 ([#10](https://github.com/postcss/postcss-selector-matches/pull/10) - @MoOx)
24
25# 2.0.3 - 2016-09-06
26
27- Fixed: regression of 2.0.2 due to a transpilation upgrade
28 (@MoOx)
29
30# 2.0.2 - 2016-09-06
31
32- Fixed: .class:matches(element) now produce element.class
33 ([#8](https://github.com/postcss/postcss-selector-matches/pull/8) - @yordis)
34
35# 2.0.1 - 2015-10-26
36
37- Fixed: pseudo selectors with multiple matches in a selector
38
39# 2.0.0 - 2015-08-25
40
41- Removed: compatibility with postcss v4.x
42- Added: compatibility with postcss v5.x
43
44# 1.2.1 - 2015-07-14
45
46- Fixed: plugin is correctly exposed for normal commonjs environments (!babel)
47([#5](https://github.com/postcss/postcss-selector-matches/issues/5))
48
49# 1.2.0 - 2015-07-14
50
51- Fixed: indentation adjustment doesn't contain useless new lines
52- Fixed: transformation doesn't add some useless whitespace
53- Added: plugin now expose `replaceRuleSelector` to make it easy to reuse in
54some others plugins (like `postcss-custom-selectors`).
55
56# 1.1.2 - 2015-06-29
57
58- Fixed: support pseudo-element that might be collapsed to :matches()
59([#4](https://github.com/postcss/postcss-selector-matches/issues/4))
60- Fixed: doesn't drop selectors parts that do not have :matches() in them
61
62# 1.1.1 - 2015-06-17
63
64- Fixed: no more duplicates in generated selector
65([#3](https://github.com/postcss/postcss-selector-matches/issues/3))
66
67# 1.1.0 - 2015-06-13
68
69- Added: `lineBreak` option
70([#1](https://github.com/postcss/postcss-selector-matches/issues/1))
71
72# 1.0.2 - 2015-06-13
73
74- Fixed: support of pseudo classes that use parenthesis
75([#2](https://github.com/postcss/postcss-selector-matches/issues/2))
76
77# 1.0.1 - 2015-04-30
78
79- Fixed: the module now works in non babel environments
80
81# 1.0.0 - 2015-04-30
82
83✨ First release
Note: See TracBrowser for help on using the repository browser.