- Added: Support for PostCSS v8
- Fixed: Issue importing from
.pcss
files - Updated:
postcss
to 7.0.14 (patch)
- Fixed: Issue combining custom media media queries with
and
- Fixed: Issue combining multiple custom media
- Fixed: Possible issues resolving paths to imports and exports
- Added: Imports from
customMedia
andcustom-media
simultaneously - Updated:
postcss
to 7.0.5
- Added:
importFromPlugins
option to process imports
- Fixed: Do not break on an empty
importFrom
object
- Fixed: An issue with re-assigning params as a non-string
- Fixed: An issue with how opposing queries are resolved.
- Added: New
preserve
option to preserve custom media and atrules using them - Added: New
exportTo
function to specify where to export custom media - Added: New
importFrom
option to specify where to import custom media - Added: Support for PostCSS v7
- Added: Support for Node v6+
- Added: compatibility with postcss v6.x
- Fixed: circular dependencies are properly detected (#17)
- Removed: compatibility with postcss v4.x
- Added: compatibility with postcss v5.x
- Added: Allow custom media to reference each other (#10)
- Changed: warning messages are now sent via postcss messages api (^4.1.0)
- Added: automatic custom media
--
prefixing (#11) - Added:
preserve
allows you to preserve custom media query defintions - Added:
appendExtensions
allows you (whenpreserve
is truthy) to append your extensions as media queries
- Added: compatibility with postcss v4.x
- Removed: compatibility with postcss v3.x
You never saw this version (this is a bad release that points to 1.0.0).
- Changed: better gnu message
- Fixed: npm description
- Added: support for multiples media in query list (ref #rework-custom-media/5)
- Added: support for js-defined media queries (fix #3)
- Added: Allow whitespace around custom media name (fix #2)
✨ First release based on rework-custom-media v0.1.1