Skip to content
This repository has been archived by the owner on Jun 6, 2022. It is now read-only.

Releases: csstools/postcss-custom-media

8.0.0

12 Jan 08:18
Compare
Choose a tag to compare

8.0.0 (January 12, 2021)

  • Added: Support for PostCSS v8

7.0.8

30 Mar 06:03
Compare
Choose a tag to compare

7.0.8 (March 30, 2019)

  • Fixed: Issue importing from .pcss files
  • Updated: postcss to 7.0.14 (patch)

7.0.7 (October 19, 2018)

  • Fixed: Issue combining custom media media queries with and

7.0.6 (October 12, 2018)

  • Fixed: Issue combining multiple custom media

7.0.5

05 Oct 21:26
Compare
Choose a tag to compare

7.0.5 (October 5, 2018)

  • Fixed: Possible issues resolving paths to imports and exports
  • Added: Imports from customMedia and custom-media simultaneously
  • Updated: postcss to 7.0.5

7.0.4 (September 23, 2018)

  • Added: importFromPlugins option to process imports

7.0.3 (September 20, 2018)

  • Fixed: Do not break on an empty importFrom object

7.0.2 (September 15, 2018)

  • Fixed: An issue with re-assigning params as a non-string

7.0.1 (September 14, 2018)

  • Fixed: An issue with how opposing queries are resolved.

7.0.0 (September 14, 2018)

  • 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+

6.0.0

12 May 09:24
Compare
Choose a tag to compare
  • Added: compatibility with postcss v6.x

5.0.1

03 Feb 06:55
Compare
Choose a tag to compare
  • Fixed: circular dependencies are properly detected
    (#17)

5.0.0

25 Aug 04:56
Compare
Choose a tag to compare
  • Removed: compatibility with postcss v4.x
  • Added: compatibility with postcss v5.x

4.1.0

30 Jun 05:28
Compare
Choose a tag to compare
  • Added: Allow custom media to reference each other
    (#10)

4.0.0

17 Jun 06:45
Compare
Choose a tag to compare
  • 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 (when preserve is truthy) to append your extensions as media queries

3.0.0

29 Jan 06:22
Compare
Choose a tag to compare
  • Added: compatibility with postcss v4.x
  • Removed: compatibility with postcss v3.x