source: trip-planner-front/node_modules/postcss-media-minmax/CHANGELOG.md@ ceaed42

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

initial commit

  • Property mode set to 100644
File size: 601 bytes
Line 
1# 4.0.0 2017-09-17
2
3- Updated: Support for PostCSS v7+
4- Updated: Support for Node v6+
5
6# 3.0.0 2017-05-10
7
8Change: Use PostCSS 6 API.
9
10# 2.1.2 2016-04-01
11
12Fix: incorrect output when using both > and >= (or similar).(#12)
13
14# 2.1.1 2015-11-26
15
16Fix: Pixels rounding errors in fractional pixels media queries.
17
18# 2.1.0 2015-09-08
19
20Add: Support for `<` and `>` without `=`.
21
22# 2.0.0 2015-09-05
23
24Change: Use PostCSS 5.0 API.
25
26# 1.2.0 2015-07-06
27
28Change: Use PostCSS 4.1 plugin API.
29
30# 1.1.0 2014-12-15
31
32Add: `( 300px <= width <= 900px)` or `( 900px >= width >= 300px)` syntax.
33
34# 1.0.0
35
36The first release.
Note: See TracBrowser for help on using the repository browser.