source: frontend/node_modules/postcss-media-minmax/CHANGELOG.md

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago

Fix frontend appearance

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