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

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

Fix frontend appearance

  • Property mode set to 100644
File size: 3.3 KB
Line 
1# Changes to PostCSS Custom Media
2
3### 8.0.2 (June 4, 2022)
4
5- Fixed: dependency declarations in package.json
6
7### 8.0.1 (June 3, 2022)
8
9- Updated: use specific AtRule visitor
10- Fixed: allow any valid ident in custom media (`@custom-media --🧑🏾‍🎤 (min-width: 320px);`)
11- Fixed: allow white space around custom media (`@media ( --mq-1 );`) (https://github.com/csstools/postcss-custom-media/pull/59) (https://github.com/csstools/postcss-custom-media/pull/71)
12
13### 8.0.0 (January 12, 2021)
14
15- Added: Support for PostCSS v8
16
17### 7.0.8 (March 30, 2019)
18
19- Fixed: Issue importing from `.pcss` files
20- Updated: `postcss` to 7.0.14 (patch)
21
22### 7.0.7 (October 19, 2018)
23
24- Fixed: Issue combining custom media media queries with `and`
25
26### 7.0.6 (October 12, 2018)
27
28- Fixed: Issue combining multiple custom media
29
30### 7.0.5 (October 5, 2018)
31
32- Fixed: Possible issues resolving paths to imports and exports
33- Added: Imports from `customMedia` and `custom-media` simultaneously
34- Updated: `postcss` to 7.0.5
35
36### 7.0.4 (September 23, 2018)
37
38- Added: `importFromPlugins` option to process imports
39
40### 7.0.3 (September 20, 2018)
41
42- Fixed: Do not break on an empty `importFrom` object
43
44### 7.0.2 (September 15, 2018)
45
46- Fixed: An issue with re-assigning params as a non-string
47
48### 7.0.1 (September 14, 2018)
49
50- Fixed: An issue with how opposing queries are resolved.
51
52### 7.0.0 (September 14, 2018)
53
54- Added: New `preserve` option to preserve custom media and atrules using them
55- Added: New `exportTo` function to specify where to export custom media
56- Added: New `importFrom` option to specify where to import custom media
57- Added: Support for PostCSS v7
58- Added: Support for Node v6+
59
60# 6.0.0 (May 12, 2017)
61
62- Added: compatibility with postcss v6.x
63
64# 5.0.1 (February 3, 2016)
65
66- Fixed: circular dependencies are properly detected
67(https://github.com/postcss/postcss-custom-media/pull/17)
68
69# 5.0.0 (August 25, 2015)
70
71- Removed: compatibility with postcss v4.x
72- Added: compatibility with postcss v5.x
73
74# 4.1.0 (06 30, 2015)
75
76- Added: Allow custom media to reference each other
77(https://github.com/postcss/postcss-custom-media/pull/10)
78
79# 4.0.0 (May 17, 2015)
80
81- Changed: warning messages are now sent via postcss messages api (^4.1.0)
82- Added: automatic custom media `--` prefixing
83(https://github.com/postcss/postcss-custom-media/issues/11)
84- Added: `preserve` allows you to preserve custom media query defintions
85- Added: `appendExtensions` allows you (when `preserve` is truthy) to append your extensions as media queries
86
87# 3.0.0 (January 29, 2015)
88
89- Added: compatibility with postcss v4.x
90- Removed: compatibility with postcss v3.x
91
92# 2.0.0 [Yanked]
93
94_You never saw this version (this is a bad release that points to 1.0.0)._
95
96# 1.3.0 (November 25, 2014)
97
98- Changed: better gnu message
99
100# 1.2.1 (October 9, 2014)
101
102- Fixed: npm description
103
104# 1.2.0 (October 1, 2014)
105
106- Added: support for multiples media in query list (ref https://github.com/reworkcss/rework-custom-media/pull/5)
107
108# 1.1.0 (September 30, 2014)
109
110- Added: support for js-defined media queries (fix https://github.com/postcss/postcss-custom-media/issues/3)
111
112# 1.0.1 (September 16, 2014)
113
114- Added: Allow whitespace around custom media name (fix https://github.com/postcss/postcss-custom-media/issues/2)
115
116# 1.0.0 (August 12, 2014)
117
118✨ First release based on https://github.com/reworkcss/rework-custom-media v0.1.1
Note: See TracBrowser for help on using the repository browser.