web 3d图形渲染器
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

104 lines
2.9 KiB

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