2.3 KiB
2.3 KiB
Changes to PostCSS Advanced Variables
3.0.1 (February 27, 2020)
- Fixed: parsing the contents of imported stylesheets (#71)
3.0.0 (November 22, 2018)
- Fixed: transform variables in default value of mixins
- Updated:
postcssto 7.0.6 (major) - Changed: Support for Node 6+
2.3.3 (February 10, 2018)
- Fixed: asynchronous transforms to allow for imported mixins and variables
2.3.2 (February 10, 2018)
- Fixed: imports failing when
fromis missing
2.3.1 (February 10, 2018)
- Added:
babel-plugin-array-includesinstead ofbabel-polyfillfor publish - Fixed:
@mixinrules to support being declared with empty parens - Noted: Recommend
postcss-scss-syntaxto best support variable interpolation
2.3.0 (January 6, 2018)
- Added:
importFilteroption to accept or ignore imports by function or regex - Added: Support for media parameters after
@importrules - Added: Support for case-insensitive at-rules
- Fixed: Protocol and protocol-less imports are ignored
2.2.0 (January 2, 2018)
- Added: Support for
@import - Added:
disableoption to conditionally disable any feature(s) - Fixed: How iterator arrays and objects are treated
2.1.0 (January 1, 2018)
- Added: Support for
@mixin,@include, and@content
2.0.0 (December 31, 2017)
- Completely rewritten
- Added:
unresolvedoption to throw errors or warnings on unresolved variables - Added: Support for the
#{$var}syntax - Added: Support for iterators in
@eachat-rules - Added: Support for boolean
@ifat-rules (@each $item $index in $array) - Added: Support for variable replacement in all at-rules
- Added: Support for neighboring variables
$a$b - Fixed: Number comparison in
@ifat-rules
1.2.2 (October 21, 2015)
- Removed: Old gulp file
1.2.1 (October 21, 2015)
- Updated: PostCSS 5.0.10
- Updated: Tests
1.2.0 (October 21, 2015)
- Added: Global variables set in options
1.1.0 (September 8, 2015)
- Added: Support for
!default
1.0.0 (September 7, 2015)
- Updated: PostCSS 5.0.4
- Updated: Chai 3.2.0
- Updated: ESLint 1.0
- Updated: Mocha 2.1.3
0.0.4 (July 22, 2015)
- Added: Support for vars in @media
0.0.3 (July 8, 2015)
- Added: Support for @else statements
0.0.2 (July 7, 2015)
- Fixed: Some variable evaluations
- Added: Support for deep arrays
0.0.1 (July 7, 2015)
- Pre-release