All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
5.0.0 (2021-08-03)
- 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.
4.6.0 (2021-06-10)
- enable dir plugin (805c7cd)
4.5.3 (2021-06-05)
4.5.2 (2021-02-04)
4.5.1 (2020-07-31)
4.5.0 (2020-07-31)
- change to browserslist-config-google/modern (9cf0524)
4.4.2 (2020-03-10)
4.4.1 (2020-01-17)
4.4.0 (2019-12-13)
- add postcss-calc (#32) (ac43d5d)
- add support for iterators and better conditionals (d860867), closes #33
4.3.0 (2019-09-16)
- add ability to disable cssVariables (52862a1)
4.2.0 (2019-09-13)
- allow to customize cssVariables options (17da1e8)
4.1.2 (2019-06-23)
- fix media queries and variables combo being out of order (b77efb8)
4.1.1 (2019-06-18)
- fix autoprefixer warning because we were using a deprecated option (cacb3a7)
4.1.0 (2019-06-03)
4.0.1 (2019-04-04)
4.0.0 (2019-03-13)
- 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)
- the options schema changed
- the url options is now enabled by default
2.3.1 (2018-10-18)
- fix postcss variables plugin not being before nesting (edf8a5e)
2.3.0 (2018-09-17)
- add cssVariables option (b8d9617)
2.2.0 (2018-07-06)
- add postcss-conditionals again (ba4e57a)
2.1.1 (2018-07-04)
2.1.0 (2018-07-04)
- ability to enable postcss-url (ecc0835)
2.0.2 (2018-07-01)
- fix variables not working correctly with color functions (5e70051)
2.0.1 (2018-07-01)
- remove unused dependency (9b87560)
2.0.0 (2018-07-01)
- fix postcss-css-variables plugin order (235c16f)
- remove postcss-conditional
1.4.2 (2018-06-29)
1.4.1 (2018-05-16)
1.4.0 (2018-05-16)
1.3.0 (2018-01-09)
- add postcss-for (4d62f68)
1.2.0 (2018-01-09)
- add postcss-for (4d62f68)
1.1.0 (2017-11-30)
- initial implementation (146628a)