1.1 KiB
1.1 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[1.1.1] - 2019-07-08
Fixed
- Fixed
rule.source === undefinedfrompostcss-modules-values.
[1.1.0] - 2019-02-05
Added
landscape(Boolean) Adds@media (orientation: landscape)with values converted vialandscapeWidth.landscapeUnit(String) Expected unit forlandscapeoptionlandscapeWidth(Number) Viewport width for landscape orientation.
Fixed
mediaQueryoption iftruedoes not mutate its value now, but the rule inside it instead.
[1.0.0] - 2019-01-28
Added
replaceoption - (Boolean) replaces rules containingvwinstead of adding fallbacks.propListoption - (Array) The properties that can change frompxtovw.excludeoption - (Array or Regexp) Ignore some files likenode_modules.
Changed
- zero values now remain unitless.
- replace regexp is now case sensitive, so if you want to change
px, thenpXvalues won't be changed.