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