Skip to content

Latest commit

 

History

History
executable file
·
139 lines (82 loc) · 4.33 KB

CHANGELOG.md

File metadata and controls

executable file
·
139 lines (82 loc) · 4.33 KB

7.0.0 - 2018-02-16

  • Changed: preserve option defaults as true to reflect the browser climate
  • Changed: warnings option defaults to false to reflect the browser climate

6.3.1 - 2018-02-16

  • Reverted: preserve and warnings option to be added in major release

6.3.0 - 2018-02-15

  • Fixed: var() captures strictly var() functions and not xvar(), etc
  • Fixed: var() better captures whitespace within the function
  • Fixed: comments within declarations using var() are now preserved
  • Changed: preserve option defaults as true to reflect the browser climate
  • Changed: warnings option defaults to false to reflect the browser climate
  • Updated documentation

6.2.0 - 2017-10-06

  • Added: noValueNotifications option (#71)
  • Fixed: Typo in prefixedVariables variable name (#77)

6.1.0 - 2017-06-28

  • Added: Let "warnings" option silence all warnings (#67)
  • Dependencies update (postcss, balanced-match)

6.0.1 - 2017-05-15

  • Fixed: incorrect export (#69)

6.0.0 - 2017-05-12

  • Added: compatibility with postcss v6.x

5.0.2 - 2017-02-01

  • Minor dependency update (#57)

5.0.1 - 2016-04-22

  • Fixed: trailing space after custom property name causes duplicate empty property (#43)

5.0.0 - 2015-08-25

  • Removed: compatibility with postcss v4.x
  • Added: compatibility with postcss v5.x

4.2.0 - 2015-07-21

  • Added: warnings option allows you to disable warnings. (cssnext#186)

4.1.0 - 2015-07-14

  • Added: plugin now returns itself in order to expose a setVariables function that allow you to programmatically change the variables. (#35)

4.0.0 - 2015-06-17

  • Changed: messages and exceptions are now sent using postcss message API.

3.3.0 - 2015-04-08

  • Added: preserve now support "computed" so only preserve resolved custom properties (see new option below)
  • Added: appendVariables allows you (when preserve is truthy) to append your variables as custom properties
  • Added: strict: false allows your to avoid too many fallbacks added in your CSS.

3.2.0 - 2015-03-31

  • Added: JS defined variables are now resolved too (#22)

3.1.0 - 2015-03-16

  • Added: variables defined in JS are now automatically prefixed with -- (0691784)

3.0.1 - 2015-02-06

  • Fixed: logs now have filename back (#19)

3.0.0 - 2015-01-20

  • Changed: upgrade to postcss 4 (#18)
  • Removed: some code that seems to be useless (16ff3c2)

2.1.1 - 2014-12-02

  • Fixed: issue when multiples undefined custom properties are referenced (#16)

2.1.0 - 2014-11-25

  • Added: enhanced exceptions & messages

2.0.0 - 2014-11-12

  • Changed: upgrade to postcss 3

1.0.2 - 2014-11-04

  • Fixed: more clear message for warning about custom prop used in non top-level :root

1.0.1 - 2014-11-03

  • Fixed: warning about custom prop used in non :root

1.0.0 - 2014-11-02

  • Added: warning when a custom prop is used in another place than :root
  • Added: handle !important

0.4.0 - 2014-09-30

  • Added: JS-defined properties override CSS-defined

0.3.1 - 2014-08-27

  • Added: nested custom properties usages are now correctly resolved
  • Changed: undefined var doesn't throw error anymore (just a console warning) & are kept as is in the output

0.3.0 - 2014-08-26

  • Changed: fallback now are always added by default (see why)
  • Changed: map option renamed to variables

0.2.0 - 2014-08-22

  • Added: map option
  • Changed: GNU style error message

0.1.0 - 2014-08-01

✨ First release based on rework-vars v3.1.1