Skip to content

Latest commit

 

History

History
300 lines (129 loc) · 9.08 KB

CHANGELOG.md

File metadata and controls

300 lines (129 loc) · 9.08 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

5.0.0 (2021-08-03)

⚠ BREAKING CHANGES

  • remove postcss-css-variables and postcss-color-func plugins

Use native css vars because all our target browsers support them.

After years of developing projects, I've came across various bugs with postcss-css-variables, especially when CSS variable values change with media queries and then these are used inside other media queries with calc. Also, the output tends to be more verbose in those situations as a lot of media queries combinations are outputted.

The only downside is that we can no longer use postcss-color-func, which gave us utilities to manipulate colors, such as alpha, darken andlighten.

However, alpha is the most used one by far, and we can have the same result with rgba + css var with rgb.

Features

4.6.0 (2021-06-10)

Features

4.5.3 (2021-06-05)

4.5.2 (2021-02-04)

4.5.1 (2020-07-31)

4.5.0 (2020-07-31)

Features

  • change to browserslist-config-google/modern (9cf0524)

4.4.2 (2020-03-10)

4.4.1 (2020-01-17)

Bug Fixes

  • change return structure to a standard and default options (#35) (0a8d248)

4.4.0 (2019-12-13)

Features

  • add postcss-calc (#32) (ac43d5d)
  • add support for iterators and better conditionals (d860867), closes #33

4.3.0 (2019-09-16)

Features

  • add ability to disable cssVariables (52862a1)

4.2.0 (2019-09-13)

Features

  • allow to customize cssVariables options (17da1e8)

4.1.2 (2019-06-23)

Bug Fixes

  • fix media queries and variables combo being out of order (b77efb8)

4.1.1 (2019-06-18)

Bug Fixes

  • fix autoprefixer warning because we were using a deprecated option (cacb3a7)

4.1.0 (2019-06-03)

Features

  • update stage of postcss-preset-env (#30) (c2d9a96)

4.0.1 (2019-04-04)

Bug Fixes

  • fix issues related to custom properties in more complex nestings (#29) (1dfa796)

4.0.0 (2019-03-13)

Features

  • use postcss-preset-env instead of postcss-next (#28) (a5429b3), closes #18

BREAKING CHANGES

  • remove cssVariables option because postcss-preset-env will enable it based on the browsers
  • remove postcss-for plugin
  • we now postcss-preset-env with only stage 4 features, meaning most postcss-next plugins are no longer enabled

Also update dependencies.

3.0.0 (2019-02-08)

Features

  • allow flexibility for configuring import and mixins plugin (#26) (cc4fb19)

BREAKING CHANGES

  • the options schema changed
  • the url options is now enabled by default

2.3.1 (2018-10-18)

Bug Fixes

  • fix postcss variables plugin not being before nesting (edf8a5e)

2.3.0 (2018-09-17)

Features

  • add cssVariables option (b8d9617)

2.2.0 (2018-07-06)

Features

  • add postcss-conditionals again (ba4e57a)

2.1.1 (2018-07-04)

2.1.0 (2018-07-04)

Features

  • ability to enable postcss-url (ecc0835)

2.0.2 (2018-07-01)

Bug Fixes

  • fix variables not working correctly with color functions (5e70051)

2.0.1 (2018-07-01)

Bug Fixes

  • remove unused dependency (9b87560)

2.0.0 (2018-07-01)

Bug Fixes

  • fix postcss-css-variables plugin order (235c16f)

BREAKING CHANGES

  • remove postcss-conditional

1.4.2 (2018-06-29)

Bug Fixes

  • package: update postcss-css-variables to version 0.9.0 (#17) (6749322)

1.4.1 (2018-05-16)

1.4.0 (2018-05-16)

Features

  • include browsers as an available option (#13) (c12e296)

1.3.0 (2018-01-09)

Features

1.2.0 (2018-01-09)

Features

1.1.0 (2017-11-30)

Features

  • add option mixinsPath for postcss-mixins (2db4f4b)
  • add plugin postcss-conditionals (ab447ad)

1.0.0 (2017-11-23)

Features